feat: 添加账号删除功能
This commit is contained in:
@@ -29,6 +29,8 @@ String mapApiProblemToMessage(ApiProblem problem, AppLocalizations l10n) {
|
||||
return l10n.errorAudioEmpty;
|
||||
case 'AGENT_ASR_UNAVAILABLE':
|
||||
return l10n.errorAsrUnavailable;
|
||||
case 'PROFILE_DELETE_FAILED':
|
||||
return l10n.errorProfileDeleteFailed;
|
||||
default:
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user