├── LICENSE ├── docs ├── CNAME ├── _config.yml └── index.md ├── 书源.json ├── 净化.json ├── 净化备份.json ├── 失效.json ├── 最终.json ├── 漫画.json ├── 自校.json ├── 订阅.json └── 词典.json /LICENSE: -------------------------------------------------------------------------------- 1 | GNU AFFERO GENERAL PUBLIC LICENSE 2 | Version 3, 19 November 2007 3 | 4 | Copyright (C) 2007 Free Software Foundation, Inc. 5 | Everyone is permitted to copy and distribute verbatim copies 6 | of this license document, but changing it is not allowed. 7 | 8 | Preamble 9 | 10 | The GNU Affero General Public License is a free, copyleft license for 11 | software and other kinds of works, specifically designed to ensure 12 | cooperation with the community in the case of network server software. 13 | 14 | The licenses for most software and other practical works are designed 15 | to take away your freedom to share and change the works. By contrast, 16 | our General Public Licenses are intended to guarantee your freedom to 17 | share and change all versions of a program--to make sure it remains free 18 | software for all its users. 19 | 20 | When we speak of free software, we are referring to freedom, not 21 | price. Our General Public Licenses are designed to make sure that you 22 | have the freedom to distribute copies of free software (and charge for 23 | them if you wish), that you receive source code or can get it if you 24 | want it, that you can change the software or use pieces of it in new 25 | free programs, and that you know you can do these things. 26 | 27 | Developers that use our General Public Licenses protect your rights 28 | with two steps: (1) assert copyright on the software, and (2) offer 29 | you this License which gives you legal permission to copy, distribute 30 | and/or modify the software. 31 | 32 | A secondary benefit of defending all users' freedom is that 33 | improvements made in alternate versions of the program, if they 34 | receive widespread use, become available for other developers to 35 | incorporate. Many developers of free software are heartened and 36 | encouraged by the resulting cooperation. However, in the case of 37 | software used on network servers, this result may fail to come about. 38 | The GNU General Public License permits making a modified version and 39 | letting the public access it on a server without ever releasing its 40 | source code to the public. 41 | 42 | The GNU Affero General Public License is designed specifically to 43 | ensure that, in such cases, the modified source code becomes available 44 | to the community. It requires the operator of a network server to 45 | provide the source code of the modified version running there to the 46 | users of that server. Therefore, public use of a modified version, on 47 | a publicly accessible server, gives the public access to the source 48 | code of the modified version. 49 | 50 | An older license, called the Affero General Public License and 51 | published by Affero, was designed to accomplish similar goals. This is 52 | a different license, not a version of the Affero GPL, but Affero has 53 | released a new version of the Affero GPL which permits relicensing under 54 | this license. 55 | 56 | The precise terms and conditions for copying, distribution and 57 | modification follow. 58 | 59 | TERMS AND CONDITIONS 60 | 61 | 0. Definitions. 62 | 63 | "This License" refers to version 3 of the GNU Affero General Public License. 64 | 65 | "Copyright" also means copyright-like laws that apply to other kinds of 66 | works, such as semiconductor masks. 67 | 68 | "The Program" refers to any copyrightable work licensed under this 69 | License. Each licensee is addressed as "you". "Licensees" and 70 | "recipients" may be individuals or organizations. 71 | 72 | To "modify" a work means to copy from or adapt all or part of the work 73 | in a fashion requiring copyright permission, other than the making of an 74 | exact copy. The resulting work is called a "modified version" of the 75 | earlier work or a work "based on" the earlier work. 76 | 77 | A "covered work" means either the unmodified Program or a work based 78 | on the Program. 79 | 80 | To "propagate" a work means to do anything with it that, without 81 | permission, would make you directly or secondarily liable for 82 | infringement under applicable copyright law, except executing it on a 83 | computer or modifying a private copy. Propagation includes copying, 84 | distribution (with or without modification), making available to the 85 | public, and in some countries other activities as well. 86 | 87 | To "convey" a work means any kind of propagation that enables other 88 | parties to make or receive copies. Mere interaction with a user through 89 | a computer network, with no transfer of a copy, is not conveying. 90 | 91 | An interactive user interface displays "Appropriate Legal Notices" 92 | to the extent that it includes a convenient and prominently visible 93 | feature that (1) displays an appropriate copyright notice, and (2) 94 | tells the user that there is no warranty for the work (except to the 95 | extent that warranties are provided), that licensees may convey the 96 | work under this License, and how to view a copy of this License. If 97 | the interface presents a list of user commands or options, such as a 98 | menu, a prominent item in the list meets this criterion. 99 | 100 | 1. Source Code. 101 | 102 | The "source code" for a work means the preferred form of the work 103 | for making modifications to it. "Object code" means any non-source 104 | form of a work. 105 | 106 | A "Standard Interface" means an interface that either is an official 107 | standard defined by a recognized standards body, or, in the case of 108 | interfaces specified for a particular programming language, one that 109 | is widely used among developers working in that language. 110 | 111 | The "System Libraries" of an executable work include anything, other 112 | than the work as a whole, that (a) is included in the normal form of 113 | packaging a Major Component, but which is not part of that Major 114 | Component, and (b) serves only to enable use of the work with that 115 | Major Component, or to implement a Standard Interface for which an 116 | implementation is available to the public in source code form. A 117 | "Major Component", in this context, means a major essential component 118 | (kernel, window system, and so on) of the specific operating system 119 | (if any) on which the executable work runs, or a compiler used to 120 | produce the work, or an object code interpreter used to run it. 121 | 122 | The "Corresponding Source" for a work in object code form means all 123 | the source code needed to generate, install, and (for an executable 124 | work) run the object code and to modify the work, including scripts to 125 | control those activities. However, it does not include the work's 126 | System Libraries, or general-purpose tools or generally available free 127 | programs which are used unmodified in performing those activities but 128 | which are not part of the work. For example, Corresponding Source 129 | includes interface definition files associated with source files for 130 | the work, and the source code for shared libraries and dynamically 131 | linked subprograms that the work is specifically designed to require, 132 | such as by intimate data communication or control flow between those 133 | subprograms and other parts of the work. 134 | 135 | The Corresponding Source need not include anything that users 136 | can regenerate automatically from other parts of the Corresponding 137 | Source. 138 | 139 | The Corresponding Source for a work in source code form is that 140 | same work. 141 | 142 | 2. Basic Permissions. 143 | 144 | All rights granted under this License are granted for the term of 145 | copyright on the Program, and are irrevocable provided the stated 146 | conditions are met. This License explicitly affirms your unlimited 147 | permission to run the unmodified Program. The output from running a 148 | covered work is covered by this License only if the output, given its 149 | content, constitutes a covered work. This License acknowledges your 150 | rights of fair use or other equivalent, as provided by copyright law. 151 | 152 | You may make, run and propagate covered works that you do not 153 | convey, without conditions so long as your license otherwise remains 154 | in force. You may convey covered works to others for the sole purpose 155 | of having them make modifications exclusively for you, or provide you 156 | with facilities for running those works, provided that you comply with 157 | the terms of this License in conveying all material for which you do 158 | not control copyright. Those thus making or running the covered works 159 | for you must do so exclusively on your behalf, under your direction 160 | and control, on terms that prohibit them from making any copies of 161 | your copyrighted material outside their relationship with you. 162 | 163 | Conveying under any other circumstances is permitted solely under 164 | the conditions stated below. Sublicensing is not allowed; section 10 165 | makes it unnecessary. 166 | 167 | 3. Protecting Users' Legal Rights From Anti-Circumvention Law. 168 | 169 | No covered work shall be deemed part of an effective technological 170 | measure under any applicable law fulfilling obligations under article 171 | 11 of the WIPO copyright treaty adopted on 20 December 1996, or 172 | similar laws prohibiting or restricting circumvention of such 173 | measures. 174 | 175 | When you convey a covered work, you waive any legal power to forbid 176 | circumvention of technological measures to the extent such circumvention 177 | is effected by exercising rights under this License with respect to 178 | the covered work, and you disclaim any intention to limit operation or 179 | modification of the work as a means of enforcing, against the work's 180 | users, your or third parties' legal rights to forbid circumvention of 181 | technological measures. 182 | 183 | 4. Conveying Verbatim Copies. 184 | 185 | You may convey verbatim copies of the Program's source code as you 186 | receive it, in any medium, provided that you conspicuously and 187 | appropriately publish on each copy an appropriate copyright notice; 188 | keep intact all notices stating that this License and any 189 | non-permissive terms added in accord with section 7 apply to the code; 190 | keep intact all notices of the absence of any warranty; and give all 191 | recipients a copy of this License along with the Program. 192 | 193 | You may charge any price or no price for each copy that you convey, 194 | and you may offer support or warranty protection for a fee. 195 | 196 | 5. Conveying Modified Source Versions. 197 | 198 | You may convey a work based on the Program, or the modifications to 199 | produce it from the Program, in the form of source code under the 200 | terms of section 4, provided that you also meet all of these conditions: 201 | 202 | a) The work must carry prominent notices stating that you modified 203 | it, and giving a relevant date. 204 | 205 | b) The work must carry prominent notices stating that it is 206 | released under this License and any conditions added under section 207 | 7. This requirement modifies the requirement in section 4 to 208 | "keep intact all notices". 209 | 210 | c) You must license the entire work, as a whole, under this 211 | License to anyone who comes into possession of a copy. This 212 | License will therefore apply, along with any applicable section 7 213 | additional terms, to the whole of the work, and all its parts, 214 | regardless of how they are packaged. This License gives no 215 | permission to license the work in any other way, but it does not 216 | invalidate such permission if you have separately received it. 217 | 218 | d) If the work has interactive user interfaces, each must display 219 | Appropriate Legal Notices; however, if the Program has interactive 220 | interfaces that do not display Appropriate Legal Notices, your 221 | work need not make them do so. 222 | 223 | A compilation of a covered work with other separate and independent 224 | works, which are not by their nature extensions of the covered work, 225 | and which are not combined with it such as to form a larger program, 226 | in or on a volume of a storage or distribution medium, is called an 227 | "aggregate" if the compilation and its resulting copyright are not 228 | used to limit the access or legal rights of the compilation's users 229 | beyond what the individual works permit. Inclusion of a covered work 230 | in an aggregate does not cause this License to apply to the other 231 | parts of the aggregate. 232 | 233 | 6. Conveying Non-Source Forms. 234 | 235 | You may convey a covered work in object code form under the terms 236 | of sections 4 and 5, provided that you also convey the 237 | machine-readable Corresponding Source under the terms of this License, 238 | in one of these ways: 239 | 240 | a) Convey the object code in, or embodied in, a physical product 241 | (including a physical distribution medium), accompanied by the 242 | Corresponding Source fixed on a durable physical medium 243 | customarily used for software interchange. 244 | 245 | b) Convey the object code in, or embodied in, a physical product 246 | (including a physical distribution medium), accompanied by a 247 | written offer, valid for at least three years and valid for as 248 | long as you offer spare parts or customer support for that product 249 | model, to give anyone who possesses the object code either (1) a 250 | copy of the Corresponding Source for all the software in the 251 | product that is covered by this License, on a durable physical 252 | medium customarily used for software interchange, for a price no 253 | more than your reasonable cost of physically performing this 254 | conveying of source, or (2) access to copy the 255 | Corresponding Source from a network server at no charge. 256 | 257 | c) Convey individual copies of the object code with a copy of the 258 | written offer to provide the Corresponding Source. This 259 | alternative is allowed only occasionally and noncommercially, and 260 | only if you received the object code with such an offer, in accord 261 | with subsection 6b. 262 | 263 | d) Convey the object code by offering access from a designated 264 | place (gratis or for a charge), and offer equivalent access to the 265 | Corresponding Source in the same way through the same place at no 266 | further charge. You need not require recipients to copy the 267 | Corresponding Source along with the object code. If the place to 268 | copy the object code is a network server, the Corresponding Source 269 | may be on a different server (operated by you or a third party) 270 | that supports equivalent copying facilities, provided you maintain 271 | clear directions next to the object code saying where to find the 272 | Corresponding Source. Regardless of what server hosts the 273 | Corresponding Source, you remain obligated to ensure that it is 274 | available for as long as needed to satisfy these requirements. 275 | 276 | e) Convey the object code using peer-to-peer transmission, provided 277 | you inform other peers where the object code and Corresponding 278 | Source of the work are being offered to the general public at no 279 | charge under subsection 6d. 280 | 281 | A separable portion of the object code, whose source code is excluded 282 | from the Corresponding Source as a System Library, need not be 283 | included in conveying the object code work. 284 | 285 | A "User Product" is either (1) a "consumer product", which means any 286 | tangible personal property which is normally used for personal, family, 287 | or household purposes, or (2) anything designed or sold for incorporation 288 | into a dwelling. In determining whether a product is a consumer product, 289 | doubtful cases shall be resolved in favor of coverage. For a particular 290 | product received by a particular user, "normally used" refers to a 291 | typical or common use of that class of product, regardless of the status 292 | of the particular user or of the way in which the particular user 293 | actually uses, or expects or is expected to use, the product. A product 294 | is a consumer product regardless of whether the product has substantial 295 | commercial, industrial or non-consumer uses, unless such uses represent 296 | the only significant mode of use of the product. 297 | 298 | "Installation Information" for a User Product means any methods, 299 | procedures, authorization keys, or other information required to install 300 | and execute modified versions of a covered work in that User Product from 301 | a modified version of its Corresponding Source. The information must 302 | suffice to ensure that the continued functioning of the modified object 303 | code is in no case prevented or interfered with solely because 304 | modification has been made. 305 | 306 | If you convey an object code work under this section in, or with, or 307 | specifically for use in, a User Product, and the conveying occurs as 308 | part of a transaction in which the right of possession and use of the 309 | User Product is transferred to the recipient in perpetuity or for a 310 | fixed term (regardless of how the transaction is characterized), the 311 | Corresponding Source conveyed under this section must be accompanied 312 | by the Installation Information. But this requirement does not apply 313 | if neither you nor any third party retains the ability to install 314 | modified object code on the User Product (for example, the work has 315 | been installed in ROM). 316 | 317 | The requirement to provide Installation Information does not include a 318 | requirement to continue to provide support service, warranty, or updates 319 | for a work that has been modified or installed by the recipient, or for 320 | the User Product in which it has been modified or installed. Access to a 321 | network may be denied when the modification itself materially and 322 | adversely affects the operation of the network or violates the rules and 323 | protocols for communication across the network. 324 | 325 | Corresponding Source conveyed, and Installation Information provided, 326 | in accord with this section must be in a format that is publicly 327 | documented (and with an implementation available to the public in 328 | source code form), and must require no special password or key for 329 | unpacking, reading or copying. 330 | 331 | 7. Additional Terms. 332 | 333 | "Additional permissions" are terms that supplement the terms of this 334 | License by making exceptions from one or more of its conditions. 335 | Additional permissions that are applicable to the entire Program shall 336 | be treated as though they were included in this License, to the extent 337 | that they are valid under applicable law. If additional permissions 338 | apply only to part of the Program, that part may be used separately 339 | under those permissions, but the entire Program remains governed by 340 | this License without regard to the additional permissions. 341 | 342 | When you convey a copy of a covered work, you may at your option 343 | remove any additional permissions from that copy, or from any part of 344 | it. (Additional permissions may be written to require their own 345 | removal in certain cases when you modify the work.) You may place 346 | additional permissions on material, added by you to a covered work, 347 | for which you have or can give appropriate copyright permission. 348 | 349 | Notwithstanding any other provision of this License, for material you 350 | add to a covered work, you may (if authorized by the copyright holders of 351 | that material) supplement the terms of this License with terms: 352 | 353 | a) Disclaiming warranty or limiting liability differently from the 354 | terms of sections 15 and 16 of this License; or 355 | 356 | b) Requiring preservation of specified reasonable legal notices or 357 | author attributions in that material or in the Appropriate Legal 358 | Notices displayed by works containing it; or 359 | 360 | c) Prohibiting misrepresentation of the origin of that material, or 361 | requiring that modified versions of such material be marked in 362 | reasonable ways as different from the original version; or 363 | 364 | d) Limiting the use for publicity purposes of names of licensors or 365 | authors of the material; or 366 | 367 | e) Declining to grant rights under trademark law for use of some 368 | trade names, trademarks, or service marks; or 369 | 370 | f) Requiring indemnification of licensors and authors of that 371 | material by anyone who conveys the material (or modified versions of 372 | it) with contractual assumptions of liability to the recipient, for 373 | any liability that these contractual assumptions directly impose on 374 | those licensors and authors. 375 | 376 | All other non-permissive additional terms are considered "further 377 | restrictions" within the meaning of section 10. If the Program as you 378 | received it, or any part of it, contains a notice stating that it is 379 | governed by this License along with a term that is a further 380 | restriction, you may remove that term. If a license document contains 381 | a further restriction but permits relicensing or conveying under this 382 | License, you may add to a covered work material governed by the terms 383 | of that license document, provided that the further restriction does 384 | not survive such relicensing or conveying. 385 | 386 | If you add terms to a covered work in accord with this section, you 387 | must place, in the relevant source files, a statement of the 388 | additional terms that apply to those files, or a notice indicating 389 | where to find the applicable terms. 390 | 391 | Additional terms, permissive or non-permissive, may be stated in the 392 | form of a separately written license, or stated as exceptions; 393 | the above requirements apply either way. 394 | 395 | 8. Termination. 396 | 397 | You may not propagate or modify a covered work except as expressly 398 | provided under this License. Any attempt otherwise to propagate or 399 | modify it is void, and will automatically terminate your rights under 400 | this License (including any patent licenses granted under the third 401 | paragraph of section 11). 402 | 403 | However, if you cease all violation of this License, then your 404 | license from a particular copyright holder is reinstated (a) 405 | provisionally, unless and until the copyright holder explicitly and 406 | finally terminates your license, and (b) permanently, if the copyright 407 | holder fails to notify you of the violation by some reasonable means 408 | prior to 60 days after the cessation. 409 | 410 | Moreover, your license from a particular copyright holder is 411 | reinstated permanently if the copyright holder notifies you of the 412 | violation by some reasonable means, this is the first time you have 413 | received notice of violation of this License (for any work) from that 414 | copyright holder, and you cure the violation prior to 30 days after 415 | your receipt of the notice. 416 | 417 | Termination of your rights under this section does not terminate the 418 | licenses of parties who have received copies or rights from you under 419 | this License. If your rights have been terminated and not permanently 420 | reinstated, you do not qualify to receive new licenses for the same 421 | material under section 10. 422 | 423 | 9. Acceptance Not Required for Having Copies. 424 | 425 | You are not required to accept this License in order to receive or 426 | run a copy of the Program. Ancillary propagation of a covered work 427 | occurring solely as a consequence of using peer-to-peer transmission 428 | to receive a copy likewise does not require acceptance. However, 429 | nothing other than this License grants you permission to propagate or 430 | modify any covered work. These actions infringe copyright if you do 431 | not accept this License. Therefore, by modifying or propagating a 432 | covered work, you indicate your acceptance of this License to do so. 433 | 434 | 10. Automatic Licensing of Downstream Recipients. 435 | 436 | Each time you convey a covered work, the recipient automatically 437 | receives a license from the original licensors, to run, modify and 438 | propagate that work, subject to this License. You are not responsible 439 | for enforcing compliance by third parties with this License. 440 | 441 | An "entity transaction" is a transaction transferring control of an 442 | organization, or substantially all assets of one, or subdividing an 443 | organization, or merging organizations. If propagation of a covered 444 | work results from an entity transaction, each party to that 445 | transaction who receives a copy of the work also receives whatever 446 | licenses to the work the party's predecessor in interest had or could 447 | give under the previous paragraph, plus a right to possession of the 448 | Corresponding Source of the work from the predecessor in interest, if 449 | the predecessor has it or can get it with reasonable efforts. 450 | 451 | You may not impose any further restrictions on the exercise of the 452 | rights granted or affirmed under this License. For example, you may 453 | not impose a license fee, royalty, or other charge for exercise of 454 | rights granted under this License, and you may not initiate litigation 455 | (including a cross-claim or counterclaim in a lawsuit) alleging that 456 | any patent claim is infringed by making, using, selling, offering for 457 | sale, or importing the Program or any portion of it. 458 | 459 | 11. Patents. 460 | 461 | A "contributor" is a copyright holder who authorizes use under this 462 | License of the Program or a work on which the Program is based. The 463 | work thus licensed is called the contributor's "contributor version". 464 | 465 | A contributor's "essential patent claims" are all patent claims 466 | owned or controlled by the contributor, whether already acquired or 467 | hereafter acquired, that would be infringed by some manner, permitted 468 | by this License, of making, using, or selling its contributor version, 469 | but do not include claims that would be infringed only as a 470 | consequence of further modification of the contributor version. For 471 | purposes of this definition, "control" includes the right to grant 472 | patent sublicenses in a manner consistent with the requirements of 473 | this License. 474 | 475 | Each contributor grants you a non-exclusive, worldwide, royalty-free 476 | patent license under the contributor's essential patent claims, to 477 | make, use, sell, offer for sale, import and otherwise run, modify and 478 | propagate the contents of its contributor version. 479 | 480 | In the following three paragraphs, a "patent license" is any express 481 | agreement or commitment, however denominated, not to enforce a patent 482 | (such as an express permission to practice a patent or covenant not to 483 | sue for patent infringement). To "grant" such a patent license to a 484 | party means to make such an agreement or commitment not to enforce a 485 | patent against the party. 486 | 487 | If you convey a covered work, knowingly relying on a patent license, 488 | and the Corresponding Source of the work is not available for anyone 489 | to copy, free of charge and under the terms of this License, through a 490 | publicly available network server or other readily accessible means, 491 | then you must either (1) cause the Corresponding Source to be so 492 | available, or (2) arrange to deprive yourself of the benefit of the 493 | patent license for this particular work, or (3) arrange, in a manner 494 | consistent with the requirements of this License, to extend the patent 495 | license to downstream recipients. "Knowingly relying" means you have 496 | actual knowledge that, but for the patent license, your conveying the 497 | covered work in a country, or your recipient's use of the covered work 498 | in a country, would infringe one or more identifiable patents in that 499 | country that you have reason to believe are valid. 500 | 501 | If, pursuant to or in connection with a single transaction or 502 | arrangement, you convey, or propagate by procuring conveyance of, a 503 | covered work, and grant a patent license to some of the parties 504 | receiving the covered work authorizing them to use, propagate, modify 505 | or convey a specific copy of the covered work, then the patent license 506 | you grant is automatically extended to all recipients of the covered 507 | work and works based on it. 508 | 509 | A patent license is "discriminatory" if it does not include within 510 | the scope of its coverage, prohibits the exercise of, or is 511 | conditioned on the non-exercise of one or more of the rights that are 512 | specifically granted under this License. You may not convey a covered 513 | work if you are a party to an arrangement with a third party that is 514 | in the business of distributing software, under which you make payment 515 | to the third party based on the extent of your activity of conveying 516 | the work, and under which the third party grants, to any of the 517 | parties who would receive the covered work from you, a discriminatory 518 | patent license (a) in connection with copies of the covered work 519 | conveyed by you (or copies made from those copies), or (b) primarily 520 | for and in connection with specific products or compilations that 521 | contain the covered work, unless you entered into that arrangement, 522 | or that patent license was granted, prior to 28 March 2007. 523 | 524 | Nothing in this License shall be construed as excluding or limiting 525 | any implied license or other defenses to infringement that may 526 | otherwise be available to you under applicable patent law. 527 | 528 | 12. No Surrender of Others' Freedom. 529 | 530 | If conditions are imposed on you (whether by court order, agreement or 531 | otherwise) that contradict the conditions of this License, they do not 532 | excuse you from the conditions of this License. If you cannot convey a 533 | covered work so as to satisfy simultaneously your obligations under this 534 | License and any other pertinent obligations, then as a consequence you may 535 | not convey it at all. For example, if you agree to terms that obligate you 536 | to collect a royalty for further conveying from those to whom you convey 537 | the Program, the only way you could satisfy both those terms and this 538 | License would be to refrain entirely from conveying the Program. 539 | 540 | 13. Remote Network Interaction; Use with the GNU General Public License. 541 | 542 | Notwithstanding any other provision of this License, if you modify the 543 | Program, your modified version must prominently offer all users 544 | interacting with it remotely through a computer network (if your version 545 | supports such interaction) an opportunity to receive the Corresponding 546 | Source of your version by providing access to the Corresponding Source 547 | from a network server at no charge, through some standard or customary 548 | means of facilitating copying of software. This Corresponding Source 549 | shall include the Corresponding Source for any work covered by version 3 550 | of the GNU General Public License that is incorporated pursuant to the 551 | following paragraph. 552 | 553 | Notwithstanding any other provision of this License, you have 554 | permission to link or combine any covered work with a work licensed 555 | under version 3 of the GNU General Public License into a single 556 | combined work, and to convey the resulting work. The terms of this 557 | License will continue to apply to the part which is the covered work, 558 | but the work with which it is combined will remain governed by version 559 | 3 of the GNU General Public License. 560 | 561 | 14. Revised Versions of this License. 562 | 563 | The Free Software Foundation may publish revised and/or new versions of 564 | the GNU Affero General Public License from time to time. Such new versions 565 | will be similar in spirit to the present version, but may differ in detail to 566 | address new problems or concerns. 567 | 568 | Each version is given a distinguishing version number. If the 569 | Program specifies that a certain numbered version of the GNU Affero General 570 | Public License "or any later version" applies to it, you have the 571 | option of following the terms and conditions either of that numbered 572 | version or of any later version published by the Free Software 573 | Foundation. If the Program does not specify a version number of the 574 | GNU Affero General Public License, you may choose any version ever published 575 | by the Free Software Foundation. 576 | 577 | If the Program specifies that a proxy can decide which future 578 | versions of the GNU Affero General Public License can be used, that proxy's 579 | public statement of acceptance of a version permanently authorizes you 580 | to choose that version for the Program. 581 | 582 | Later license versions may give you additional or different 583 | permissions. However, no additional obligations are imposed on any 584 | author or copyright holder as a result of your choosing to follow a 585 | later version. 586 | 587 | 15. Disclaimer of Warranty. 588 | 589 | THERE IS NO WARRANTY FOR THE PROGRAM, TO THE EXTENT PERMITTED BY 590 | APPLICABLE LAW. EXCEPT WHEN OTHERWISE STATED IN WRITING THE COPYRIGHT 591 | HOLDERS AND/OR OTHER PARTIES PROVIDE THE PROGRAM "AS IS" WITHOUT WARRANTY 592 | OF ANY KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING, BUT NOT LIMITED TO, 593 | THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 594 | PURPOSE. THE ENTIRE RISK AS TO THE QUALITY AND PERFORMANCE OF THE PROGRAM 595 | IS WITH YOU. SHOULD THE PROGRAM PROVE DEFECTIVE, YOU ASSUME THE COST OF 596 | ALL NECESSARY SERVICING, REPAIR OR CORRECTION. 597 | 598 | 16. Limitation of Liability. 599 | 600 | IN NO EVENT UNLESS REQUIRED BY APPLICABLE LAW OR AGREED TO IN WRITING 601 | WILL ANY COPYRIGHT HOLDER, OR ANY OTHER PARTY WHO MODIFIES AND/OR CONVEYS 602 | THE PROGRAM AS PERMITTED ABOVE, BE LIABLE TO YOU FOR DAMAGES, INCLUDING ANY 603 | GENERAL, SPECIAL, INCIDENTAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF THE 604 | USE OR INABILITY TO USE THE PROGRAM (INCLUDING BUT NOT LIMITED TO LOSS OF 605 | DATA OR DATA BEING RENDERED INACCURATE OR LOSSES SUSTAINED BY YOU OR THIRD 606 | PARTIES OR A FAILURE OF THE PROGRAM TO OPERATE WITH ANY OTHER PROGRAMS), 607 | EVEN IF SUCH HOLDER OR OTHER PARTY HAS BEEN ADVISED OF THE POSSIBILITY OF 608 | SUCH DAMAGES. 609 | 610 | 17. Interpretation of Sections 15 and 16. 611 | 612 | If the disclaimer of warranty and limitation of liability provided 613 | above cannot be given local legal effect according to their terms, 614 | reviewing courts shall apply local law that most closely approximates 615 | an absolute waiver of all civil liability in connection with the 616 | Program, unless a warranty or assumption of liability accompanies a 617 | copy of the Program in return for a fee. 618 | 619 | END OF TERMS AND CONDITIONS 620 | 621 | How to Apply These Terms to Your New Programs 622 | 623 | If you develop a new program, and you want it to be of the greatest 624 | possible use to the public, the best way to achieve this is to make it 625 | free software which everyone can redistribute and change under these terms. 626 | 627 | To do so, attach the following notices to the program. It is safest 628 | to attach them to the start of each source file to most effectively 629 | state the exclusion of warranty; and each file should have at least 630 | the "copyright" line and a pointer to where the full notice is found. 631 | 632 | 633 | Copyright (C) 634 | 635 | This program is free software: you can redistribute it and/or modify 636 | it under the terms of the GNU Affero General Public License as published 637 | by the Free Software Foundation, either version 3 of the License, or 638 | (at your option) any later version. 639 | 640 | This program is distributed in the hope that it will be useful, 641 | but WITHOUT ANY WARRANTY; without even the implied warranty of 642 | MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 643 | GNU Affero General Public License for more details. 644 | 645 | You should have received a copy of the GNU Affero General Public License 646 | along with this program. If not, see . 647 | 648 | Also add information on how to contact you by electronic and paper mail. 649 | 650 | If your software can interact with users remotely through a computer 651 | network, you should also make sure that it provides a way for users to 652 | get its source. For example, if your program is a web application, its 653 | interface could display a "Source" link that leads users to an archive 654 | of the code. There are many ways you could offer source, and different 655 | solutions will be better for different programs; see section 13 for the 656 | specific requirements. 657 | 658 | You should also get your employer (if you work as a programmer) or school, 659 | if any, to sign a "copyright disclaimer" for the program, if necessary. 660 | For more information on this, and how to apply and follow the GNU AGPL, see 661 | . 662 | -------------------------------------------------------------------------------- /docs/CNAME: -------------------------------------------------------------------------------- 1 | ls.erojk.eu.org 2 | -------------------------------------------------------------------------------- /docs/_config.yml: -------------------------------------------------------------------------------- 1 | remote_theme: pages-themes/slate@v0.2.0 2 | plugins: 3 | - jekyll-remote-theme # add this line to the plugins list if you already have one 4 | title: 打男的阅读源 5 | description: 用于发布阅读的各种源。 6 | -------------------------------------------------------------------------------- /docs/index.md: -------------------------------------------------------------------------------- 1 | [![GitHub license](https://img.shields.io/badge/license-AGPL--3.0-orange?style=flat-square&color=0f6adb&logo=github)](https://github.com/daiaji/LegadoSource/) 2 | [![GitHub Star](https://img.shields.io/github/stars/daiaji/LegadoSource.svg?style=flat-square&label=Star&color=0f6adb&logo=github)](https://github.com/daiaji/LegadoSource/) 3 | [![GitHub Fork](https://img.shields.io/github/forks/daiaji/LegadoSource.svg?style=flat-square&label=Fork&color=0f6adb&logo=github)](https://github.com/daiaji/LegadoSource/) 4 | 5 | 📚 一些「阅读」小说书源、订阅源、词典规则 6 | 7 | > 阅读 APP [官方下载地址](https://github.com/gedoor/legado/releases)、[酷安下载地址[推荐]](https://www.coolapk.com/apk/256030) 8 | 9 | --- 10 | 11 | **让我们铭记「地上最肝の生物」宇宙之神的[伟业](https://www.coolapk.com/feed/44827037?shareKey=ZDRjMWRlNDYxNzM2NjQzMmY4NTI~&shareUid=206746&shareFrom=com.coolapk.market_12.2.1)!**
12 | **虽然我一直想校对,但工作量太大了。**
13 | **感谢[821938089](https://github.com/821938089)大佬的[大量编程方面的帮助](https://github.com/gedoor/legado/discussions/3083)。** 14 | 15 | --- 16 | 17 | ### 我做了如下工作: 18 | 19 | 1. 这个订阅源,和仓库的建立,以及整套方案的实施。 20 | 2. 添加一些轻小说源。 21 | 3. 分离了漫画源。(阅读看漫画的体验挺一般的,[Tachiyomi](https://tachiyomi.org/)应该更好用。☺️) 22 | 4. 修正了一些书源的问题,使其更加容易充当模板。 23 | 5. 由于几个轻小说源都需要登录,且没有网页端,使用不便,我为其添加了登录 UI。 24 | 6. 由于有些书源已经使用了 Cloudflare 提供的验证服务,所以我添加了自动运行验证,但具有验证的源已经单独分组并停用。 25 | 7. 合并了酷安评论区发布的一些书源,感谢[@自己开心就行了](http://www.coolapk.com/u/702026)、[@念丶无](http://www.coolapk.com/u/18888780),也许还有其他人的源,但是已经没有记录了。 26 | 8. 在此基础上进行了域名去重,基本上本书源合集可保证基于域名的书源唯一性。 27 | 9. 加了很多刘备。🥵 28 | 29 | --- 30 | 31 | ### 招募好汉: 32 | 33 | 仓库里有一个失效的书源合集等待修复,但本人技术有限,无法修复,求大侠出手修复。🙇
34 | 这里是[电报群](https://t.me/+2ayqoESbWS41YWY1),欢迎来搅-w- 35 | 36 | --- 37 | 38 | ### 开源地址: 39 | 40 | - [GayHub](https://github.com/daiaji/LegadoSource)欢迎来搞。
41 | - [这边](https://jihulab.com/daiaji/LegadoSource)是国内备胎。 42 | 43 | --- 44 | 45 | ### 订阅源 🔥 46 | 47 | - 打男的订阅源 48 | - [访问直链](https://jihulab.com/daiaji/LegadoSource/-/raw/main/订阅.json) 49 | - [一键导入](legado://import/rssSource?src=https://jihulab.com/daiaji/LegadoSource/-/raw/main/订阅.json) 50 | - AOAOSTAR 的订阅源 51 | - [访问直链](https://jihulab.com/aoaostar/legado/-/raw/release/cache/63d0b3cc07cad9caf599b192007b26a858a57758.json) 52 | - [一键导入](legado://import/rssSource?src=https://jihulab.com/aoaostar/legado/-/raw/release/cache/63d0b3cc07cad9caf599b192007b26a858a57758.json) 53 | 54 | --- 55 | 56 | ### 精校书源 🔥 57 | 58 | - [访问直链](https://jihulab.com/daiaji/LegadoSource/-/raw/main/自校.json) 59 | - [一键导入](legado://import/bookSource?src=https://jihulab.com/daiaji/LegadoSource/-/raw/main/自校.json) 60 | 61 | --- 62 | 63 | ### 漫画书源 🔥 64 | 65 | - [访问直链](https://gh.erojk.eu.org/https://raw.githubusercontent.com/daiaji/LegadoSource/main/漫画.json) 66 | - [一键导入](legado://import/bookSource?src=https://gh.erojk.eu.org/https://raw.githubusercontent.com/daiaji/LegadoSource/main/漫画.json) 67 | 68 | --- 69 | 70 | ### 词典规则 🔥 71 | 72 | - [访问直链](https://jihulab.com/daiaji/LegadoSource/-/raw/main/词典.json) 73 | - [一键导入](legado://import/dictRule?src=https://jihulab.com/daiaji/LegadoSource/-/raw/main/词典.json) 74 | 75 | --- 76 | 77 | ### 净化替换 🔥 78 | 79 | - [访问直链](https://gh.erojk.eu.org/https://raw.githubusercontent.com/daiaji/LegadoSource/main/净化.json) 80 | - [一键导入](legado://import/replaceRule?src=https://gh.erojk.eu.org/https://raw.githubusercontent.com/daiaji/LegadoSource/main/净化.json) 81 | -------------------------------------------------------------------------------- /净化.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "group": "自然净化🌤️", 4 | "id": 1659477312690, 5 | "isEnabled": true, 6 | "isRegex": true, 7 | "name": "4.网站净化", 8 | "order": 10, 9 | "pattern": "零点看书网|看书室|新书包网|fengqing书库|番茄小说网|58尔说蛧|饭团看书|百盟书|思路客|番茄免费阅读小说|下书吧|小书亭|番茄小说|爱阅书香|妙书屋|下载爱阅小说|好看的言情小说|言情小说吧免费阅读|零点看书|言情小说网|看书室小说网|吞噬小说网|\\<网| 燃文|雅文吧|顶点小说|畅想中文网|xiaoshuting|YY小说|无错小说网|饭团探书|2k小说|无防盗小说网|tsxsw.la|dingdiann.org|awsl|x33xs.com|33小说网|kanqita.com|book.aavideo.net|aavbook|FQBOOK|aabook|.u6r8Esqgp9nn5fp2A|.MS0DC7vCvx2xJZo0R|疯 情书 库|笔下文学|\\@精华.*((\\s)新|新)~~|搜趣屋首发", 10 | "replacement": "", 11 | "scope": "", 12 | "scopeContent": true, 13 | "scopeTitle": false, 14 | "timeoutMillisecond": 3000 15 | }, 16 | { 17 | "excludeScope": "", 18 | "group": "格式", 19 | "id": 2, 20 | "isEnabled": true, 21 | "isRegex": true, 22 | "name": "#02 全角字符#JS", 23 | "order": 207, 24 | "pattern": "[0-9A-Za-z</>[]{}+=\@#%&$^¥~]|[\\(\\)、。「」「」『』]|(?\":\nR==\"[\"?\"[\":\nR==\"]\"?\"]\":\nR==\"{\"?\"{\":\nR==\"}\"?\"}\":\nR==\"+\"?\"+\":\nR==\"=\"?\"=\":\nR==\"\\"?\"\\\\\\\\\":\nR==\"@\"?\"@\":\nR==\"#\"?\"#\":\nR==\"%\"?\"%\":\nR==\"&\"?\"&\":\nR==\"$\"?\"\\\\$\":\nR==\"^\"?\"\\\\^\":\nR==\"¥\"?\"¥\":\nR==\"~\"?\"~\":\nR==\"(\"?\"(\":\nR==\")\"?\")\":\nR==\"、\"?\"、\":\nR==\"。\"?\"。\":\nR==\"「\"?\"“\":\nR==\"」\"?\"”\":\nR==\"「\"?\"“\":\nR==\"」\"?\"”\":\nR==\"『\"?\"‘\":\nR==\"』\"?\"’\":\nR==\".\"?\"ꔷ\":\nR==\".\"?\"ꔷ\":\nR==\"∶\"?\":\":\nR==\"︰\"?\":\":\nR", 26 | "scope": "", 27 | "scopeContent": true, 28 | "scopeTitle": true, 29 | "timeoutMillisecond": 3000 30 | }, 31 | { 32 | "group": "格式", 33 | "id": 3, 34 | "isEnabled": true, 35 | "isRegex": true, 36 | "name": "#03 其他字符#JS", 37 | "order": 208, 38 | "pattern": "(?mi)(?<=^(?:\\w\\w)?(?:简介|介绍|概要|作者|角色|人物|说明|资料|百科|大全|[档方文]案|日志|面板|列表|公告|通知|广播|任务)|如下)\\b$|(?<=[说问]道)(?=“)(?!“\\w{1,9}”)|\\.{3,}|·{3,}|\\b·\\b|.(?!(?<=\\d.)\\d)|(?<=[\\u4e00-\\u9fcc][\\w\\-]{0,11}[%》]?)(?!ꔷ\\w{1,9}[ꔷ·]|\\.\\.)[ꔷ\\.](?=][^\\n\\\\/<>=]{0,9})\"(?!\"|[^\\n\\\\/<>=]{0,9}[\\\\/<>=])(?=(?<=[\\u4e00-\\u9fcc]\\w{0,3}\\W{1,6})|\\W{0,6}\\w{0,3}[\\u4e00-\\u9fcc])|(?<=\\w[\\u4e00-\\u9fcc,])—(?=[\\u4e00-\\u9fcc,])|(?<=‘\\w{1,7})[,'](?=(?<=')|[,。;!?—…\\-])|(?<=[::]\\n?)[”’"](?=\\S)|(?<=”[\\w,、。]{0,19}\\n)[”]|[”](?=(?<=[\\n”]{2})[\\w,、。!?\\!\\?]{1,19}\\B”|(?<=^”)[\\w,、。!?\\!\\?]{1,19}\\B”$)|[“](?=(?<=[\\n\\w,、]“\\w{1,9}[%]?“)[:;\\w,、]|(?<=[\\w。!?—…~~]“)$|\\n?“|(?<=“\\w{1,9}“)[。!?—…~~]{1,6}”$|[\\w,]{1,19}[,::]\\n?“|\\w+[说道][。]\\n)|^!+|^\\?+|(?:!+(?=!)|!|\\?+(?=\\?)|\\?)(?=(?<=[\\u4e00-\\u9fcc]\\S{1,9})|\\S{0,9}[\\u4e00-\\u9fcc])|[*\\*]+(?=[*\\*]{3})|*|\\*|(?<=[\\u4e00-\\u9fcc]□?)□|(?<=[\\u4e00-\\u9fcc]×{0,2})×", 39 | "replacement": "@js:R=result;\nR==\"\"?\":\":\nR==\"·\"?\"ꔷ\":\nR==\".\"?\"。\":\nR==\".\"?\"。\":\nR==\"ꔷ\"?\"。\":\nR==\":\"?\":\":\nR==\":\"?\":\":\nR==\";\"?\";\":\nR==\",\"?\",\":\nR=='\"'?'"':\nR==\"—\"?\"一\":\nR==\",\"?\"’\":\nR==\"'\"?\"’\":\nR==\"”\"?\"“\":\nR=='"'?\"“\":\nR==\"’\"?\"‘\":\nR==\"“\"?\"”\":\nR==\"×\"?\"ꁘ\":\nR==\"□\"?\"ꁘ\":\nR.slice(0,1)==\"*\"?\"ꁘ\":\nR.slice(0,1)==\"*\"?\"ꁘ\":\nR.slice(0,1)==\"?\"?\"?\":\nR.slice(0,1)==\"!\"?\"!\":\nR.slice(0,3)==\"...\"?\"…\":\nR.slice(0,3)==\"···\"?\"…\":\nR", 40 | "scopeContent": true, 41 | "scopeTitle": false, 42 | "timeoutMillisecond": 3000 43 | }, 44 | { 45 | "group": "净化", 46 | "id": 13, 47 | "isEnabled": true, 48 | "isRegex": true, 49 | "name": "#13 净化网址", 50 | "order": 218, 51 | "pattern": "(?i)<(center|font)(?:\\h(?!src\\b)|\\S)+?|(?:[\\n<_]|[A-Z]+\\.)br/?>|(?<=[\\u4e00-\\u9fcc])/>|&\\b[A-Z;]+\\b;|(?),?|\\b[—…]{2,6}(?=」「\\b)|(?<=\\n)\\n+|(?<=^[\\w、。!?—…]{0,4}(\\w[。!?—…]{1,4}))\\n(?=[\\w、。!?—…]{0,8}\\1$)|(?>\\n|\\s+(?=[”:;,、)】]」』》])|(?<=[\\u4e00-\\u9fa5])\\s*|(?<=[\\u4e00-\\u9fa5])\\n\\h*(?=[\\u4e00-\\u9fa5])|(?<=[\\w,、(\\(])\\n\\s*(?=\\w)|(?<=[\\u4e00-\\u9fa5,])\\s*", 192 | "replacement": "", 193 | "scope": "", 194 | "scopeContent": true, 195 | "scopeTitle": false, 196 | "timeoutMillisecond": 3000 197 | }, 198 | { 199 | "group": "注意严选🚫", 200 | "id": 38, 201 | "isEnabled": false, 202 | "isRegex": true, 203 | "name": "#38 精简⚡对话", 204 | "order": 248, 205 | "pattern": "(?<=^|\\n|[,。:;!?—…“(【])([啊哎唉嗳诶吧滴嘚咚嘟咄呃额恩嗯咯咕哈蛤嗨呵嘿哼呼咳哐嘛呐呕哦喔噢呸啪噗砰嘶哇唔呜喂嘻嘘呀咦咿噫呦吆哟啧])[、,。!?…—]{0,2}\\1*[、,。!?…—]{1,2}(?=\\w)|(?<=[\\n“(【])([\\u4e00-\\u9fa5]\\w{0,3})[,、!…]+(?:\\2[,、!…]+)?(?=\\2)|(?<=^|\\n)[\\w「・」,、]{2,36}[:,。](?=“[^\\n“”]{2,22}[。!?—…]”|“[^\\n“”]{23})|(?<=\\w[。!?—…]{1,2}”)[\\w「・」,、]{2,36}。(?=\\n|$)|(?<=[,。!?—…])”[\\w「・」,、]{2,36}[:,]“(?=[^\\n“”]{2,22}[。!?—…]”|[^\\n“”]{23})|(?<=^|\\n)[\\u4e00-\\u9fa5][\\w・]*:[^\\n\\w]+(\\n|$)|(?<=[。!?—…]”\\n)[\\w「・」]{0,12}(?:,[\\u4e00-\\u9fa5]{1,6})?[说道问答想]。(\\n|$)", 206 | "replacement": "", 207 | "scope": "", 208 | "scopeContent": true, 209 | "scopeTitle": false, 210 | "timeoutMillisecond": 3000 211 | }, 212 | { 213 | "group": "注意严选🚫", 214 | "id": 27, 215 | "isEnabled": false, 216 | "isRegex": true, 217 | "name": "#27 标记◇网游", 218 | "order": 249, 219 | "pattern": "(?mi)(?#1) in at line number 1", 164 | "bookSourceGroup": "js失效,📚 正版", 165 | "bookSourceName": "📚 红薯网站", 166 | "bookSourceType": 0, 167 | "bookSourceUrl": "https://g.hongshu.com/", 168 | "customOrder": 20552656, 169 | "enabled": true, 170 | "enabledCookieJar": true, 171 | "enabledExplore": true, 172 | "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}}", 173 | "lastUpdateTime": 1683901139173, 174 | "loginUrl": "https://g.hongshu.com/userlogin", 175 | "respondTime": 180418, 176 | "ruleBookInfo": {}, 177 | "ruleContent": { 178 | "content": ".rdtext@html" 179 | }, 180 | "ruleExplore": {}, 181 | "ruleReview": {}, 182 | "ruleSearch": { 183 | "author": "@json:$.authorname", 184 | "bookList": "\nif (result.search('jsonp3') != -1) {\n result.match(/jsonp3\\((.*)\\)/)[1]\n} else {\n result\n}\n\n@json:$..bookinfo[*]", 185 | "bookUrl": "var bookSourceUrl = source.bookSourceUrl\n{{$bookSourceUrl}}bookajax/chapterlist/bid/{{$.bid}}.do?bid={{$.bid}}&pagesize=50&sortby=ASC&pagenum=1", 186 | "coverUrl": "@json:$.bookface", 187 | "intro": "@json:$.intro", 188 | "kind": "@json:{$.classname}&&{$.tag[*]}", 189 | "lastChapter": "@json:$.last_update_title", 190 | "name": "@json:$.catename" 191 | }, 192 | "ruleToc": { 193 | "chapterList": "@json:$..list[*]", 194 | "chapterName": "@json:$.title", 195 | "chapterUrl": "@json:https://g.hongshu.com/content/{$..bid}/{$.chapterid}.html", 196 | "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" 197 | }, 198 | "searchUrl": "bookajax/search.do?keyword={{key}}&keywordtype=1&free=0&finish=0&charnum=0&updatetime=0&order=0©right=1&pagesize=10&sex_flag=nan&pagenum=1&Pclassids=0&callback=jsonp3", 199 | "weight": 0 200 | }, 201 | { 202 | "bookSourceComment": "// Error: ctx.read(rule) must not be null", 203 | "bookSourceGroup": "📚 正版,网站失效", 204 | "bookSourceName": "📚 有毒小说", 205 | "bookSourceType": 0, 206 | "bookSourceUrl": "https://pre-api.youdubook.com/", 207 | "bookUrlPattern": "", 208 | "customOrder": 20552712, 209 | "enabled": true, 210 | "enabledCookieJar": false, 211 | "enabledExplore": true, 212 | "exploreUrl": "[{\"title\":\"玄幻\",\"url\":\"/api/getTypeNovel?second_type=1&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"仙侠\",\"url\":\"/api/getTypeNovel?second_type=2&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"都市\",\"url\":\"/api/getTypeNovel?second_type=3&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"历史\",\"url\":\"/api/getTypeNovel?second_type=4&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"科幻\",\"url\":\"/api/getTypeNovel?second_type=5&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"奇幻\",\"url\":\"/api/getTypeNovel?second_type=6&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"军事\",\"url\":\"/api/getTypeNovel?second_type=7&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"轻说\",\"url\":\"/api/getTypeNovel?second_type=9&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"悬疑\",\"url\":\"/api/getTypeNovel?second_type=11&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"体育\",\"url\":\"/api/getTypeNovel?second_type=12&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"游戏\",\"url\":\"/api/getTypeNovel?second_type=13&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}},\n{\"title\":\"武侠\",\"url\":\"/api/getTypeNovel?second_type=14&page={{page}}\",\"style\":{\"layout_flexBasisPercent\":0.25,\"layout_flexGrow\":1}}]", 213 | "header": "{\"proxy\":\"socks5://127.0.0.1:10808\"}", 214 | "lastUpdateTime": 1683823848633, 215 | "loginUi": "[\n {\n \"name\": \"账号\",\n \"type\": \"text\"\n },\n {\n \"name\": \"密码\",\n \"type\": \"password\"\n }\n]", 216 | "loginUrl": "une=source.getLoginInfoMap().get(\"账号\")\npwd=source.getLoginInfoMap().get(\"密码\")\n\nif(une&&pwd) {\n let url='https://pre-api.youdubook.com/api/login?user_name='+une+'&user_password='+pwd\n $=JSON.parse(java.ajax(url))\n \n header={\n \t\"Authorization\": \"Bearer \"+$.data.token\n \t}\n \tsource.putLoginHeader(JSON.stringify(header))\n}", 217 | "respondTime": 180516, 218 | "ruleBookInfo": { 219 | "author": "novel_author", 220 | "coverUrl": "https://alioss.youdubook.com{{$.novel_cover}}", 221 | "init": "data", 222 | "intro": "novel_tags&&novel_inforesult.replace(/^(.*?)\\s/,' 🏷️标签:$1\\n‎\\n')", 223 | "kind": "{{$.first_type_name}},{{$.second_type_name}},{{$.third_type_name}},{{$.type_name}},{{java.timeFormat(java.getString('novel_uptime')*1000)}}", 224 | "lastChapter": "novel_newcname", 225 | "name": "novel_name", 226 | "tocUrl": "https://pre-api.youdubook.com/api/novelDirectory?nid={{$.novel_id}}&orderBy=asc", 227 | "wordCount": "novel_wordnumber" 228 | }, 229 | "ruleContent": { 230 | "content": "$..content", 231 | "imageStyle": "", 232 | "webJs": "" 233 | }, 234 | "ruleExplore": { 235 | "bookList": "" 236 | }, 237 | "ruleReview": {}, 238 | "ruleSearch": { 239 | "author": "novel_author", 240 | "bookList": "data.data", 241 | "bookUrl": "/api/webNovelDetail?novel_id={{$.novel_id}}", 242 | "coverUrl": "https://alioss.youdubook.com{{$.novel_cover}}", 243 | "intro": "novel_info", 244 | "kind": "{{$.first_type_name}},{{$.second_type_name}},{{$.third_type_name}},{{$.type_name}},{{java.timeFormat(java.getString('novel_uptime')*1000)}}", 245 | "lastChapter": "{{$.novel_newcname}} • {{java.timeFormat(java.getString('novel_uptime')*1000)}}\nresult.replace(/\\s\\d+:\\d+/,'')", 246 | "name": "novel_name", 247 | "wordCount": "novel_wordnumber" 248 | }, 249 | "ruleToc": { 250 | "chapterList": "$.data\n\nlet array = []\nresult.forEach((booklet) => {\n array.push({ \n \t name: \"📖[\"+booklet.volume_name+\"]📖\",\n \t isVolume:true\n \t})\n booklet.chapter_list.forEach((chapter) => {\n array.push({\n name:String(chapter.chapter_ispay+chapter.chapter_name).replace(/^1/,'✿·').replace(/^0/, '').replace(/^(正文|VIP章节|最新章节)?(\\s+|_)|[\\(\\{({【].*[求更谢乐发推票盟补加字Kk\\/].*[\\)\\})}】]/g,''),\n url: \"https://pre-api.youdubook.com/api/readNew?chapter_id=\" + chapter.chapter_id + \"&nid=\" + chapter.chapter_nid + \"&chapter_order=\" + chapter.chapter_order + \"&vid=\"+ chapter.chapter_vid,\n \n time:java.timeFormat(chapter.chapter_time*1000)\n })\n })\n })\narray\n", 251 | "chapterName": "name", 252 | "chapterUrl": "url", 253 | "isVip": "", 254 | "isVolume": "isVolume", 255 | "nextTocUrl": "", 256 | "updateTime": "time" 257 | }, 258 | "searchUrl": "api/searchAll,{\n'charset': 'UTF-8',\n'method': 'POST',\n'body': '{\"page\":{{page}},\"pageSize\":10,\"search_value\":\"{{key}}\",\"search_type\":\"novel\"}'\n}", 259 | "weight": 0 260 | }, 261 | { 262 | "bookSourceComment": "// Error: 搜索失效", 263 | "bookSourceGroup": "📚 正版,搜索失效", 264 | "bookSourceName": "📚 息壤中文", 265 | "bookSourceType": 0, 266 | "bookSourceUrl": "https://pre-api.xrzww.com/", 267 | "bookUrlPattern": "api/detail/.+", 268 | "customOrder": 20552716, 269 | "enabled": true, 270 | "enabledCookieJar": true, 271 | "enabledExplore": true, 272 | "exploreUrl": "热销榜::api/hotSaleListNew?page={{page}}\n月票榜::api/monthTicketListNew?page={{page}}\n粉丝榜::api/fansListNew?page={{page}}\n打赏榜::api/rewardListNew?page={{page}}\n收藏榜::api/collectListNew?page={{page}}\n推荐榜::api/recommendListNew?page={{page}}\n字数榜::api/wordnumListNew?page={{page}}\n更新榜::api/wordsListNew?page={{page}}\n签约榜::api/signUpListNew?page={{page}}\n新书榜::api/newNovelListNew?page={{page}}\n评论榜::api/commentListNew?page={{page}}\n催更榜::api/urgeListNew?page={{page}}", 273 | "lastUpdateTime": 1684073568377, 274 | "loginUrl": "https://h5.xrzww.com/#/pages/login/login", 275 | "respondTime": 180412, 276 | "ruleBookInfo": { 277 | "author": "novel_author", 278 | "coverUrl": "https://oss.xrzww.com{{$.novel_cover}}", 279 | "init": "data", 280 | "intro": "
{{$.novel_info}}", 281 | "name": "novel_name", 282 | "tocUrl": "/api/directoryList?nid={{$.novel_id}}&orderBy=0", 283 | "wordCount": "novel_wordnumber" 284 | }, 285 | "ruleContent": { 286 | "content": "data.content" 287 | }, 288 | "ruleExplore": {}, 289 | "ruleReview": {}, 290 | "ruleSearch": { 291 | "author": "novel_author", 292 | "bookList": "data.data", 293 | "bookUrl": "/api/detail?novel_id={{$.novel_id}}", 294 | "coverUrl": "https://oss.xrzww.com{{$.novel_cover}}", 295 | "intro": "novel_info", 296 | "kind": "type_name", 297 | "lastChapter": "novel_newcname", 298 | "name": "novel_name", 299 | "wordCount": "novel_wordnumber" 300 | }, 301 | "ruleToc": { 302 | "chapterList": "data.data", 303 | "chapterName": "chapter_name", 304 | "chapterUrl": "/api/readNew?nid={{$.chapter_nid}}&vid={{$.chapter_vid}}&chapter_id={{$.chapter_id}}&chapter_order={{$.chapter_order}}", 305 | "isVip": "chapter_ispay" 306 | }, 307 | "searchUrl": "api/search?page={{page}}&type=1&keyword={{key}}", 308 | "weight": 0 309 | }, 310 | { 311 | "bookSourceComment": "// Error: org.mozilla.javascript.WrappedException: Wrapped com.script.ScriptException: org.mozilla.javascript.EcmaError: TypeError: Cannot read property \"手机号码/邮箱\" from null (#8) in at line number 8 (#5) in at line number 5\n\n◎开始使用时(搜索或调试)会自动游客登陆,若有账号请再输入账号登陆\n◎注意重复登录现在会触发验证码检查, 有封号的风险\n◎若要切换账号,请在[登陆界面]菜单中清除账号和密码进行[游客登录],再输入账号和密码登陆\n◎重复{点击√}登陆会在一段时间内无法账号登陆(需要等几个小时);如果需要请切换网络[wifi/数据]重新尝试登陆,登陆成功后请勿频繁切换账号\n◎若报错请删除登陆按钮里面的登录头(登陆界面右上角的选项里),并且清除Cookie后重新再次进行登录\n◎因为操作过多,若点击登录√无反应请等待一会\n◎特性: 登陆|游客登录|签到|书架|发现页|购买(需要升级到最新版本≥3.22.081219)", 312 | "bookSourceGroup": "js失效,📚 正版", 313 | "bookSourceName": "📚 欢乐书客", 314 | "bookSourceType": 0, 315 | "bookSourceUrl": "https://sk.hbooker.com/", 316 | "bookUrlPattern": "", 317 | "concurrentRate": "", 318 | "customOrder": 20552719, 319 | "enabled": true, 320 | "enabledCookieJar": true, 321 | "enabledExplore": true, 322 | "exploreUrl": "[\n{\"title\":\"个人中心\",\"url\":\"\",\"style\": {\"layout_flexGrow\": 0,\"layout_flexBasisPercent\": 1}},\n{\"title\":\"每日签到\",\"url\":\"/reader/get_task_bonus_with_sign_recommend?app_version={{source.getLoginHeaderMap()['app_version']}}&login_token={{source.getLoginHeaderMap()['login_token']}}&account={{source.getLoginHeaderMap()['account']}}&device_token={{source.getLoginHeaderMap()['device_token']}}&task_type=1\",\"style\": {\"layout_flexGrow\": 0.25,\"layout_flexBasisPercent\": -1}},\n{\"title\":\"每日任务\",\"url\":\"/task/get_all_task_list?app_version={{source.getLoginHeaderMap()['app_version']}}&login_token={{source.getLoginHeaderMap()['login_token']}}&account={{source.getLoginHeaderMap()['account']}}&device_token={{source.getLoginHeaderMap()['device_token']}}&task_type=1\",\"style\": {\"layout_flexGrow\": 0.25,\"layout_flexBasisPercent\": -1}},\n{\"title\":\"个人书架\",\"url\":\"/bookshelf/get_shelf_book_list_new?order=last_read_time&app_version={{source.getLoginHeaderMap()['app_version']}}&login_token={{source.getLoginHeaderMap()['login_token']}}&count=100&account={{source.getLoginHeaderMap()['account']}}&device_token={{source.getLoginHeaderMap()['device_token']}}&page=0&shelf_id={{source.getLoginHeaderMap()['shelf_id']}}\",\"style\": {\"layout_flexGrow\": 0.25,\"layout_flexBasisPercent\": -1}},\n{\"title\":\"全部分类\",\"url\":\"/bookcity/get_filter_search_book_list\n?app_version={{source.getLoginHeaderMap()['app_version']}}&filter_word=&count=10&tags=%5B%7B%22filter%22%3A%221%22%2C%22tag%22%3A%22%22%7D%5D&use_daguan=0&device_token={{source.getLoginHeaderMap()['device_token']}}&is_paid=&login_token={{source.getLoginHeaderMap()['login_token']}}&page={{page-1}}&category_index=0&filter_uptime=&key=&account={{source.getLoginHeaderMap()['account']}}&up_status=&order=week_click\",\"style\": {\"layout_flexGrow\": 0,\"layout_flexBasisPercent\": 1}},\n{\"title\":\"玄幻奇幻\",\"url\":\"/bookcity/get_filter_search_book_list\n?app_version={{source.getLoginHeaderMap()['app_version']}}&filter_word=&count=10&tags=%5B%7B%22filter%22%3A%221%22%2C%22tag%22%3A%22%22%7D%5D&use_daguan=0&device_token={{source.getLoginHeaderMap()['device_token']}}&is_paid=&login_token={{source.getLoginHeaderMap()['login_token']}}&page={{page-1}}&category_index=8&filter_uptime=&key=&account={{source.getLoginHeaderMap()['account']}}&up_status=&order=week_click\",\"style\": {\"layout_flexGrow\": 0.25,\"layout_flexBasisPercent\": -1}},\n{\"title\":\"都市青春\",\"url\":\"/bookcity/get_filter_search_book_list\n?app_version={{source.getLoginHeaderMap()['app_version']}}&filter_word=&count=10&tags=%5B%7B%22filter%22%3A%221%22%2C%22tag%22%3A%22%22%7D%5D&use_daguan=0&device_token={{source.getLoginHeaderMap()['device_token']}}&is_paid=&login_token={{source.getLoginHeaderMap()['login_token']}}&page={{page-1}}&category_index=27&filter_uptime=&key=&account={{source.getLoginHeaderMap()['account']}}&up_status=&order=week_click\",\"style\": {\"layout_flexGrow\": 0.25,\"layout_flexBasisPercent\": -1}},\n{\"title\":\"灵异未知\",\"url\":\"/bookcity/get_filter_search_book_list\n?app_version={{source.getLoginHeaderMap()['app_version']}}&filter_word=&count=10&tags=%5B%7B%22filter%22%3A%221%22%2C%22tag%22%3A%22%22%7D%5D&use_daguan=0&device_token={{source.getLoginHeaderMap()['device_token']}}&is_paid=&login_token={{source.getLoginHeaderMap()['login_token']}}&page={{page-1}}&category_index=1&filter_uptime=&key=&account={{source.getLoginHeaderMap()['account']}}&up_status=&order=week_click\",\"style\": {\"layout_flexGrow\": 0.25,\"layout_flexBasisPercent\": -1}},\n{\"title\":\"历史军事\",\"url\":\"/bookcity/get_filter_search_book_list\n?app_version={{source.getLoginHeaderMap()['app_version']}}&filter_word=&count=10&tags=%5B%7B%22filter%22%3A%221%22%2C%22tag%22%3A%22%22%7D%5D&use_daguan=0&device_token={{source.getLoginHeaderMap()['device_token']}}&is_paid=&login_token={{source.getLoginHeaderMap()['login_token']}}&page={{page-1}}&category_index=30&filter_uptime=&key=&account={{source.getLoginHeaderMap()['account']}}&up_status=&order=week_click\",\"style\": {\"layout_flexGrow\": 0.25,\"layout_flexBasisPercent\": -1}},\n{\"title\":\"科幻无限\",\"url\":\"/bookcity/get_filter_search_book_list\n?app_version={{source.getLoginHeaderMap()['app_version']}}&filter_word=&count=10&tags=%5B%7B%22filter%22%3A%221%22%2C%22tag%22%3A%22%22%7D%5D&use_daguan=0&device_token={{source.getLoginHeaderMap()['device_token']}}&is_paid=&login_token={{source.getLoginHeaderMap()['login_token']}}&page={{page-1}}&category_index=6&filter_uptime=&key=&account={{source.getLoginHeaderMap()['account']}}&up_status=&order=week_click\",\"style\": {\"layout_flexGrow\": 0.25,\"layout_flexBasisPercent\": -1}},\n{\"title\":\"游戏竞技\",\"url\":\"/bookcity/get_filter_search_book_list\n?app_version={{source.getLoginHeaderMap()['app_version']}}&filter_word=&count=10&tags=%5B%7B%22filter%22%3A%221%22%2C%22tag%22%3A%22%22%7D%5D&use_daguan=0&device_token={{source.getLoginHeaderMap()['device_token']}}&is_paid=&login_token={{source.getLoginHeaderMap()['login_token']}}&page={{page-1}}&category_index=3&filter_uptime=&key=&account={{source.getLoginHeaderMap()['account']}}&up_status=&order=week_click\",\"style\": {\"layout_flexGrow\": 0.25,\"layout_flexBasisPercent\": -1}},\n{\"title\":\"仙侠武侠\",\"url\":\"/bookcity/get_filter_search_book_list\n?app_version={{source.getLoginHeaderMap()['app_version']}}&filter_word=&count=10&tags=%5B%7B%22filter%22%3A%221%22%2C%22tag%22%3A%22%22%7D%5D&use_daguan=0&device_token={{source.getLoginHeaderMap()['device_token']}}&is_paid=&login_token={{source.getLoginHeaderMap()['login_token']}}&page={{page-1}}&category_index=5&filter_uptime=&key=&account={{source.getLoginHeaderMap()['account']}}&up_status=&order=week_click\",\"style\": {\"layout_flexGrow\": 0.25,\"layout_flexBasisPercent\": -1}},\n{\"title\":\"免费同人\",\"url\":\"/bookcity/get_filter_search_book_list\n?app_version={{source.getLoginHeaderMap()['app_version']}}&filter_word=&count=10&tags=%5B%7B%22filter%22%3A%221%22%2C%22tag%22%3A%22%22%7D%5D&use_daguan=0&device_token={{source.getLoginHeaderMap()['device_token']}}&is_paid=&login_token={{source.getLoginHeaderMap()['login_token']}}&page={{page-1}}&category_index=24&filter_uptime=&key=&account={{source.getLoginHeaderMap()['account']}}&up_status=&order=week_click\",\"style\": {\"layout_flexGrow\": 0.25,\"layout_flexBasisPercent\": -1}},\n{\"title\":\"女频小说\",\"url\":\"/bookcity/get_filter_search_book_list\n?app_version={{source.getLoginHeaderMap()['app_version']}}&filter_word=&count=10&tags=%5B%7B%22filter%22%3A%221%22%2C%22tag%22%3A%22%22%7D%5D&use_daguan=0&device_token={{source.getLoginHeaderMap()['device_token']}}&is_paid=&login_token={{source.getLoginHeaderMap()['login_token']}}&page={{page-1}}&category_index=11&filter_uptime=&key=&account={{source.getLoginHeaderMap()['account']}}&up_status=&order=week_click\",\"style\": {\"layout_flexGrow\": 0,\"layout_flexBasisPercent\": 0.29}},\n{\"title\": \"小说榜单\",\"url\": \"\",\"style\": {\"layout_flexGrow\": 0,\"layout_flexBasisPercent\": 1}},\n{\"title\":\"新书月榜\",\"url\":\"/bookcity/get_rank_book_list?time_type=month&app_version={{source.getLoginHeaderMap()['app_version']}}&device_token={{source.getLoginHeaderMap()['device_token']}}&count=10&login_token={{source.getLoginHeaderMap()['login_token']}}&page={{page-1}}&account={{source.getLoginHeaderMap()['account']}}&order=yp_new\",\"style\": {\"layout_flexGrow\": 0.25,\"layout_flexBasisPercent\": -1}},\n{\"title\":\"新书总榜\",\"url\":\"/bookcity/get_rank_book_list?time_type=total&app_version={{source.getLoginHeaderMap()['app_version']}}&device_token={{source.getLoginHeaderMap()['device_token']}}&count=10&login_token={{source.getLoginHeaderMap()['login_token']}}&page={{page-1}}&account={{source.getLoginHeaderMap()['account']}}&order=yp_new\",\"style\": {\"layout_flexGrow\": 0.25,\"layout_flexBasisPercent\": -1}},\n{\"title\":\"点击榜\",\"url\":\"\",\"style\": {\"layout_flexGrow\": 0,\"layout_flexBasisPercent\": 1}},\n{\"title\":\"月榜\",\"url\":\"/bookcity/get_rank_book_list?time_type=month&app_version={{source.getLoginHeaderMap()['app_version']}}&device_token={{source.getLoginHeaderMap()['device_token']}}&count=10&login_token={{source.getLoginHeaderMap()['login_token']}}&page={{page-1}}&account={{source.getLoginHeaderMap()['account']}}&order=no_vip_click\",\"style\": {\"layout_flexGrow\": 0.25,\"layout_flexBasisPercent\": -1}},\n{\"title\":\"总榜\",\"url\":\"/bookcity/get_rank_book_list?time_type=total&app_version={{source.getLoginHeaderMap()['app_version']}}&device_token={{source.getLoginHeaderMap()['device_token']}}&count=10&login_token={{source.getLoginHeaderMap()['login_token']}}&page={{page-1}}&account={{source.getLoginHeaderMap()['account']}}&order=no_vip_click\",\"style\": {\"layout_flexGrow\": 0.25,\"layout_flexBasisPercent\": -1}},\n{\"title\":\"月票榜\",\"url\":\"\",\"style\": {\"layout_flexGrow\": 0,\"layout_flexBasisPercent\": 1}},\n{\"title\":\"月榜\",\"url\":\"/bookcity/get_rank_book_list?time_type=month&app_version={{source.getLoginHeaderMap()['app_version']}}&device_token={{source.getLoginHeaderMap()['device_token']}}&count=10&login_token={{source.getLoginHeaderMap()['login_token']}}&page={{page-1}}&account={{source.getLoginHeaderMap()['account']}}&order=yp\",\"style\": {\"layout_flexGrow\": 0.25,\"layout_flexBasisPercent\": -1}},\n{\"title\":\"总榜\",\"url\":\"/bookcity/get_rank_book_list?time_type=total&app_version={{source.getLoginHeaderMap()['app_version']}}&device_token={{source.getLoginHeaderMap()['device_token']}}&count=10&login_token={{source.getLoginHeaderMap()['login_token']}}&page={{page-1}}&account={{source.getLoginHeaderMap()['account']}}&order=yp\",\"style\": {\"layout_flexGrow\": 0.25,\"layout_flexBasisPercent\": -1}},\n{\"title\":\"收藏榜\",\"url\":\"\",\"style\": {\"layout_flexGrow\": 0,\"layout_flexBasisPercent\": 1}},\n{\"title\":\"周榜\",\"url\":\"/bookcity/get_rank_book_list?time_type=week&app_version={{source.getLoginHeaderMap()['app_version']}}&device_token={{source.getLoginHeaderMap()['device_token']}}&count=10&login_token={{source.getLoginHeaderMap()['login_token']}}&page={{page-1}}&account={{source.getLoginHeaderMap()['account']}}&order=favor\",\"style\": {\"layout_flexGrow\": 0.25,\"layout_flexBasisPercent\": -1}},\n{\"title\":\"月榜\",\"url\":\"/bookcity/get_rank_book_list?time_type=month&app_version={{source.getLoginHeaderMap()['app_version']}}&device_token={{source.getLoginHeaderMap()['device_token']}}&count=10&login_token={{source.getLoginHeaderMap()['login_token']}}&page={{page-1}}&account={{source.getLoginHeaderMap()['account']}}&order=favor\",\"style\": {\"layout_flexGrow\": 0.25,\"layout_flexBasisPercent\": -1}},\n{\"title\":\"总榜\",\"url\":\"/bookcity/get_rank_book_list?time_type=total&app_version={{source.getLoginHeaderMap()['app_version']}}&device_token={{source.getLoginHeaderMap()['device_token']}}&count=10&login_token={{source.getLoginHeaderMap()['login_token']}}&page={{page-1}}&account={{source.getLoginHeaderMap()['account']}}&order=favor\",\"style\": {\"layout_flexGrow\": 0.25,\"layout_flexBasisPercent\": -1}},\n{\"title\":\"畅销榜\",\"url\":\"\",\"style\": {\"layout_flexGrow\": 0,\"layout_flexBasisPercent\": 1}},\n{\"title\":\"周榜\",\"url\":\"/bookcity/get_rank_book_list?time_type=week&app_version={{source.getLoginHeaderMap()['app_version']}}&device_token={{source.getLoginHeaderMap()['device_token']}}&count=10&login_token={{source.getLoginHeaderMap()['login_token']}}&page={{page-1}}&account={{source.getLoginHeaderMap()['account']}}&order=fans_value\",\"style\": {\"layout_flexGrow\": 0.25,\"layout_flexBasisPercent\": -1}},\n{\"title\":\"月榜\",\"url\":\"/bookcity/get_rank_book_list?time_type=month&app_version={{source.getLoginHeaderMap()['app_version']}}&device_token={{source.getLoginHeaderMap()['device_token']}}&count=10&login_token={{source.getLoginHeaderMap()['login_token']}}&page={{page-1}}&account={{source.getLoginHeaderMap()['account']}}&order=fans_value\",\"style\": {\"layout_flexGrow\": 0.25,\"layout_flexBasisPercent\": -1}},\n{\"title\":\"总榜\",\"url\":\"/bookcity/get_rank_book_list?time_type=total&app_version={{source.getLoginHeaderMap()['app_version']}}&device_token={{source.getLoginHeaderMap()['device_token']}}&count=10&login_token={{source.getLoginHeaderMap()['login_token']}}&page={{page-1}}&account={{source.getLoginHeaderMap()['account']}}&order=fans_value\",\"style\": {\"layout_flexGrow\": 0.25,\"layout_flexBasisPercent\": -1}},\n{\"title\":\"推荐榜\",\"url\":\"\",\"style\": {\"layout_flexGrow\": 0,\"layout_flexBasisPercent\": 1}},\n{\"title\":\"周榜\",\"url\":\"/bookcity/get_rank_book_list?time_type=week&app_version={{source.getLoginHeaderMap()['app_version']}}&device_token={{source.getLoginHeaderMap()['device_token']}}&count=10&login_token={{source.getLoginHeaderMap()['login_token']}}&page={{page-1}}&account={{source.getLoginHeaderMap()['account']}}&order=recommend\",\"style\": {\"layout_flexGrow\": 0.25,\"layout_flexBasisPercent\": -1}},\n{\"title\":\"月榜\",\"url\":\"/bookcity/get_rank_book_list?time_type=month&app_version={{source.getLoginHeaderMap()['app_version']}}&device_token={{source.getLoginHeaderMap()['device_token']}}&count=10&login_token={{source.getLoginHeaderMap()['login_token']}}&page={{page-1}}&account={{source.getLoginHeaderMap()['account']}}&order=recommend\",\"style\": {\"layout_flexGrow\": 0.25,\"layout_flexBasisPercent\": -1}},\n{\"title\":\"总榜\",\"url\":\"/bookcity/get_rank_book_list?time_type=total&app_version={{source.getLoginHeaderMap()['app_version']}}&device_token={{source.getLoginHeaderMap()['device_token']}}&count=10&login_token={{source.getLoginHeaderMap()['login_token']}}&page={{page-1}}&account={{source.getLoginHeaderMap()['account']}}&order=recommend\",\"style\": {\"layout_flexGrow\": 0.25,\"layout_flexBasisPercent\": -1}},\n{\"title\":\"刀片榜\",\"url\":\"\",\"style\": {\"layout_flexGrow\": 0,\"layout_flexBasisPercent\": 1}},\n{\"title\":\"月榜\",\"url\":\"/bookcity/get_rank_book_list?time_type=week&app_version={{source.getLoginHeaderMap()['app_version']}}&device_token={{source.getLoginHeaderMap()['device_token']}}&count=10&login_token={{source.getLoginHeaderMap()['login_token']}}&page={{page-1}}&account={{source.getLoginHeaderMap()['account']}}&order=blade\",\"style\": {\"layout_flexGrow\": 0.25,\"layout_flexBasisPercent\": -1}},\n{\"title\":\"总榜\",\"url\":\"/bookcity/get_rank_book_list?time_type=total&app_version={{source.getLoginHeaderMap()['app_version']}}&device_token={{source.getLoginHeaderMap()['device_token']}}&count=10&login_token={{source.getLoginHeaderMap()['login_token']}}&page={{page-1}}&account={{source.getLoginHeaderMap()['account']}}&order=blade\",\"style\": {\"layout_flexGrow\": 0.25,\"layout_flexBasisPercent\": -1}},\n{\"title\":\"更新榜\",\"url\":\"\",\"style\": {\"layout_flexGrow\": 0,\"layout_flexBasisPercent\": 1}},\n{\"title\":\"周榜\",\"url\":\"/bookcity/get_rank_book_list?time_type=week&app_version={{source.getLoginHeaderMap()['app_version']}}&device_token={{source.getLoginHeaderMap()['device_token']}}&count=10&login_token={{source.getLoginHeaderMap()['login_token']}}&page={{page-1}}&account={{source.getLoginHeaderMap()['account']}}&order=word_count\",\"style\": {\"layout_flexGrow\": 0.25,\"layout_flexBasisPercent\": -1}},\n{\"title\":\"月榜\",\"url\":\"/bookcity/get_rank_book_list?time_type=month&app_version={{source.getLoginHeaderMap()['app_version']}}&device_token={{source.getLoginHeaderMap()['device_token']}}&count=10&login_token={{source.getLoginHeaderMap()['login_token']}}&page={{page-1}}&account={{source.getLoginHeaderMap()['account']}}&order=word_count\",\"style\": {\"layout_flexGrow\": 0.25,\"layout_flexBasisPercent\": -1}},\n{\"title\":\"总榜\",\"url\":\"/bookcity/get_rank_book_list?time_type=total&app_version={{source.getLoginHeaderMap()['app_version']}}&device_token={{source.getLoginHeaderMap()['device_token']}}&count=10&login_token={{source.getLoginHeaderMap()['login_token']}}&page={{page-1}}&account={{source.getLoginHeaderMap()['account']}}&order=word_count\",\"style\": {\"layout_flexGrow\": 0.25,\"layout_flexBasisPercent\": -1}},\n{\"title\":\"吐槽榜\",\"url\":\"\",\"style\": {\"layout_flexGrow\": 0,\"layout_flexBasisPercent\": 1}},\n{\"title\":\"周榜\",\"url\":\"/bookcity/get_rank_book_list?time_type=week&app_version={{source.getLoginHeaderMap()['app_version']}}&device_token={{source.getLoginHeaderMap()['device_token']}}&count=10&login_token={{source.getLoginHeaderMap()['login_token']}}&page={{page-1}}&account={{source.getLoginHeaderMap()['account']}}&order=tsukkomi\",\"style\": {\"layout_flexGrow\": 0.25,\"layout_flexBasisPercent\": -1}},\n{\"title\":\"月榜\",\"url\":\"/bookcity/get_rank_book_list?time_type=month&app_version={{source.getLoginHeaderMap()['app_version']}}&device_token={{source.getLoginHeaderMap()['device_token']}}&count=10&login_token={{source.getLoginHeaderMap()['login_token']}}&page={{page-1}}&account={{source.getLoginHeaderMap()['account']}}&order=tsukkomi\",\"style\": {\"layout_flexGrow\": 0.25,\"layout_flexBasisPercent\": -1}},\n{\"title\":\"总榜\",\"url\":\"/bookcity/get_rank_book_list?time_type=total&app_version={{source.getLoginHeaderMap()['app_version']}}&device_token={{source.getLoginHeaderMap()['device_token']}}&count=10&login_token={{source.getLoginHeaderMap()['login_token']}}&page={{page-1}}&account={{source.getLoginHeaderMap()['account']}}&order=tsukkomi\",\"style\": {\"layout_flexGrow\": 0,\"layout_flexBasisPercent\": 0.29}}\n]", 323 | "header": "{\n \"user-agent\":\"Android com.kuangxiangciweimao.novel 2.9.290\"\n}", 324 | "lastUpdateTime": 1683693516319, 325 | "loginCheckJs": "", 326 | "loginUi": "[\n {\n \"name\": \"手机号码/邮箱\",\n \"type\": \"text\"\n },\n {\n \"name\": \"密码\",\n \"type\": \"password\"\n }\n]", 327 | "loginUrl": "\n// 工具类\nvar key = java.base64DecodeToByteArray(\"lXsAUe1NZEw6tAxM9w1Tpq2tU4la2+PwM8evj2C+yB0=\")\nvar iv = java.base64DecodeToByteArray(\"AAAAAAAAAAAAAAAAAAAAAA==\")\nvar aes = Packages.cn.hutool.crypto.symmetric.AES(\"CBC\",\"PKCS5Padding\", key, iv)\nvar RandomUtil = Packages.cn.hutool.core.util.RandomUtil\n// 参数\nlet userInfo = source.getLoginInfoMap()\nlet username = userInfo['手机号码/邮箱'].trim()\nlet password = userInfo['密码'].trim()\nlet app_version = \"2.9.290\"\nlet device_token = `shuke_${RandomUtil.randomNumbers(15)}`\nlet login_token = RandomUtil.randomString(32)\nlet account = `%E4%B9%A6%E5%AE%A2${RandomUtil.randomNumbers(12)}`\nlet uuid = `android${java.randomUUID()}`\nvar params = `app_version=${app_version}&device_token=${device_token}&login_token=${login_token}&account=${account}`\n// 账号登录\nfunction login(username, password){\n var loginUrl = `https://sk.hbooker.com/signup/login?${params}&login_name=${username}&passwd=${password}`\n var autoRegUrl = `https://sk.hbooker.com/signup/auto_reg?oauth_union_id=&app_version=${app_version}&gender=1&oauth_open_id=&device_token=${device_token}&channel=TX&oauth_type=&uuid=${uuid}`\n // 是否游客\n let isLogin = !source.getLoginHeader()\n let isAuto = username == '' || password == ''\n if(isAuto && !isLogin){ \n throw new Error(\"请勿重复登录,如若需要请清除登录头和Cookie\")\n }\n var url = isAuto ? autoRegUrl : loginUrl\n // 获取登录信息\n let res = JSON.parse(aes.decryptStr(java.ajax(url)))\n if(res.tip) {\n throw new Error(isAuto ? '自动登陆失败,请输入账号或切换网络重新登陆' : '账号登陆失败,请尝试切换网络或者等待几小时后重新登陆')\n }\n let login_token = res.data.login_token\n let user_code = res.data.user_code\n let reader_name = res.data.reader_info.reader_name\n let account = res.data.reader_info.account\n let rest_hlb = res.data.prop_info.rest_hlb\n java.toast(isAuto ? '自动登陆成功,若有账号请输入账号进行登陆' : `${reader_name}【剩余欢乐币:${rest_hlb}】,登录成功!`)\n // 获取书架\n let bookList = java.ajax(`https://sk.hbooker.com/bookshelf/get_shelf_list?app_version=${app_version}&device_token=${device_token}&login_token=${login_token}&account=${account}`)\n let shelf_list = JSON.parse(aes.decryptStr(bookList)).data.shelf_list[0]\n let shelf_id = shelf_list.shelf_id\n let reader_id = shelf_list.reader_id\n // 登录完成\n let header = {\n \"app_version\": String(app_version),\n \"device_token\": String(device_token),\n \"login_token\": String(login_token),\n \"account\": encodeURIComponent(account),\n \"user_code\": String(user_code),\n \"shelf_id\": String(shelf_id),\n \"reader_name\": encodeURIComponent(reader_name),\n \"reader_id\": String(reader_id),\n \"rest_hlb\": String(rest_hlb)\n }\n return JSON.stringify(header)\n}\n// 写入登录头\nheader = login(username,password)\nsource.putLoginHeader(header)\n", 328 | "respondTime": 180011, 329 | "ruleBookInfo": { 330 | "author": "$.author_name", 331 | "coverUrl": "$.cover", 332 | "init": "\nif(!/book_id=.*/.test(baseUrl)) throw new Error(\"缺少参数\")\nlet key = java.base64DecodeToByteArray(\"lXsAUe1NZEw6tAxM9w1Tpq2tU4la2+PwM8evj2C+yB0=\")\nlet iv = java.base64DecodeToByteArray(\"AAAAAAAAAAAAAAAAAAAAAA==\")\nlet aes = Packages.cn.hutool.crypto.symmetric.AES(\"CBC\",\"PKCS5Padding\", key, iv)\nresult = aes.decryptStr(result)\nlet tip = JSON.parse(result).tip\nif(tip) {\n java.toast(tip)\n throw new Error(tip)\n}\n\n$.data.book_info", 333 | "intro": "$.description", 334 | "kind": "$.tag", 335 | "lastChapter": "\nlet title = java.getString(\"last_chapter_info.chapter_title\")\nlet time = java.getString(\"last_chapter_info.uptime\")\nif(!/[第.*章|\\d+\\.]/.test(title)){\n title = `第${java.getString(\"last_chapter_info.chapter_index\")}章 ${title}`\n}\n`${title} • ${time}`\n", 336 | "name": "$.book_name", 337 | "tocUrl": "/chapter/get_updated_chapter_by_division_new?division_id=0&account={{source.getLoginHeaderMap()['account']}}&device_token={{source.getLoginHeaderMap()['device_token']}}&app_version={{source.getLoginHeaderMap()['app_version']}}&login_token={{source.getLoginHeaderMap()['login_token']}}&book_id={{$.book_id}}", 338 | "wordCount": "$.total_word_count" 339 | }, 340 | "ruleContent": { 341 | "content": "\n// 解密\nfunction decrypt(str1, str2){\n let key = java.base64DecodeToByteArray(java.digestBase64Str(str2,\"sha256\"))\n let iv = java.base64DecodeToByteArray(\"AAAAAAAAAAAAAAAAAAAAAA==\")\n let aes = Packages.cn.hutool.crypto.symmetric.AES(\"CBC\",\"PKCS5Padding\", key, iv)\n return aes.decryptStr(str1)\n}\nlet headerMap = source.getLoginHeaderMap()\n// 获取密钥\nlet app_version = headerMap['app_version']\nlet device_token = headerMap['device_token']\nlet account = headerMap['account']\nlet login_token = headerMap['login_token']\nlet rest_hlb = headerMap['rest_hlb']\nlet key = \"zG2nSeEfSHfvTCHy5LCcqtBbQehKNLXn\"\nlet cid = baseUrl.match(/chapter_id=(\\d+)/)[1]\nlet result = JSON.parse(decrypt(result,key))\nlet tip = result.tip\nif(tip){\n java.toast(tip)\n throw new Error(tip)\t\n}\nlet cmd = result.data.command\n// 正文内容\nlet body = java.ajax(`https://sk.hbooker.com/chapter/get_cpt_ifm?chapter_command=${cmd}&app_version=${app_version}&chapter_id=${cid}&login_token=${login_token}&account=${account}&device_token=${device_token}`)\nlet chInfo = JSON.parse(decrypt(body,key)).data.chapter_info\nlet unit_hlb = java.put('unit_hlb', chInfo.unit_hlb)\nlet content = decrypt(chInfo.txt_content,cmd)\nlet isPay = chInfo.is_paid && chInfo.auth_access == 0\nlet payText = `\\n本章是VIP章节,购买后才能阅读\\n本章需要${unit_hlb}币, 您有${rest_hlb}币,请点击右上角的购买按钮购买本章(请勿乱点),购买后自动加入到个人书架!`\nisPay ? content + payText : content \n", 342 | "payAction": "// 解密\nlet key = java.base64DecodeToByteArray(\"lXsAUe1NZEw6tAxM9w1Tpq2tU4la2+PwM8evj2C+yB0=\")\nlet iv = java.base64DecodeToByteArray(\"AAAAAAAAAAAAAAAAAAAAAA==\")\nlet aes = Packages.cn.hutool.crypto.symmetric.AES(\"CBC\",\"PKCS5Padding\", key, iv)\n// 参数\nlet headerMap = source.getLoginHeaderMap()\nlet app_version = headerMap['app_version']\nlet account = headerMap['account']\nlet login_token = headerMap['login_token']\nlet device_token = headerMap['device_token']\nlet shelf_id = headerMap['shelf_id']\nlet chapter_id = chapter.url.match(/chapter_id=(\\d+)/)[1]\nlet params = `app_version=${app_version}&device_token=${device_token}&login_token=${login_token}&account=${account}`\n// 开始购买\nlet payUrl = `https://sk.hbooker.com/chapter/buy?${params}&shelf_id=${shelf_id}&chapter_id=${chapter_id}`\nlet payRes = JSON.parse(aes.decryptStr(java.ajax(payUrl)))\nif(payRes.tip){\n java.toast(payRes.tip)\n throw new Error(payRes.tip)\t\n}\n// 更新书币\nlet propUrl = `https://sk.hbooker.com/reader/get_prop_info?${params}`\nlet propRes = JSON.parse(aes.decryptStr(java.ajax(propUrl)))\nif(propRes.tip){\n java.toast(propRes.tip)\n throw new Error(propRes.tip)\t\n}\nlet rest_hlb = propRes.data.prop_info.rest_hlb\njava.toast(`购买成功,剩余书币${rest_hlb},请手动刷新正文`)\nsource.putLoginHeader(Object.assign(headerMap,{'rest_hlb': String(rest_hlb)}))", 343 | "replaceRegex": "##]*src=\"([^\"]*(?:\"[^>]+\\})?)\"[^>]*>" 344 | }, 345 | "ruleExplore": { 346 | "author": "$.author_name||$.book_info.author_name", 347 | "bookList": "\nvar headerMap = source.getLoginHeaderMap()\n// 参数\nlet app_version = headerMap['app_version']\nlet account = headerMap['account']\nlet login_token = headerMap['login_token']\nlet device_token = headerMap['device_token']\nlet rest_hlb = headerMap['rest_hlb']\nlet params = `app_version=${app_version}&device_token=${device_token}&login_token=${login_token}&account=${account}`\nlet key = java.base64DecodeToByteArray(\"lXsAUe1NZEw6tAxM9w1Tpq2tU4la2+PwM8evj2C+yB0=\")\nlet iv = java.base64DecodeToByteArray(\"AAAAAAAAAAAAAAAAAAAAAA==\")\nlet aes = Packages.cn.hutool.crypto.symmetric.AES(\"CBC\",\"PKCS5Padding\", key, iv)\n// 获取数据\nresult = aes.decryptStr(result)\nlet res = JSON.parse(result)\n// 签到\nif(/get_task_bonus_with_sign_recommend.*/.test(baseUrl)){\n let hlb = res.tip ? 0 : Number(res.data.bonus.hlb)\n // 获取书币\n let walletUrl = `https://app.happybooker.cn/reader/get_wallet_info?${params}`\n let walletRes = JSON.parse(aes.decryptStr(java.ajax(walletUrl)))\n rest_hlb = walletRes.tip ? rest_hlb : Number(walletRes.data.wallet_info.rest_hlb) + hlb\n let message = res.tip ? `${res.tip},当前剩余${rest_hlb}欢乐币`:`签到成功,获得${hlb}欢乐币,当前剩余${rest_hlb}欢乐币`\n source.putLoginHeader(Object.assign(headerMap,{'rest_hlb': String(rest_hlb)}))\n java.toast(message)\n result={}\n} else if(res.tip) { \n java.toast(res.tip)\n throw new Error(res.tip)\n result={}\n}\n\n$.data.book_list[*]||$.data.daily_task_list[*]", 348 | "bookUrl": "/book/get_info_by_id?app_version={{source.getLoginHeaderMap()['app_version']}}&book_id={{$.book_id||$.book_info.book_id}}&use_daguan=1&device_token={{source.getLoginHeaderMap()['device_token']}}&login_token={{source.getLoginHeaderMap()['login_token']}}&account={{source.getLoginHeaderMap()['account']}}", 349 | "coverUrl": "$.cover||$.book_info.cover ", 350 | "intro": "$.description||$.bonus", 351 | "kind": "{{$.tag}}\n{{java.getString('total_count')!='' ? `总次数:${java.getString('total_count')}/完成次数:${java.getString('complete_count')}` : ''}}\n{{java.getString(\"is_finished\") == 1 ? '完成': '未完成'}}", 352 | "lastChapter": "\nlet title = java.getString(\"last_chapter_info.chapter_title\")\nlet time = java.getString(\"last_chapter_info.uptime\")\nlet index = java.getString(\"last_chapter_info.chapter_index\")\nif(!/第.*章/.test(title)){\n title = `第${index}章 ${title}`\n}\n!/[bookshelf|get_all_task_list].*/.test(baseUrl) ? `${title} • ${time}` : ''\n", 353 | "name": "$.book_name||$.book_info.book_name||$.name", 354 | "wordCount": "$.total_word_count||$.book_info.total_word_count" 355 | }, 356 | "ruleReview": {}, 357 | "ruleSearch": { 358 | "author": "$.author_name", 359 | "bookList": "\n// 解密\nlet key = java.base64DecodeToByteArray(\"lXsAUe1NZEw6tAxM9w1Tpq2tU4la2+PwM8evj2C+yB0=\")\nlet iv = java.base64DecodeToByteArray(\"AAAAAAAAAAAAAAAAAAAAAA==\")\nlet aes = Packages.cn.hutool.crypto.symmetric.AES(\"CBC\",\"PKCS5Padding\", key, iv)\nresult = aes.decryptStr(result)\nlet tip = JSON.parse(result).tip\nif(tip) {\n java.toast(tip)\n throw new Error(tip)\n}\n\n$.data.book_list[*]", 360 | "bookUrl": "/book/get_info_by_id?app_version={{source.getLoginHeaderMap()['app_version']}}&book_id={{$.book_id}}&use_daguan=1&device_token={{source.getLoginHeaderMap()['device_token']}}&login_token={{source.getLoginHeaderMap()['login_token']}}&account={{source.getLoginHeaderMap()['account']}}", 361 | "coverUrl": "$.cover", 362 | "intro": "$.description", 363 | "kind": "$.tag&&$.book_src", 364 | "lastChapter": "\nlet title = java.getString(\"last_chapter_info.chapter_title\")\nlet time = java.getString(\"last_chapter_info.uptime\")\nif(!/第.*章/.test(title)){\n title = `第${java.getString(\"last_chapter_info.chapter_index\")}章 ` + title\n}\n`${title} • ${time}`\n", 365 | "name": "$.book_name", 366 | "wordCount": "$.total_word_count" 367 | }, 368 | "ruleToc": { 369 | "chapterList": "\n// 解密\nlet key = java.base64DecodeToByteArray(\"lXsAUe1NZEw6tAxM9w1Tpq2tU4la2+PwM8evj2C+yB0=\")\nlet iv = java.base64DecodeToByteArray(\"AAAAAAAAAAAAAAAAAAAAAA==\")\nlet aes = Packages.cn.hutool.crypto.symmetric.AES(\"CBC\",\"PKCS5Padding\", key, iv)\nlet app_version = source.getLoginHeaderMap()['app_version']\nlet account = source.getLoginHeaderMap()['account']\nlet login_token = source.getLoginHeaderMap()['login_token']\nlet device_token = source.getLoginHeaderMap()['device_token']\n// 章节列表\nlet res = JSON.parse(aes.decryptStr(result))\nif(res.tip) { \n java.toast(res.tip)\n throw new Error(res.tip)\n}\nlet chList = []\nres.data.chapter_list.forEach(volList => {\n chList.push({title: volList.division_name,voltype: true})\n volList.chapter_list.forEach(item=>{\n chList.push({\n cid: item.chapter_id,\n title: item.chapter_title,\n isVip: item.is_paid&&item.auth_access==0,\n isPay: item.auth_access,\n url: `https://sk.hbooker.com/chapter/get_chapter_command?app_version=${app_version}&chapter_id=${item.chapter_id}&login_token=${login_token}&account=${account}&device_token=${device_token}`,\n info: `更新时间 ${item.mtime} 字数 ${item.word_count}`\n })\n })\n})\nchList\n", 370 | "chapterName": "title", 371 | "chapterUrl": "url", 372 | "isPay": "isPay", 373 | "isVip": "isVip", 374 | "isVolume": "voltype", 375 | "updateTime": "info" 376 | }, 377 | "searchUrl": "\n(function(key,page){\nif(!source.getLoginHeaderMap()){\n // 自动登陆\n source.login()\n}\nlet headerMap = source.getLoginHeaderMap()\nlet app_version = headerMap['app_version']\nlet device_token = headerMap['device_token']\nlet login_token = headerMap['login_token']\nlet account = headerMap['account']\nreturn `/bookcity/get_filter_search_book_list?app_version=${app_version}&count=10&page=${page - 1}&use_daguan=1&device_token=${device_token}&login_token=${login_token}&category_index=0&key=${key}&account=${account}`\n})(key,page)\n", 378 | "weight": 0 379 | }, 380 | { 381 | "bookSourceComment": "// Error: 搜索失效", 382 | "bookSourceGroup": "💠 综合,搜索失效", 383 | "bookSourceName": "📥 云海电子", 384 | "bookSourceType": 0, 385 | "bookSourceUrl": "http://www.pdfbook.cn/", 386 | "bookUrlPattern": "", 387 | "customOrder": 20552760, 388 | "enabled": true, 389 | "enabledCookieJar": false, 390 | "enabledExplore": true, 391 | "exploreUrl": "投资理财::category/01<,/page/{{page}}>\n经济管理::category/02<,/page/{{page}}>\n小说::category/03<,/page/{{page}}>\n文学::category/04<,/page/{{page}}>\n励志成功::category/05<,/page/{{page}}>\n艺术与摄影::category/06<,/page/{{page}}>\n传记::category/07<,/page/{{page}}>\n孕产育儿::category/14<,/page/{{page}}>\n健身与保健::category/15<,/page/{{page}}>\n旅游与地图::category/17<,/page/{{page}}>\n烹饪美酒::category/19<,/page/{{page}}>\n英语与其他外语::category/20<,/page/{{page}}>\n婚姻恋爱::category/21<,/page/{{page}}>\n计算机网络::category/22<,/page/{{page}}>", 392 | "header": "", 393 | "lastUpdateTime": 1680498151241, 394 | "loginUrl": "", 395 | "respondTime": 180173, 396 | "ruleBookInfo": { 397 | "author": "", 398 | "coverUrl": "", 399 | "init": "", 400 | "intro": "class.post@p!0:1@html##点击下载[\\s\\S]+?《.*", 401 | "kind": "", 402 | "lastChapter": "", 403 | "name": "", 404 | "tocUrl": "", 405 | "wordCount": "" 406 | }, 407 | "ruleContent": { 408 | "content": "@js:\"点击章节链接跳转浏览器下载\"+baseUrl", 409 | "imageStyle": "0.0", 410 | "nextContentUrl": "", 411 | "sourceRegex": "", 412 | "webJs": "" 413 | }, 414 | "ruleExplore": { 415 | "author": "", 416 | "bookList": "", 417 | "bookUrl": "", 418 | "coverUrl": "", 419 | "intro": "", 420 | "kind": "", 421 | "lastChapter": "", 422 | "name": "", 423 | "wordCount": "" 424 | }, 425 | "ruleReview": {}, 426 | "ruleSearch": { 427 | "author": "", 428 | "bookList": "id.main@li", 429 | "bookUrl": "tag.a.0@href", 430 | "coverUrl": "img@src", 431 | "intro": "", 432 | "kind": "", 433 | "lastChapter": "", 434 | "name": "h1@text##《|》", 435 | "wordCount": "" 436 | }, 437 | "ruleToc": { 438 | "chapterList": "//span[@style=\"color: #993300;\"]/a", 439 | "chapterName": "text", 440 | "chapterUrl": "href", 441 | "isVip": "", 442 | "nextTocUrl": "", 443 | "updateTime": "" 444 | }, 445 | "searchUrl": "?s={{key}}", 446 | "weight": 0 447 | }, 448 | { 449 | "bookSourceComment": "// Error: 搜索失效", 450 | "bookSourceGroup": "💠 综合,搜索失效", 451 | "bookSourceName": "📻 七四听书", 452 | "bookSourceType": 1, 453 | "bookSourceUrl": "http://www.ting74.com/", 454 | "bookUrlPattern": "tingshu/\\d+/", 455 | "customOrder": 20552782, 456 | "enabled": true, 457 | "enabledCookieJar": true, 458 | "enabledExplore": true, 459 | "exploreUrl": "玄幻有声::sort/xuanhuan/{{page}}.html\n灵异有声::sort/lingyi/{{page}}.html\n都市有声::sort/dushi/{{page}}.html\n军事有声::sort/junshi/{{page}}.html\n职场有声::sort/tongren/{{page}}.html\n网游竞技::sort/jingji/{{page}}.html\n长篇短评::sort/pingshu/{{page}}.html", 460 | "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}", 461 | "lastUpdateTime": 1684080397813, 462 | "loginUrl": "", 463 | "respondTime": 180463, 464 | "ruleBookInfo": { 465 | "author": "class.book-info@tag.dd.3@text##演播:", 466 | "coverUrl": "class.book-img@img@src", 467 | "intro": "class.book-des@text", 468 | "kind": "class.book-info@tag.dd.1@a@text&&\nclass.book-info@tag.dd.2@a@text&&\nclass.book-info@tag.dd.5@text##时间:", 469 | "lastChapter": "class.book-info@tag.dd.4@text##状态:|更至", 470 | "name": "class.book-info@tag.dt@h1@text##有声小说" 471 | }, 472 | "ruleContent": { 473 | "content": "result", 474 | "replaceRegex": "", 475 | "sourceRegex": ".*\\.(mp3|m4a).*" 476 | }, 477 | "ruleExplore": {}, 478 | "ruleReview": {}, 479 | "ruleSearch": { 480 | "author": "class.list-book-cs@tag.span.1@text##演播:", 481 | "bookList": "class.list-works@li", 482 | "bookUrl": "class.list-book-dt@tag.a@href##$##,{\"webView\":true}", 483 | "coverUrl": "img@data-original", 484 | "intro": "class.list-book-des@text", 485 | "kind": "class.list-book-cs@tag.span.0@text&&\nclass.list-book-cs@tag.span.3@text", 486 | "lastChapter": "class.list-book-cs@tag.span.2@a@text", 487 | "name": "class.list-book-dt@a@text" 488 | }, 489 | "ruleToc": { 490 | "chapterList": "class.playlist@tag.li", 491 | "chapterName": "tag.a@text", 492 | "chapterUrl": "tag.a@href@js:result+',{webView:“true”}'" 493 | }, 494 | "searchUrl": "search.html?searchtype=name&searchword={{key}}&page={{page}}", 495 | "weight": 0 496 | } 497 | ] -------------------------------------------------------------------------------- /订阅.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "articleStyle": 0, 4 | "customOrder": 0, 5 | "enableJs": true, 6 | "enabled": true, 7 | "enabledCookieJar": true, 8 | "lastUpdateTime": 0, 9 | "loadWithBaseUrl": true, 10 | "ruleArticles": "", 11 | "ruleLink": "", 12 | "ruleTitle": "", 13 | "singleUrl": true, 14 | "sortUrl": "首页::https://ls.erojk.ml", 15 | "sourceGroup": "书源", 16 | "sourceIcon": "http://static.coolapk.com/emoticons/v9/coolapk_emotion_64_shounuehuaji.png", 17 | "sourceName": "打男的阅读源", 18 | "sourceUrl": "https://ls.erojk.ml" 19 | } 20 | ] -------------------------------------------------------------------------------- /词典.json: -------------------------------------------------------------------------------- 1 | [ 2 | { 3 | "enabled": true, 4 | "name": "百度百科", 5 | "showRule": "@js:var jsoup = org.jsoup.Jsoup.parse(result)\njsoup.select(\"script\").remove()\njsoup.select(\"table[log-set-param=table_view]\").remove()\njsoup.select(\"div[class=para]\").html()", 6 | "sortNumber": 3, 7 | "urlRule": "https://baike.baidu.com/item/{{key}}" 8 | }, 9 | { 10 | "enabled": true, 11 | "name": "海词英文", 12 | "showRule": "tag.body@all", 13 | "sortNumber": 4, 14 | "urlRule": "https://apii.dict.cn/mini.php?q={{key}}" 15 | }, 16 | { 17 | "enabled": true, 18 | "name": "萌典国语", 19 | "showRule": "@js:function renderToString(string,prefix){try{let trim=str=>String(str||'').replace(/`|~/g, \"\"),json=JSON.parse(string),searchKey=trim(json.t),href=`https://www.moedict.tw/${prefix||\"\"}${searchKey}`,searchBrowser=`网页打开`,html=[];for(item of json.h){html.push(`

${searchKey}

`),item.p&&html.push(`[ ${item.p.replace(/(.*?)/,\"\")} ]`);if(item.d==null)continue;for(define of item.d){html.push(\"
  • \"),define.f&&html.push(`${trim(define.f)}`),Object.values(define).filter(v=>v instanceof Array).forEach(array=>array.forEach(ele=>html.push(`
    ${trim(ele)}
    `))),html.push(\"
  • \")}}return html.join(\"\\n\")+searchBrowser}catch(e){return `${string}\\n${e}`}};renderToString(result,\"\")", 20 | "sortNumber": 5, 21 | "urlRule": "https://www.moedict.tw/a/{{key}}.json" 22 | }, 23 | { 24 | "enabled": true, 25 | "name": "萌典两岸", 26 | "showRule": "@js:function renderToString(string,prefix){try{let trim=str=>String(str||'').replace(/`|~/g, \"\"),json=JSON.parse(string),searchKey=trim(json.t),href=`https://www.moedict.tw/${prefix||\"\"}${searchKey}`,searchBrowser=`网页打开`,html=[];for(item of json.h){html.push(`

    ${searchKey}

    `),item.p&&html.push(`[ ${item.p.replace(/(.*?)/,\"\")} ]`);if(item.d==null)continue;for(define of item.d){html.push(\"
  • \"),define.f&&html.push(`${trim(define.f)}`),Object.values(define).filter(v=>v instanceof Array).forEach(array=>array.forEach(ele=>html.push(`
    ${trim(ele)}
    `))),html.push(\"
  • \")}}return html.join(\"\\n\")+searchBrowser}catch(e){return `${string}\\n${e}`}};renderToString(result,\"~\")", 27 | "sortNumber": 6, 28 | "urlRule": "https://www.moedict.tw/c/{{key}}.json" 29 | }, 30 | { 31 | "enabled": true, 32 | "name": "萌典客语", 33 | "showRule": "@js:function renderToString(string,prefix){try{let trim=str=>String(str||'').replace(/`|~/g, \"\"),json=JSON.parse(string),searchKey=trim(json.t),href=`https://www.moedict.tw/${prefix||\"\"}${searchKey}`,searchBrowser=`网页打开`,html=[];for(item of json.h){html.push(`

    ${searchKey}

    `),item.p&&html.push(`[ ${item.p.replace(/(.*?)/,\"\")} ]`);if(item.d==null)continue;for(define of item.d){html.push(\"
  • \"),define.f&&html.push(`${trim(define.f)}`),Object.values(define).filter(v=>v instanceof Array).forEach(array=>array.forEach(ele=>html.push(`
    ${trim(ele)}
    `))),html.push(\"
  • \")}}return html.join(\"\\n\")+searchBrowser}catch(e){return `${string}\\n${e}`}};renderToString(result,\":\")", 34 | "sortNumber": 7, 35 | "urlRule": "https://www.moedict.tw/h/{{key}}.json" 36 | }, 37 | { 38 | "enabled": true, 39 | "name": "萌典臺语", 40 | "showRule": "@js:function renderToString(string,prefix){try{let trim=str=>String(str||'').replace(/`|~/g, \"\"),json=JSON.parse(string),searchKey=trim(json.t),href=`https://www.moedict.tw/${prefix||\"\"}${searchKey}`,searchBrowser=`网页打开`,html=[];for(item of json.h){html.push(`

    ${searchKey}

    `),item.p&&html.push(`[ ${item.p.replace(/(.*?)/,\"\")} ]`);if(item.d==null)continue;for(define of item.d){html.push(\"
  • \"),define.f&&html.push(`${trim(define.f)}`),Object.values(define).filter(v=>v instanceof Array).forEach(array=>array.forEach(ele=>html.push(`
    ${trim(ele)}
    `))),html.push(\"
  • \")}}return html.join(\"\\n\")+searchBrowser}catch(e){return `${string}\\n${e}`}};renderToString(result,\"'\")", 41 | "sortNumber": 8, 42 | "urlRule": "https://www.moedict.tw/t/{{key}}.json" 43 | } 44 | ] --------------------------------------------------------------------------------