This commit is contained in:
iqudoo
2026-06-17 20:17:50 +08:00
parent 378c7e4ba5
commit 23b97548cf
5 changed files with 98 additions and 1 deletions

4
dist/index.d.ts vendored
View File

@@ -18,6 +18,10 @@ interface ScanConfigOptions {
* 跨域 iframe 无法读取父页地址时需手动设为当前微信内打开的页面链接。
*/
wxJssdkSignatureUrl?: string,
/**
* 页面 URL 变化后是否自动重新初始化微信 JSSDK默认 true避免扫一扫失效
*/
wxJssdkAutoReinitOnUrlChange?: boolean,
/**
* 桥接是否启用,默认启用
*/

2
dist/index.js vendored

File diff suppressed because one or more lines are too long