This commit is contained in:
iqudoo
2026-04-30 16:56:30 +08:00
parent 0acd16e0a5
commit 11113ab818
7 changed files with 386 additions and 15 deletions

View File

@@ -1,7 +1,9 @@
import './polyfill';
import {
onScanListener, offScanListener, setStatusListener, getStatus,
startScan, stopScan, scanVideo, scanImage, clear
} from './services/provider/scan';
import { setConfig, getVersion } from './services/config';
import { onScanListener, offScanListener, setStatusListener, getStatus,
startScan, stopScan, scanVideo, scanImage, clear } from './services/provider/scan';
import { initWxJssdk } from './services/wx';
import { printDebug } from './utils/logger';