feat: Message actions

This commit is contained in:
Rafi
2023-03-17 18:27:07 +08:00
parent 878fda0054
commit 18a4251714
4 changed files with 101 additions and 13 deletions

View File

@@ -29,6 +29,9 @@
"me": "Me",
"ai": "AI"
},
"copy": "Copy",
"copied": "Copied",
"delete": "Delete",
"welcomeScreen": {
"introduction1": "is an unofficial client for ChatGPT, but uses the official OpenAI API.",
"introduction2": "You will need an OpenAI API Key before you can use this client.",

View File

@@ -29,6 +29,9 @@
"me": "我",
"ai": "AI"
},
"copy": "复制",
"copied": "已复制",
"delete": "删除",
"welcomeScreen": {
"introduction1": "是一个非官方的ChatGPT客户端但使用OpenAI的官方API",
"introduction2": "在使用本客户端之前您需要一个OpenAI API密钥。",