@aiot-toolkit/velasim
Version:
vela for sim
61 lines (53 loc) • 2.73 kB
JavaScript
export default function(global, globalThis, window, $app_exports$){
var $app_define_wrap$ = $app_define_wrap$ || function() {}
var createAppHandler = function() {
return /******/ (() => { // webpackBootstrap
/******/ var __webpack_modules__ = ({
/***/ "./src/manifest.json":
/*!***************************!*\
!*** ./src/manifest.json ***!
\***************************/
/***/ ((module) => {
"use strict";
module.exports = JSON.parse('{"package":"com.szc.drinkwater","name":"example","versionName":"1.0.0","versionCode":1,"minPlatformVersion":1000,"icon":"/common/icon-144.png","deviceTypeList":["watch"],"features":[{"name":"system.file"},{"name":"system.router"},{"name":"system.vibrator"},{"name":"system.brightness"},{"name":"system.interconnect"},{"name":"system.storage"},{"name":"system.app"}],"config":{"logLevel":"log","designWidth":480},"router":{"entry":"pages/index","pages":{"pages/index":{"component":"index"},"pages/privacypolicy":{"component":"privacypolicy"},"pages/main":{"component":"main"},"pages/detail":{"component":"detail"},"pages/alarm":{"component":"alarm"},"pages/downloadpage":{"component":"downloadpage"},"pages/drinkerror":{"component":"drinkerror"},"pages/drinksuccess":{"component":"drinksuccess"}}}}');
/***/ })
/******/ });
/************************************************************************/
/******/ // The module cache
/******/ var __webpack_module_cache__ = {};
/******/
/******/ // The require function
/******/ function __webpack_require__(moduleId) {
/******/ // Check if module is in cache
/******/ if(__webpack_module_cache__[moduleId]) {
/******/ return __webpack_module_cache__[moduleId].exports;
/******/ }
/******/ // Create a new module (and put it into the cache)
/******/ var module = __webpack_module_cache__[moduleId] = {
/******/ // no module.id needed
/******/ // no module.loaded needed
/******/ exports: {}
/******/ };
/******/
/******/ // Execute the module function
/******/ __webpack_modules__[moduleId](module, module.exports, __webpack_require__);
/******/
/******/ // Return the exports of the module
/******/ return module.exports;
/******/ }
/******/
/************************************************************************/
var __webpack_exports__ = {};
// This entry need to be wrapped in an IIFE because it need to be isolated against other modules in the chunk.
(() => {
/*!*******************************!*\
!*** ./src/app.ux?uxType=app ***!
\*******************************/
$app_exports$.default = {}
$app_exports$.default.manifest = __webpack_require__(/*! ./manifest.json */ "./src/manifest.json")
})();
/******/ })()
;
};
return createAppHandler();
};