fix: delete dataset field error (#3925)

* fix: collection list count

* fix: collection list count

* update doc

* perf: tts selector ui

* fix: delete dataset field error

* doc
This commit is contained in:
Archer
2025-02-28 12:29:18 +08:00
committed by GitHub
parent e697fda82f
commit df4d6f86ce
15 changed files with 163 additions and 154 deletions

View File

@@ -75,7 +75,7 @@ const TTSSelect = ({
{voice ? (
<Flex alignItems={'center'}>
<Box>{provider.label}</Box>
<Box>-</Box>
<Box>/</Box>
<Box>{voice.label}</Box>
</Flex>
) : (
@@ -83,7 +83,7 @@ const TTSSelect = ({
)}
</Box>
);
}, [formatValue, selectorList, t]);
}, [formatValue, selectorList]);
const { playAudioByText, cancelAudio, audioLoading, audioPlaying } = useAudioPlay({
appId,