Skip to content

Commit

Permalink
fix: 更新kfc文案地址
Browse files Browse the repository at this point in the history
  • Loading branch information
yqchilde committed Jul 10, 2023
1 parent 2d84a10 commit de1c090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/crazykfc/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit de1c090

Please sign in to comment.