chore(deps): update

This commit is contained in:
xiaoxian521
2023-12-28 18:46:43 +08:00
parent 792536cdea
commit f7883606c8
7 changed files with 821 additions and 920 deletions

View File

@@ -24,7 +24,7 @@ const wasmPath = getPath("capture.worker.wasm");
loadScript({
src
}).then(mgs => {
if (mgs === "success") {
if (mgs[0].message === "加载成功") {
// @ts-expect-error
captureUtil.value = cheetahCapture.initCapture({
workerPath,