This commit is contained in:
iqudoo
2026-05-01 23:10:19 +08:00
parent c0fba11103
commit 4e41a85e04
8 changed files with 58 additions and 3 deletions

4
types/index.d.ts vendored
View File

@@ -45,6 +45,10 @@ interface ScanConfigOptions {
* 网页扫码canvas样式默认position: fixed; width: 300px; height: 300px; top: 0; left: 0; z-index: 9999;
*/
webScanCanvasStyle?: string,
/**
* 网页扫码canvas关闭按钮样式默认显示在canvas右上角
*/
webScanCloseButtonStyle?: string,
/**
* 网页扫码类型,默认支持二维码和条码
*/