This commit is contained in:
iqudoo
2026-04-30 17:01:46 +08:00
parent 11113ab818
commit 46da9edfb4
3 changed files with 3 additions and 2 deletions

2
dist/index.js vendored

File diff suppressed because one or more lines are too long

View File

@@ -1,6 +1,7 @@
import { toAny } from "../../utils/toany";
import { printDebug, printWarn } from "../../utils/logger";
import { createUUID } from "../../utils/uuid";
import { getConfig } from "../config";
let _events = {};
let _callbacks = {};

View File

@@ -1,4 +1,4 @@
import { inRuntime, bridgeAsync } from "../bridge/appbridge";
import { inRuntime, bridgeAsync } from "../bridge";
import { isSupportWebScan, startScanForWeb, stopScanForWeb, isSupportImageScan, startScanForImage } from "../web";
import { isSupportWxScan, startScanForWx } from "../wx";
import { startScanner, stopScanner } from "../scanner";