From 772e5bcc6c79f1acf2d8e3bec92a793b580612e9 Mon Sep 17 00:00:00 2001 From: n3rddd <119649988+n3rddd@users.noreply.github.com> Date: Sun, 19 May 2024 22:14:43 +0800 Subject: [PATCH] Add files via upload --- JN/CATJS/js/wogg.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/JN/CATJS/js/wogg.js b/JN/CATJS/js/wogg.js index cea2dae4..1b01862d 100644 --- a/JN/CATJS/js/wogg.js +++ b/JN/CATJS/js/wogg.js @@ -16,7 +16,7 @@ import {Spider} from "./spider.js"; class WoggSpider extends Spider { constructor() { super(); - this.siteUrl = 'https://www.wogg.xyz'; + this.siteUrl = 'https://www.wogg.net'; this.woggTypeObj = {"玩偶电影":"电影","玩偶剧集":"电视剧"} }