fix: edit user password optional

This commit is contained in:
jialin
2024-07-19 17:29:39 +08:00
parent b8b0d39635
commit b48be3b883
11 changed files with 56 additions and 25 deletions
+1 -1
View File
@@ -28,6 +28,6 @@ export default {
'playground.params.stop.tips':
'停止序列是一个预定义或用户指定的文本字符串,当这些序列出现时,它会提示 AI 停止生成后续的 token。',
'playground.viewcode.tips':
'{here} 查看 API 密钥。您应该使用环境变量或密管理工具将您的密钥暴露给您的应用程序。',
'{here} 查看 API 密钥。您应该使用环境变量或密管理工具将您的密钥暴露给您的应用程序。',
'playground.viewcode.here': '这里'
};