wxInfo.js
471 字节
"use strict";
const common_vendor = require("../common/vendor.js");
const wxInfo = common_vendor.defineStore({
id: "wxInfo",
state: () => ({
statusBarHeight: "",
navigationBarHeight: "",
navHeight: ""
})
});
const __vite_glob_0_1 = /* @__PURE__ */ Object.freeze(/* @__PURE__ */ Object.defineProperty({
__proto__: null,
default: wxInfo
}, Symbol.toStringTag, { value: "Module" }));
exports.__vite_glob_0_1 = __vite_glob_0_1;
exports.wxInfo = wxInfo;