v1.5: Add login module and GPT selection feature

This commit is contained in:
2023-07-12 18:04:12 +08:00
parent 329b9c7c95
commit 49fffe8cbe
17 changed files with 375 additions and 31 deletions
+8 -2
View File
@@ -36,7 +36,7 @@ const cn = {
dark: "深色模式",
},
Prompt: "快捷指令",
Masks: "所有面具",
Masks: "所有角色",
Clear: "清除聊天",
Settings: "对话设置",
AIPaint: "AI绘画",
@@ -198,6 +198,12 @@ const cn = {
Title: "话题新鲜度 (presence_penalty)",
SubTitle: "值越大,越有可能扩展到新话题",
},
Danger: {
Logout: {
Action: "退出登录",
Confirm: "确定要退出登录吗?",
}
},
},
Store: {
DefaultTopic: "新的聊天",
@@ -266,7 +272,7 @@ const cn = {
Skip: "直接开始",
NotShow: "不再展示",
ConfirmNoShow: "确认禁用?禁用后可以随时在设置中重新启用。",
Title: "挑选一个面具",
Title: "挑选一个角色",
SubTitle: "现在开始,与面具背后的灵魂思维碰撞",
More: "查看全部",
},