Skip to content

Commit

Permalink
fix(src\BookSource\Japan_based_bookSource\三七轻小说.json): 修正正文分段问题,补充自定义…
Browse files Browse the repository at this point in the history
…排序 (#22)

#21
  • Loading branch information
gongfuture authored Sep 15, 2024
1 parent 7a91cdc commit e7e760d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/BookSource/Japan_based_bookSource/三七轻小说.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
"bookSourceName": "三七轻小说",
"bookSourceType": 0,
"bookSourceUrl": "https://www.37yq.com",
"customOrder": 0,
"customOrder": -88951564,
"enabled": true,
"enabledCookieJar": true,
"enabledExplore": true,
Expand All @@ -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.*"
},
Expand Down

0 comments on commit e7e760d

Please sign in to comment.