fixed bug for ctrl + enter key start a new row

This commit is contained in:
RockYang
2023-04-23 15:00:51 +08:00
parent 646c39792b
commit d2201596f6
3 changed files with 51 additions and 18 deletions

View File

@@ -33,7 +33,7 @@ const routes = [
},
{
name: 'free', path: '/free', component: ChatFree, meta: {
title: '【文心一言】免费版'
title: 'Chat-Plus AI 助理'
}
},
{