合并打包

This commit is contained in:
Teng 2025-10-23 16:41:59 +08:00
parent dae4140e90
commit fa017a0906
16 changed files with 6 additions and 10 deletions

View File

@ -2,7 +2,7 @@
"version" : "1.0",
"configurations" : [
{
"customPlaygroundType" : "local",
"customPlaygroundType" : "device",
"playground" : "custom",
"type" : "uni-app:app-android"
}

View File

@ -655,7 +655,7 @@
}
function rollTo(target) {
let current = 0
const duration = 1000 // 1
const duration = 500 // 1
const steps = 60 // 60
const interval = duration / steps
const step = target / steps

View File

@ -575,7 +575,7 @@ function _sfc_render(_ctx, _cache, $props, $setup, $data, $options) {
)
]);
}
const camera = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["styles", [_style_0]], ["__file", "D:/项目/hldy_app/pages/camera.nvue"]]);
const camera = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["styles", [_style_0]], ["__file", "D:/hldy_app/pages/camera.nvue"]]);
export {
camera as default
};

View File

@ -16264,7 +16264,7 @@ if (uni.restoreGlobal) {
}
function rollTo(target) {
let current = 0;
const duration = 1e3;
const duration = 500;
const steps = 60;
const interval = duration / steps;
const step = target / steps;

View File

@ -63,11 +63,7 @@ if (typeof uni !== 'undefined' && uni && uni.requireGlobal) {
}
});
<<<<<<< HEAD
// ../../../../hldy_app/unpackage/dist/dev/.nvue/_plugin-vue_export-helper.js
=======
// ../../../../项目/hldy_app/unpackage/dist/dev/.nvue/pages/camera.js
>>>>>>> cf031622d443095c94b8a2081244ea84d77917d9
var import_vue = __toESM(require_vue());
function requireNativePlugin(name) {
return weex.requireModule(name);
@ -664,7 +660,7 @@ if (typeof uni !== 'undefined' && uni && uni.requireGlobal) {
)
]);
}
var camera = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["styles", [_style_0]], ["__file", "D:/\u9879\u76EE/hldy_app/pages/camera.nvue"]]);
var camera = /* @__PURE__ */ _export_sfc(_sfc_main, [["render", _sfc_render], ["styles", [_style_0]], ["__file", "D:/hldy_app/pages/camera.nvue"]]);
// <stdin>
var webview = plus.webview.currentWebview();

File diff suppressed because one or more lines are too long