From 2fdc83a2409263d03ec9110b6227546df71a09f9 Mon Sep 17 00:00:00 2001
From: "[witbox2018]" <103164430@qq.com>
Date: Fri, 7 Apr 2023 16:02:14 +0800
Subject: [PATCH] 4
---
app/components/chat.tsx | 4 ++--
app/components/home.tsx | 3 ++-
scripts/fetch-prompts.mjs | 8 ++++----
3 files changed, 8 insertions(+), 7 deletions(-)
diff --git a/app/components/chat.tsx b/app/components/chat.tsx
index 297cabe60..ac017adda 100644
--- a/app/components/chat.tsx
+++ b/app/components/chat.tsx
@@ -569,11 +569,11 @@ export function Chat(props: {
-
+ /> */}
{!props.noLogo &&
}
-
+ {/*
*/}
+
IMPROVE WITH AI.
);
}
diff --git a/scripts/fetch-prompts.mjs b/scripts/fetch-prompts.mjs
index e7ef91d93..3c4801443 100644
--- a/scripts/fetch-prompts.mjs
+++ b/scripts/fetch-prompts.mjs
@@ -5,10 +5,10 @@ const RAW_CN_URL =
"https://raw.githubusercontent.com/PlexPt/awesome-chatgpt-prompts-zh/main/prompts-zh.json";
const CN_URL =
"https://cdn.jsdelivr.net/gh/PlexPt/awesome-chatgpt-prompts-zh@main/prompts-zh.json";
-// const RAW_EN_URL =
-// "https://raw.githubusercontent.com/f/awesome-chatgpt-prompts/main/prompts.csv";
-// const EN_URL =
-// "https://cdn.jsdelivr.net/gh/f/awesome-chatgpt-prompts@main/prompts.csv";
+const RAW_EN_URL =
+ "https://raw.githubusercontent.com/f/awesome-chatgpt-prompts/main/prompts.csv";
+const EN_URL =
+ "https://cdn.jsdelivr.net/gh/f/awesome-chatgpt-prompts@main/prompts.csv";
const FILE = "./public/prompts.json";
async function fetchCN() {