-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix(src\BookSource\Japan_based_bookSource\三七轻小说.json): 修正正文分段问题,补充自定义…
- Loading branch information
1 parent
7a91cdc
commit e7e760d
Showing
1 changed file
with
2 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,7 +5,7 @@ | |
"bookSourceName": "三七轻小说", | ||
"bookSourceType": 0, | ||
"bookSourceUrl": "https://www.37yq.com", | ||
"customOrder": 0, | ||
"customOrder": -88951564, | ||
"enabled": true, | ||
"enabledCookieJar": true, | ||
"enabledExplore": true, | ||
|
@@ -24,7 +24,7 @@ | |
"wordCount": "@js:\n// 这里字数还是有问题,不过是网站给的数据有问题,我不知道咋改了\nlet wordCountStr = java.getString(\"[email protected]@text\");\nlet wordCount = parseInt(wordCountStr, 10);\nlet doubledWordCount = wordCount * 2;\nlet formattedWordCount = `${doubledWordCount}万字`;\nformattedWordCount\n" | ||
}, | ||
"ruleContent": { | ||
"content": "id.TextContent@text&&[email protected]@all", | ||
"content": "class.read-content@all&&[email protected]@all", | ||
"title": "id.mlfy_main_text@h1@text", | ||
"sourceRegex": "/files.*" | ||
}, | ||
|