Build(package.json): Upgrade dependencies

This commit is contained in:
2024-10-16 17:39:54 +08:00
parent 07f24333d9
commit b353ab07e2
33 changed files with 1574 additions and 4940 deletions

View File

@@ -38,7 +38,7 @@
}
if (data?.type === "SCALE") {
document.getElementById("root").style.zoom = data.data.zoom
document.getElementById("root").style.zoom = data.data.zoom;
}
});
</script>