From de1c09009fcd06fc8286867eb94db6c280b99480 Mon Sep 17 00:00:00 2001 From: yqchilde Date: Mon, 10 Jul 2023 11:26:02 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=9B=B4=E6=96=B0kfc=E6=96=87=E6=A1=88?= =?UTF-8?q?=E5=9C=B0=E5=9D=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/crazykfc/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plugins/crazykfc/main.go b/plugins/crazykfc/main.go index e62cd90c..bb02c2ea 100644 --- a/plugins/crazykfc/main.go +++ b/plugins/crazykfc/main.go @@ -43,7 +43,7 @@ type apiResponse struct { func getCrazyKFCSentence() { var data []apiResponse - api := "https://raw.fastgit.org/Nthily/KFC-Crazy-Thursday/main/kfc.json" + api := "https://jsdelivr.b-cdn.net/gh/whitescent/KFC-Crazy-Thursday@main/kfc.json" if err := req.C().Get(api).Do().Into(&data); err != nil { log.Errorf("kfc骚话获取失败: %v", err) return