style: playground style
This commit is contained in:
@@ -113,9 +113,9 @@ export default {
|
||||
'common.button.logs': 'Logs',
|
||||
'common.ws.close': 'The connection was lost, do you want to reconnect?',
|
||||
'common.ws.reconnect': 'Reconnect',
|
||||
'common.input.key': 'key',
|
||||
'common.input.value': 'value',
|
||||
'common.input.type': 'type',
|
||||
'common.input.key': 'Key',
|
||||
'common.input.value': 'Value',
|
||||
'common.input.type': 'Type',
|
||||
'common.input.visible': 'visibility',
|
||||
'common.input.description': 'description',
|
||||
'common.time.day': 'day',
|
||||
|
||||
@@ -1,7 +1,8 @@
|
||||
export default {
|
||||
'playground.system.tips': 'Enter system message here',
|
||||
'playground.system.tips': 'Type system instructions here',
|
||||
'playground.title': 'Playground',
|
||||
'playground.system': 'System',
|
||||
'playground.systemMessage': 'System instructions',
|
||||
'playground.user': 'User',
|
||||
'playground.assistant': 'Assistant',
|
||||
'playground.newMessage': 'New Message',
|
||||
|
||||
@@ -2,6 +2,7 @@ export default {
|
||||
'playground.system.tips': '在这里输入系统消息',
|
||||
'playground.title': '试验场',
|
||||
'playground.system': '系统',
|
||||
'playground.systemMessage': '系统消息',
|
||||
'playground.user': '用户',
|
||||
'playground.assistant': '小助手',
|
||||
'playground.newMessage': '新消息',
|
||||
|
||||
Reference in New Issue
Block a user