flat: 对接一体机语音播放

This commit is contained in:
Apcallover
2025-12-20 14:51:03 +08:00
parent 99cb6b4710
commit 02fef1700b
5 changed files with 247 additions and 4 deletions

View File

@@ -4,10 +4,9 @@ import {
} from 'vue'
import {
$api
} from '../common/globalFunction'; // 你的请求封装
} from '../common/globalFunction';
import config from '@/config'
// 开源
export function useAudioRecorder() {
// --- 状态定义 ---
const isRecording = ref(false)