hldy_app_mini/unpackage/dist/build/.nvue/app.js

9 lines
185 B
JavaScript
Raw Normal View History

2025-11-05 15:59:48 +08:00
Promise.resolve("./pages/camera.js").then((res) => {
res();
});
Promise.resolve("./pages/fullcamera.js").then((res) => {
res();
});
Promise.resolve("./app.css.js").then(() => {
});