Skip to content
This repository was archived by the owner on Feb 10, 2025. It is now read-only.

Commit 0dbc949

Browse files
committed
Merge branch 'main' of github.com:yi-ge/chat into cors
2 parents 5786629 + a2ce993 commit 0dbc949

File tree

21 files changed

+785
-22
lines changed

21 files changed

+785
-22
lines changed

CHANGELOG.md

+14
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
## v2.10.4
2+
3+
`2023-03-11`
4+
5+
## Feature
6+
- 感谢 [Nothing1024](https://github.com/Chanzhaoyu/chatgpt-web/pull/268) 添加 `Prompt` 模板和 `Prompt` 商店支持
7+
8+
## Enhancement
9+
- 设置添加关闭按钮[#495]
10+
11+
## Demo
12+
13+
![Prompt](https://camo.githubusercontent.com/6a51af751eb29238cb7ef4f8fbd89f63db837562f97f33273095424e62dc9194/68747470733a2f2f73312e6c6f63696d672e636f6d2f323032332f30332f30342f333036326665633163613562632e676966)
14+
115
## v2.10.3
216

317
`2023-03-10`

docs/c1-2.9.0.png

282 KB
Loading

docs/c1.png

-186 KB
Loading

docs/c2-2.9.0.png

128 KB
Loading

docs/c2.png

-50 KB
Loading

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "chatgpt-web",
3-
"version": "2.10.3",
3+
"version": "2.10.4",
44
"private": false,
55
"description": "ChatGPT Web",
66
"author": "ChenZhaoYu <chenzhaoyu1994@gmail.com>",

src/assets/recommend.json

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
[
2+
{
3+
"key": "awesome-chatgpt-prompts-zh",
4+
"desc": "ChatGPT 中文调教指南",
5+
"downloadUrl": "https://raw.githubusercontent.com/Nothing1024/chatgpt-prompt-collection/main/awesome-chatgpt-prompts-zh.json",
6+
"url": "https://github.com/PlexPt/awesome-chatgpt-prompts-zh"
7+
}
8+
]

0 commit comments

Comments
 (0)