扫一扫音频提示音
This commit is contained in:
8
types/index.d.ts
vendored
8
types/index.d.ts
vendored
@@ -90,13 +90,13 @@ interface ScanConfigOptions {
|
||||
*/
|
||||
webScanVideoMirrorVertical?: boolean,
|
||||
/**
|
||||
* 网页扫码成功提示音地址,默认使用内置提示音
|
||||
* 扫码成功提示音地址,默认使用内置提示音;任意识别模式匹配成功时播放
|
||||
*/
|
||||
webScanBeepAudio?: string,
|
||||
scanBeepAudio?: string,
|
||||
/**
|
||||
* 网页扫码成功提示音是否启用,默认启用
|
||||
* 扫码成功是否播放提示音,默认启用;任意识别模式匹配成功时生效
|
||||
*/
|
||||
webScanBeepEnabled?: boolean,
|
||||
scanBeepEnabled?: boolean,
|
||||
/**
|
||||
* 微信JSSDK配置,微信环境才会生效,配置后会自动初始化微信JSSDK
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user