chengjie il y a 2 mois
Parent
commit
75afc7165a

+ 7 - 1
.gitignore

@@ -8,7 +8,12 @@ public/MP_verify_I783a7pdVUHZryII.txt
8 8
 public/VGeyix4D39.txt
9 9
 public/ZxGw5vkQbG.txt
10 10
 .DS_Store
11
-src/web_crawler/Zhui-Xu/
11
+src/web_crawler/Zhui-Xu/Zhui-Xu_contents/
12
+src/web_crawler/Zhui-Xu/Zhui-Xu_all_contents.json
13
+src/web_crawler/Zhui-Xu/Zhui-Xu_chapters_with_content.json
14
+src/web_crawler/Zhui-Xu/Zhui-Xu.jpeg
15
+src/web_crawler/Zhui-Xu/Zhui-Xu.txt
16
+src/web_crawler/Zhui-Xu/Zhui-Xu.epub
12 17
 src/web_crawler/Hidden-Assassin/
13 18
 src/web_crawler/Release-that-Witch/
14 19
 src/web_crawler/Strange-Life-of-a-Cat/Strange-Life-of-a-Cat_contents/
@@ -16,6 +21,7 @@ src/web_crawler/Throne-of-Magical-Arcana/Throne-of-Magical-Arcana_contents/
16 21
 src/web_crawler/The-Legendary-Mechanic/
17 22
 src/web_crawler/奥术神座/
18 23
 src/web_crawler/回到过去变成猫/
24
+src/web_crawler/重生之神级学霸/
19 25
 src/web_crawler/Strange-Life-of-a-Cat/Strange-Life-of-a-Cat_all_contents.json
20 26
 src/web_crawler/Strange-Life-of-a-Cat/Strange-Life-of-a-Cat_chapters_with_content.json
21 27
 src/web_crawler/Strange-Life-of-a-Cat/Strange-Life-of-a-Cat.jpeg

+ 3 - 3
src/api/yjbdc/readerController.js

@@ -21,10 +21,10 @@ export async function GetReaderBooks(ctx) {
21 21
             Title: "Strange-Life-of-a-Cat",
22 22
         },{
23 23
             Title: "Throne-of-Magical-Arcana",
24
+        },{
25
+            Title: "Zhui-Xu",
24 26
         }
25
-        // ,{
26
-        //     Title: "Zhui-Xu",
27
-        // },{
27
+        //,{
28 28
         //     Title: "Hidden-Assassin",
29 29
         // },{
30 30
         //     Title: "Release-that-Witch",

Fichier diff supprimé car celui-ci est trop grand
+ 72453 - 0
src/web_crawler/Zhui-Xu/Zhui-Xu.html


Fichier diff supprimé car celui-ci est trop grand
+ 5617 - 0
src/web_crawler/Zhui-Xu/Zhui-Xu_chapters.json


+ 4 - 4
src/web_crawler/crawle_chinese.js

@@ -12,10 +12,10 @@ import iconv from 'iconv-lite';
12 12
 const __filename = fileURLToPath(import.meta.url);
13 13
 const __dirname = path.dirname(__filename);
14 14
 
15
-const WEB_URL="https://www.piaotia.com/html/5/5150/";
16
-const title = "回到过去变成猫";
17
-const author = "陈词懒调";
18
-const coverName = "cover.png";
15
+const WEB_URL="https://www.piaotia.com/html/6/6297/";
16
+const title = "重生之神级学霸";
17
+const author = "志鸟村";
18
+const coverName = "cover.jpeg";
19 19
 
20 20
 /**
21 21
  * 检查章节文件是否已存在