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

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";