diff --git a/CHANGELOG.md b/CHANGELOG.md index aa301bb4c8..f0a47d0c9b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## v2.10.4 + +`2023-03-11` + +## Feature +- 感谢 [Nothing1024](https://github.com/Chanzhaoyu/chatgpt-web/pull/268) 添加 `Prompt` 模板和 `Prompt` 商店支持 + +## Enhancement +- 设置添加关闭按钮[#495] + +## Demo + +![Prompt](https://camo.githubusercontent.com/6a51af751eb29238cb7ef4f8fbd89f63db837562f97f33273095424e62dc9194/68747470733a2f2f73312e6c6f63696d672e636f6d2f323032332f30332f30342f333036326665633163613562632e676966) + ## v2.10.3 `2023-03-10` diff --git a/docs/c1-2.9.0.png b/docs/c1-2.9.0.png new file mode 100644 index 0000000000..48dddfa9f8 Binary files /dev/null and b/docs/c1-2.9.0.png differ diff --git a/docs/c1.png b/docs/c1.png index 48dddfa9f8..0aae034779 100644 Binary files a/docs/c1.png and b/docs/c1.png differ diff --git a/docs/c2-2.9.0.png b/docs/c2-2.9.0.png new file mode 100644 index 0000000000..10482c8bf4 Binary files /dev/null and b/docs/c2-2.9.0.png differ diff --git a/docs/c2.png b/docs/c2.png index 10482c8bf4..5bee3bfad5 100644 Binary files a/docs/c2.png and b/docs/c2.png differ diff --git a/package.json b/package.json index b1aee9fd6c..3eb06ea68d 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "chatgpt-web", - "version": "2.10.3", + "version": "2.10.4", "private": false, "description": "ChatGPT Web", "author": "ChenZhaoYu ", diff --git a/src/assets/recommend.json b/src/assets/recommend.json new file mode 100644 index 0000000000..33786e18c9 --- /dev/null +++ b/src/assets/recommend.json @@ -0,0 +1,8 @@ +[ + { + "key": "awesome-chatgpt-prompts-zh", + "desc": "ChatGPT 中文调教指南", + "downloadUrl": "https://raw.githubusercontent.com/Nothing1024/chatgpt-prompt-collection/main/awesome-chatgpt-prompts-zh.json", + "url": "https://github.com/PlexPt/awesome-chatgpt-prompts-zh" + } +] diff --git a/src/components/common/PromptStore/index.vue b/src/components/common/PromptStore/index.vue new file mode 100644 index 0000000000..97b567510c --- /dev/null +++ b/src/components/common/PromptStore/index.vue @@ -0,0 +1,429 @@ + + + diff --git a/src/components/common/Setting/index.vue b/src/components/common/Setting/index.vue index 3200b7cee7..e14f97ccd9 100644 --- a/src/components/common/Setting/index.vue +++ b/src/components/common/Setting/index.vue @@ -1,6 +1,6 @@