修復打包問題

This commit is contained in:
RISE
2026-01-30 18:02:42 +08:00
parent 3324dbf6dd
commit 02cda4ea1e
27 changed files with 1287 additions and 875 deletions

View File

@@ -31,7 +31,7 @@ const togglePlayPause = () => {
if (isPlaying.value) {
pauseAudio(); // 如果正在播放,则暂停
} else {
playAudio(props.text); // 如果未播放,则生成或播放<EFBFBD><EFBFBD><EFBFBD>
playAudio(props.text); // 如果未播放,则生成或播放
}
};