feat: playground tts

This commit is contained in:
jialin
2024-11-22 10:00:34 +08:00
parent 16e2ac5b6c
commit 84e0c46711
10 changed files with 706 additions and 42 deletions
@@ -0,0 +1,7 @@
import React from 'react';
const GroundStt = () => {
return <div>STT</div>;
};
export default React.memo(GroundStt);