style: playground style

This commit is contained in:
jialin
2024-09-22 14:55:23 +08:00
parent c04b9342b8
commit b041cdc766
26 changed files with 373 additions and 312 deletions
+3 -3
View File
@@ -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',
+2 -1
View File
@@ -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',
+1
View File
@@ -2,6 +2,7 @@ export default {
'playground.system.tips': '在这里输入系统消息',
'playground.title': '试验场',
'playground.system': '系统',
'playground.systemMessage': '系统消息',
'playground.user': '用户',
'playground.assistant': '小助手',
'playground.newMessage': '新消息',