From 25d0ef9165004b4c69ebaed50715b301c917812a Mon Sep 17 00:00:00 2001 From: Yi Liu Date: Tue, 12 Sep 2023 09:31:17 +0800 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20add=20511?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 13 ++++++++++- data/normal-websites.json | 23 +++++++++++++++++++ data/original.md | 1 + .../com.lilittlecat/freechatgpt/Website.java | 2 -- 4 files changed, 36 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 874961f..13b8c69 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Awesome Free ChatGPT -![Awesome](https://cdn.jsdelivr.net/gh/LiLittleCat/PicBed/svg/awesome/badge.svg) [![English](https://cdn.jsdelivr.net/gh/LiLittleCat/PicBed/svg/lang/english.svg)](README_en.md) ![website count](https://img.shields.io/badge/websites-192-blue?style=flat) ![last-commit](https://img.shields.io/github/last-commit/LiLittleCat/awesome-free-chatgpt?style=flat&label=last commit) +![Awesome](https://cdn.jsdelivr.net/gh/LiLittleCat/PicBed/svg/awesome/badge.svg) [![English](https://cdn.jsdelivr.net/gh/LiLittleCat/PicBed/svg/lang/english.svg)](README_en.md) ![website count](https://img.shields.io/badge/websites-193-blue?style=flat) ![last-commit](https://img.shields.io/github/last-commit/LiLittleCat/awesome-free-chatgpt?style=flat&label=last commit) 🎁 ε…θ΄Ήηš„ ChatGPT () ι•œεƒη½‘η«™εˆ—θ‘¨οΌŒδ»₯εŠζ›΄ε€šε…θ΄Ήθ΅„ζΊοΌŒζŒη»­ζ›΄ζ–°γ€‚ @@ -2125,6 +2125,17 @@ 2023-06-20 + + 193 + https://caffcat.co/ +
+ + πŸ”’ + πŸ”‘ + + 2023-08-24 + + diff --git a/data/normal-websites.json b/data/normal-websites.json index 4f18642..3ba2587 100644 --- a/data/normal-websites.json +++ b/data/normal-websites.json @@ -4347,5 +4347,28 @@ "title":null, "updatedDate":null, "url":"https://gpt.ltopx.com" + }, + { + "addedDate":"2023-08-24", + "customDescription":null, + "customDescriptionEnglish":null, + "description":null, + "extraInfo":null, + "features":[ + "LOGIN_REQUIRED", + "API_KEY_REQUIRED" + ], + "id":193, + "labels":null, + "lang":null, + "previewUrl":null, + "reportedInvalidDate":null, + "reportedInvalidReason":null, + "score":-8.0, + "sourceInfo":null, + "status":null, + "title":null, + "updatedDate":null, + "url":"https://caffcat.co/" } ] \ No newline at end of file diff --git a/data/original.md b/data/original.md index f2669e7..ca39b91 100644 --- a/data/original.md +++ b/data/original.md @@ -200,6 +200,7 @@ - [πŸ†“][https://chat.aigc101.net/](https://chat.aigc101.net/) - 2023-08-17 - [πŸ”’][http://chat.tensorbytes.com](http://chat.tensorbytes.com) - 2023-08-22 - [πŸ†“][https://chatp.free2gpt.xyz/](https://chatp.free2gpt.xyz/) - 2023-08-24 +- [πŸ”’πŸ”‘][https://caffcat.co/](https://caffcat.co/) - 2023-08-24 - [πŸ†“][https://chatgptduo.com/](https://chatgptduo.com/) - 2023-08-25 diff --git a/src/main/java/com.lilittlecat/freechatgpt/Website.java b/src/main/java/com.lilittlecat/freechatgpt/Website.java index d52e4d7..199ad50 100644 --- a/src/main/java/com.lilittlecat/freechatgpt/Website.java +++ b/src/main/java/com.lilittlecat/freechatgpt/Website.java @@ -2,8 +2,6 @@ package com.lilittlecat.freechatgpt; import lombok.Data; -import java.time.LocalDate; -import java.util.Date; import java.util.List; /**