v1.5: Add login module and GPT selection feature
This commit is contained in:
+8
-2
@@ -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: "查看全部",
|
||||
},
|
||||
|
||||
@@ -200,6 +200,12 @@ const en: RequiredLocaleType = {
|
||||
SubTitle:
|
||||
"A larger value increases the likelihood to talk about new topics",
|
||||
},
|
||||
Danger: {
|
||||
Logout: {
|
||||
Action: "Log out",
|
||||
Confirm: "Are you sure you want to log out?",
|
||||
}
|
||||
},
|
||||
},
|
||||
Store: {
|
||||
DefaultTopic: "New Conversation",
|
||||
|
||||
Reference in New Issue
Block a user