feat: 编译调整
This commit is contained in:
@@ -128,11 +128,9 @@ let manager = null;
|
|||||||
let speechProvider = "";
|
let speechProvider = "";
|
||||||
const isSpeechRecognitionEnabled = ref(true);
|
const isSpeechRecognitionEnabled = ref(true);
|
||||||
const isSpeechRecognitionSupported = ref(false);
|
const isSpeechRecognitionSupported = ref(false);
|
||||||
|
let appSpeechOptions = {};
|
||||||
// #ifdef APP-PLUS
|
// #ifdef APP-PLUS
|
||||||
const appSpeechOptions = appSpeechRecognitionOptions;
|
appSpeechOptions = appSpeechRecognitionOptions;
|
||||||
// #endif
|
|
||||||
// #ifndef APP-PLUS
|
|
||||||
const appSpeechOptions = {};
|
|
||||||
// #endif
|
// #endif
|
||||||
|
|
||||||
// WechatSI 是微信小程序插件,App 原生基座没有 requirePlugin。
|
// WechatSI 是微信小程序插件,App 原生基座没有 requirePlugin。
|
||||||
|
|||||||
Reference in New Issue
Block a user