feat: chat ui

This commit is contained in:
archer
2023-07-26 11:01:25 +08:00
parent 2b993b926a
commit 248be38939
19 changed files with 153 additions and 54 deletions

View File

@@ -1,7 +1,16 @@
{
"Cancel": "No",
"Confirm": "Yes",
"Warning": "Warning",
"app": {
"App Detail": "App Detail",
"My Apps": "My Apps"
},
"chat": {
"Confirm to clear history": "Confirm to clear history?",
"New Chat": "New Chat",
"You need to a chat app": "You need to a chat app"
},
"home": {
"Quickly build AI question and answer library": "Quickly build AI question and answer library",
"Start Now": "Start Now",

View File

@@ -1,7 +1,16 @@
{
"Cancel": "取消",
"Confirm": "确认",
"Warning": "提示",
"app": {
"App Detail": "应用详情",
"My Apps": "我的应用"
},
"chat": {
"Confirm to clear history": "确认清空该应用的聊天记录?",
"New Chat": "新对话",
"You need to a chat app": "你需要创建一个应用"
},
"home": {
"Quickly build AI question and answer library": "快速搭建 AI 问答系统",
"Start Now": "立即开始",