diff --git a/lang/en-US.json b/lang/en-US.json index cd23cca..acfd3b4 100644 --- a/lang/en-US.json +++ b/lang/en-US.json @@ -33,6 +33,7 @@ "copy": "Copy", "copied": "Copied", "delete": "Delete", + "signOut": "Sign out", "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.", diff --git a/lang/zh-CN.json b/lang/zh-CN.json index 38ff7a7..8f384c1 100644 --- a/lang/zh-CN.json +++ b/lang/zh-CN.json @@ -33,6 +33,7 @@ "copy": "复制", "copied": "已复制", "delete": "删除", + "signOut": "退出登录", "welcomeScreen": { "introduction1": "是一个非官方的ChatGPT客户端,但使用OpenAI的官方API", "introduction2": "在使用本客户端之前,您需要一个OpenAI API密钥。", diff --git a/layouts/default.vue b/layouts/default.vue index 1cb6ad1..15f4b1f 100644 --- a/layouts/default.vue +++ b/layouts/default.vue @@ -1,7 +1,7 @@