From 630e88b8c4f2475a25c1ffade18c0ee4c7b14e34 Mon Sep 17 00:00:00 2001 From: ChenZhaoYu <790348264@qq.com> Date: Thu, 23 Mar 2023 14:04:06 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20prompt=20store=20=E6=A0=B7=E5=BC=8F?= =?UTF-8?q?=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/assets/recommend.json | 6 ------ src/components/common/PromptStore/index.vue | 13 ++++--------- 2 files changed, 4 insertions(+), 15 deletions(-) diff --git a/src/assets/recommend.json b/src/assets/recommend.json index 8a8a970..384a940 100644 --- a/src/assets/recommend.json +++ b/src/assets/recommend.json @@ -1,10 +1,4 @@ [ - { - "key": "chatgpt-prompt-collection", - "desc": "Nothing1024收集整理的prompts", - "downloadUrl": "https://raw.githubusercontent.com/Nothing1024/chatgpt-prompt-collection/main/awesome-chatgpt-prompts-zh.json", - "url": "https://github.com/Nothing1024/chatgpt-prompt-collection" - }, { "key": "awesome-chatgpt-prompts-zh", "desc": "ChatGPT 中文调教指南", diff --git a/src/components/common/PromptStore/index.vue b/src/components/common/PromptStore/index.vue index 9930148..cbee4b0 100644 --- a/src/components/common/PromptStore/index.vue +++ b/src/components/common/PromptStore/index.vue @@ -1,7 +1,7 @@