From 7354811f148d20b1b64072d69a085e1a46864f46 Mon Sep 17 00:00:00 2001 From: jade Date: Mon, 1 Apr 2024 14:44:13 +0800 Subject: [PATCH] =?UTF-8?q?*=20=E8=A7=A3=E5=86=B3=E6=96=87=E4=BB=B6?= =?UTF-8?q?=E5=A4=B9=E4=B8=8D=E5=AD=98=E5=9C=A8=E7=9A=84bug?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.py | 1 + 1 file changed, 1 insertion(+) diff --git a/build.py b/build.py index 6294660f..0d169001 100644 --- a/build.py +++ b/build.py @@ -53,6 +53,7 @@ def js_to_nodejs(js_file_list, type="video"): CreateSavePath("nodejs/src/spider/video") CreateSavePath("nodejs/src/spider/book") CreateSavePath("nodejs/src/spider/pan") + CreateSavePath("nodejs/src/spider/18") for js_file in js_file_list: jsMoudle = JSMoudle(os.path.join("js", js_file)) modleName = jsMoudle.getName()