feat: 编译调整

This commit is contained in:
2026-05-15 12:57:11 +08:00
parent a2948b1294
commit 60f03e25f3

View File

@@ -128,11 +128,9 @@ let manager = null;
let speechProvider = "";
const isSpeechRecognitionEnabled = ref(true);
const isSpeechRecognitionSupported = ref(false);
let appSpeechOptions = {};
// #ifdef APP-PLUS
const appSpeechOptions = appSpeechRecognitionOptions;
// #endif
// #ifndef APP-PLUS
const appSpeechOptions = {};
appSpeechOptions = appSpeechRecognitionOptions;
// #endif
// WechatSI 是微信小程序插件App 原生基座没有 requirePlugin。