feat: 正式增加语音模式支持

This commit is contained in:
ikechan8370 2023-03-04 22:06:09 +08:00
parent 41ca23dc85
commit 5ddeebfcc0
6 changed files with 124 additions and 25 deletions

View file

@ -26,6 +26,16 @@ let helpData = [
title: '#chatgpt文本模式',
desc: '机器人以文本形式回答,默认选项'
},
{
icon: 'text',
title: '#chatgpt语音模式',
desc: '机器人以语音形式回答'
},
{
icon: 'text',
title: '#chatgpt设置语音角色',
desc: '设置语音模式下回复的角色音色'
},
{
icon: 'text',
title: '#chatgpt画图+prompt(/张数/图片大小)',