-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathzaimanhua.json
43 lines (43 loc) · 3.83 KB
/
zaimanhua.json
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
[
{
"bookSourceComment": "酷安 @吉王义昊\nGitHub:https://github.com/jiwangyihao/source-j-legado\n\n# 关于许可的额外声明(在线版本参见 GitHub,以在线版本为准)\n\n- 当许可证与本声明冲突时,以本声明为准;\n- 对于本仓库中的任意代码片段:按照 `MPL 2.0` 中有关约定执行;\n- 对于本仓库中的某一完整书源的转载或二次开发,需满足以下全部条件:\n - 在[本仓库](https://github.com/jiwangyihao/source-j-legado)的 `issue` 中提出请求并具体说明转载地址、二次开发后的书源开源地址以及其他必要信息;\n - 等待原作者(即本仓库的初始所有者和初始代码贡献者 [@jiwangyihao](https://github.com/jiwangyihao))查看并通过 `issue` 或依据原作者要求更改转载方式或补充更详细的信息。\n - 考虑到本项目弃坑的可能,新 `issue` 开启后超过 20 个工作日原作者没有回复或者原作者回复要求更改的 `issue` 在更改后超过 20 个工作日原作者没有回复即视为原作者通过该 `issue`:\n - 此处的 `issue` 仅包括在[本仓库](https://github.com/jiwangyihao/source-j-legado)开启的,处于「开启状态」的 issue。(也就是说,请不要在已经关闭的 issue 中回复)。\n - 对于此种方式通过的 issue,转载/二次开发者仍应当遵守本声明中已经写明的相关约定。\n - 不得上传至源仓库或整理至`非轻小说专用`的书源合集中并应当避免其他人将转载/二次开发版本上传至源仓库或整理至`非轻小说专用`的书源合集中:\n - 关于轻小说的定义的额外说明:不包括国内的原创网络文学作品(如 `SF 轻小说` 中的原创轻小说以及`起点中文网`中标签包含轻小说的作品)。\n - 轻小说专用的定义:有且仅有想看轻小说的人可能会添加。\n - 必须在转载/二次开发地址的明显位置完整包含本声明的全部内容。\n - 必须保留源注释中原有的更改记录。",
"bookSourceGroup": "漫画",
"bookSourceName": "再漫画",
"bookSourceType": 0,
"bookSourceUrl": "https://manhua.zaimanhua.com/",
"customOrder": -41328,
"enabled": true,
"enabledCookieJar": true,
"enabledExplore": true,
"lastUpdateTime": 1726801514321,
"respondTime": 180000,
"ruleBookInfo": {
"author": "$..authorName",
"coverUrl": "$..cover",
"init": "@js:\njava.put('bid', `{{$..id}}`)\nresult",
"intro": "$..description",
"kind": "{{$..status}}\n{{$..readerGroup}}\n{{$..types##/##,}}",
"lastChapter": "$..lastUpdateChapterName",
"name": "$..comicInfo.title"
},
"ruleContent": {
"content": "$..page_url\n@js:\nJSON.parse(result).map(url=>`<img src=\"${url}\">`).join('\\n')"
},
"ruleExplore": {},
"ruleSearch": {
"author": "class.auth@text",
"bookList": "class.update_con@tag.li",
"bookUrl": "https://manhua.zaimanhua.com/api/v1/comic1/comic/detail?channel=%20pc&app_name=zmh&version=1.0.0&comic_py={{@@class.title@tag.a@href##.+info.(\\w+).html##$1}}",
"coverUrl": "tag.img@src",
"name": "class.title@text"
},
"ruleToc": {
"chapterList": "$..chapterList\n@js:\nresult = JSON.parse(result)[0]\nres = []\nresult.reverse().forEach(v=>{\n res.push(JSON.stringify({\n chapter_title: v.title,\n isV: true\n }))\n v.data.reverse().forEach(c=>{\n res.push(JSON.stringify(c))\n })\n})\nres",
"chapterName": "$.chapter_title",
"chapterUrl": "@js:\nresult = JSON.parse(result)\nresult.isV? '' : `https://manhua.zaimanhua.com/api/v1/comic1/chapter/detail?channel=pc&app_name=zmh&version=1.0.0&comic_id=${java.get('bid')}&chapter_id=${result.chapter_id}`",
"isVolume": "$.isV"
},
"searchUrl": "https://manhua.zaimanhua.com/dynamic/{{key}}",
"weight": 0
}
]