feat: 编译调整
This commit is contained in:
@@ -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。
|
||||
|
||||
Reference in New Issue
Block a user