添加asr和tts

This commit is contained in:
sh
2026-01-08 23:06:33 +08:00
parent 1ec2d722eb
commit f28ef213b7
4 changed files with 127 additions and 11 deletions

View File

@@ -158,6 +158,12 @@
<artifactId>lombok</artifactId>
</dependency>
<dependency>
<groupId>cn.hutool</groupId>
<artifactId>hutool-all</artifactId>
<version>5.7.22</version>
</dependency>
</dependencies>
</project>