This commit is contained in:
TxZgX
2021-12-26 19:00:38 +08:00
parent c15750f0a3
commit d5b472614b
187 changed files with 2989 additions and 0 deletions

View File

@@ -0,0 +1,151 @@
/******/ (function(modules) { // webpackBootstrap
/******/ // The module cache
/******/ var installedModules = {};
/******/
/******/ // The require function
/******/ function __webpack_require__(moduleId) {
/******/
/******/ // Check if module is in cache
/******/ if(installedModules[moduleId]) {
/******/ return installedModules[moduleId].exports;
/******/ }
/******/ // Create a new module (and put it into the cache)
/******/ var module = installedModules[moduleId] = {
/******/ i: moduleId,
/******/ l: false,
/******/ exports: {}
/******/ };
/******/
/******/ // Execute the module function
/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
/******/
/******/ // Flag the module as loaded
/******/ module.l = true;
/******/
/******/ // Return the exports of the module
/******/ return module.exports;
/******/ }
/******/
/******/
/******/ // expose the modules object (__webpack_modules__)
/******/ __webpack_require__.m = modules;
/******/
/******/ // expose the module cache
/******/ __webpack_require__.c = installedModules;
/******/
/******/ // define getter function for harmony exports
/******/ __webpack_require__.d = function(exports, name, getter) {
/******/ if(!__webpack_require__.o(exports, name)) {
/******/ Object.defineProperty(exports, name, { enumerable: true, get: getter });
/******/ }
/******/ };
/******/
/******/ // define __esModule on exports
/******/ __webpack_require__.r = function(exports) {
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
/******/ }
/******/ Object.defineProperty(exports, '__esModule', { value: true });
/******/ };
/******/
/******/ // create a fake namespace object
/******/ // mode & 1: value is a module id, require it
/******/ // mode & 2: merge all properties of value into the ns
/******/ // mode & 4: return value when already ns object
/******/ // mode & 8|1: behave like require
/******/ __webpack_require__.t = function(value, mode) {
/******/ if(mode & 1) value = __webpack_require__(value);
/******/ if(mode & 8) return value;
/******/ if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;
/******/ var ns = Object.create(null);
/******/ __webpack_require__.r(ns);
/******/ Object.defineProperty(ns, 'default', { enumerable: true, value: value });
/******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));
/******/ return ns;
/******/ };
/******/
/******/ // getDefaultExport function for compatibility with non-harmony modules
/******/ __webpack_require__.n = function(module) {
/******/ var getter = module && module.__esModule ?
/******/ function getDefault() { return module['default']; } :
/******/ function getModuleExports() { return module; };
/******/ __webpack_require__.d(getter, 'a', getter);
/******/ return getter;
/******/ };
/******/
/******/ // Object.prototype.hasOwnProperty.call
/******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
/******/
/******/ // __webpack_public_path__
/******/ __webpack_require__.p = "";
/******/
/******/
/******/ // Load entry module and return exports
/******/ return __webpack_require__(__webpack_require__.s = "D:\\Github\\MyApplication2\\entry\\src\\main\\js\\default\\app.js?entry");
/******/ })
/************************************************************************/
/******/ ({
/***/ "./lib/manifest-plugin.js!D:\\Github\\MyApplication2\\entry\\.preview\\jsManifest\\default\\manifest.json":
/*!*********************************************************************************************************!*\
!*** ./lib/manifest-plugin.js!D:/Github/MyApplication2/entry/.preview/jsManifest/default/manifest.json ***!
\*********************************************************************************************************/
/*! exports provided: appID, appName, versionName, versionCode, minPlatformVersion, pages, deviceType, window, default */
/***/ (function(module) {
module.exports = JSON.parse("{\"appID\":\"com.xcl20481.myapplication\",\"appName\":\"$string:entry_MainAbility\",\"versionName\":\"1.0.0\",\"versionCode\":1000000,\"minPlatformVersion\":4,\"pages\":[\"pages/index/index\"],\"deviceType\":[\"phone\",\"tablet\",\"tv\",\"wearable\"],\"window\":{\"autoDesignWidth\":true,\"designWidth\":720}}");
/***/ }),
/***/ "./lib/script.js!./node_modules/babel-loader/lib/index.js?presets[]=C:\\Users\\honor\\AppData\\Local\\Huawei\\Sdk\\js\\2.1.1.21\\build-tools\\ace-loader\\node_modules\\@babel\\preset-env&plugins[]=C:\\Users\\honor\\AppData\\Local\\Huawei\\Sdk\\js\\2.1.1.21\\build-tools\\ace-loader\\node_modules\\@babel\\plugin-transform-modules-commonjs&comments=false!./lib/manifest-loader.js?path=D:\\Github\\MyApplication2\\entry\\src\\main\\js\\default\\app.js!D:\\Github\\MyApplication2\\entry\\src\\main\\js\\default\\app.js":
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** ./lib/script.js!./node_modules/babel-loader/lib?presets[]=C:/Users/honor/AppData/Local/Huawei/Sdk/js/2.1.1.21/build-tools/ace-loader/node_modules/@babel/preset-env&plugins[]=C:/Users/honor/AppData/Local/Huawei/Sdk/js/2.1.1.21/build-tools/ace-loader/node_modules/@babel/plugin-transform-modules-commonjs&comments=false!./lib/manifest-loader.js?path=D:/Github/MyApplication2/entry/src/main/js/default/app.js!D:/Github/MyApplication2/entry/src/main/js/default/app.js ***!
\***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
module.exports = function(module, exports, $app_require$){"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = void 0;
var _default = {
onCreate: function onCreate() {
console.info('AceApplication onCreate');
},
onDestroy: function onDestroy() {
console.info('AceApplication onDestroy');
}
};
exports["default"] = _default;
;
(exports["default"] || module.exports).manifest = __webpack_require__(/*! !./lib/manifest-plugin.js!../../../../.preview/jsManifest/default/manifest.json */ "./lib/manifest-plugin.js!D:\\Github\\MyApplication2\\entry\\.preview\\jsManifest\\default\\manifest.json");}
/* generated by ace-loader */
/***/ }),
/***/ "D:\\Github\\MyApplication2\\entry\\src\\main\\js\\default\\app.js?entry":
/*!***********************************************************************!*\
!*** D:/Github/MyApplication2/entry/src/main/js/default/app.js?entry ***!
\***********************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
var $app_script$ = __webpack_require__(/*! !./lib/script.js!./node_modules/babel-loader?presets[]=C:/Users/honor/AppData/Local/Huawei/Sdk/js/2.1.1.21/build-tools/ace-loader/node_modules/@babel/preset-env&plugins[]=C:/Users/honor/AppData/Local/Huawei/Sdk/js/2.1.1.21/build-tools/ace-loader/node_modules/@babel/plugin-transform-modules-commonjs&comments=false!./lib/manifest-loader.js?path=D:/Github/MyApplication2/entry/src/main/js/default/app.js!./app.js */ "./lib/script.js!./node_modules/babel-loader/lib/index.js?presets[]=C:\\Users\\honor\\AppData\\Local\\Huawei\\Sdk\\js\\2.1.1.21\\build-tools\\ace-loader\\node_modules\\@babel\\preset-env&plugins[]=C:\\Users\\honor\\AppData\\Local\\Huawei\\Sdk\\js\\2.1.1.21\\build-tools\\ace-loader\\node_modules\\@babel\\plugin-transform-modules-commonjs&comments=false!./lib/manifest-loader.js?path=D:\\Github\\MyApplication2\\entry\\src\\main\\js\\default\\app.js!D:\\Github\\MyApplication2\\entry\\src\\main\\js\\default\\app.js")
$app_define$('@app-application/app', [], function($app_require$, $app_exports$, $app_module$) {
$app_script$($app_module$, $app_exports$, $app_require$)
if ($app_exports$.__esModule && $app_exports$.default) {
$app_module$.exports = $app_exports$.default
}
})
$app_bootstrap$('@app-application/app',undefined,undefined)
/***/ })
/******/ });
//# sourceMappingURL=app.js.map

View File

@@ -0,0 +1 @@
{"version":3,"sources":["webpack:///webpack/bootstrap","webpack:///D:/Github/MyApplication2/entry/src/main/js/default/app.js","webpack:///D:/Github/MyApplication2/entry/src/main/js/default/app.js?9973"],"names":["onCreate","console","info","onDestroy","exports","module","manifest","require"],"mappings":";QAAA;QACA;;QAEA;QACA;;QAEA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;;QAEA;QACA;;QAEA;QACA;;QAEA;QACA;QACA;;;QAGA;QACA;;QAEA;QACA;;QAEA;QACA;QACA;QACA,0CAA0C,gCAAgC;QAC1E;QACA;;QAEA;QACA;QACA;QACA,wDAAwD,kBAAkB;QAC1E;QACA,iDAAiD,cAAc;QAC/D;;QAEA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA,yCAAyC,iCAAiC;QAC1E,gHAAgH,mBAAmB,EAAE;QACrI;QACA;;QAEA;QACA;QACA;QACA,2BAA2B,0BAA0B,EAAE;QACvD,iCAAiC,eAAe;QAChD;QACA;QACA;;QAEA;QACA,sDAAsD,+DAA+D;;QAErH;QACA;;;QAGA;QACA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;eClFe;AACXA,UADW,sBACA;AACPC,WAAO,CAACC,IAAR,CAAa,yBAAb;AACH,GAHU;AAIXC,WAJW,uBAIC;AACRF,WAAO,CAACC,IAAR,CAAa,0BAAb;AACH;AANU,C;;AAQf;AAAC,CAACE,OAAO,WAAP,IAAmBC,MAAM,CAACD,OAA3B,EAAoCE,QAApC,GAA+CC,mBAAO,CAAC,iMAAD,CAAtD;;;;;;;;;;;;;ACRD,mBAAmB,mBAAO,CAAC,u6BAA+rB;;AAE1tB;;AAEA;AACA;AACA;AACA;;AAEA,OAAO;AACP,iE","file":"./app.js","sourceRoot":""}

Binary file not shown.

After

Width:  |  Height:  |  Size: 152 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 210 KiB

View File

@@ -0,0 +1,54 @@
ERROR in D:/Github/MyApplication2/entry/src/main/js/default/pages/index/index.css
The `fontSize` attribute does not support `fp`. The default unit is px @45:5
ERROR in D:/Github/MyApplication2/entry/src/main/js/default/pages/index/index.css
The `fontSize` attribute does not support `fp`. The default unit is px @60:5
ERROR in D:/Github/MyApplication2/entry/src/main/js/default/pages/index/index.css
The `height` attribute does not support `fp`. The default unit is px @11:5
ERROR in D:/Github/MyApplication2/entry/src/main/js/default/pages/index/index.css
The `height` attribute does not support `fp`. The default unit is px @19:5
ERROR in D:/Github/MyApplication2/entry/src/main/js/default/pages/index/index.css
The `height` attribute does not support `fp`. The default unit is px @25:5
ERROR in D:/Github/MyApplication2/entry/src/main/js/default/pages/index/index.css
The `height` attribute does not support `fp`. The default unit is px @31:5
ERROR in D:/Github/MyApplication2/entry/src/main/js/default/pages/index/index.css
The `height` attribute does not support `fp`. The default unit is px @39:5
ERROR in D:/Github/MyApplication2/entry/src/main/js/default/pages/index/index.css
The `height` attribute does not support `fp`. The default unit is px @3:5
ERROR in D:/Github/MyApplication2/entry/src/main/js/default/pages/index/index.css
The `height` attribute does not support `fp`. The default unit is px @50:5
ERROR in D:/Github/MyApplication2/entry/src/main/js/default/pages/index/index.css
The `height` attribute does not support `fp`. The default unit is px @54:5
ERROR in D:/Github/MyApplication2/entry/src/main/js/default/pages/index/index.css
The `letterSpacing` attribute does not support `fp`. The default unit is px @12:5
ERROR in D:/Github/MyApplication2/entry/src/main/js/default/pages/index/index.css
The `letterSpacing` attribute does not support `fp`. The default unit is px @20:5
ERROR in D:/Github/MyApplication2/entry/src/main/js/default/pages/index/index.css
The `marginBottom` attribute does not support `fp`. The default unit is px @14:5
ERROR in D:/Github/MyApplication2/entry/src/main/js/default/pages/index/index.css
The `marginBottom` attribute does not support `fp`. The default unit is px @42:5
ERROR in D:/Github/MyApplication2/entry/src/main/js/default/pages/index/index.css
The `marginLeft` attribute does not support `fp`. The default unit is px @33:5
ERROR in D:/Github/MyApplication2/entry/src/main/js/default/pages/index/index.css
The `marginTop` attribute does not support `fp`. The default unit is px @13:5
ERROR in D:/Github/MyApplication2/entry/src/main/js/default/pages/index/index.css
The `marginTop` attribute does not support `fp`. The default unit is px @21:5
ERROR in D:/Github/MyApplication2/entry/src/main/js/default/pages/index/index.css
The `marginTop` attribute does not support `fp`. The default unit is px @32:5
ERROR in D:/Github/MyApplication2/entry/src/main/js/default/pages/index/index.css
The `marginTop` attribute does not support `fp`. The default unit is px @41:5
ERROR in D:/Github/MyApplication2/entry/src/main/js/default/pages/index/index.css
The `width` attribute does not support `fp`. The default unit is px @10:5
ERROR in D:/Github/MyApplication2/entry/src/main/js/default/pages/index/index.css
The `width` attribute does not support `fp`. The default unit is px @18:5
ERROR in D:/Github/MyApplication2/entry/src/main/js/default/pages/index/index.css
The `width` attribute does not support `fp`. The default unit is px @24:5
ERROR in D:/Github/MyApplication2/entry/src/main/js/default/pages/index/index.css
The `width` attribute does not support `fp`. The default unit is px @2:5
ERROR in D:/Github/MyApplication2/entry/src/main/js/default/pages/index/index.css
The `width` attribute does not support `fp`. The default unit is px @30:5
ERROR in D:/Github/MyApplication2/entry/src/main/js/default/pages/index/index.css
The `width` attribute does not support `fp`. The default unit is px @38:5
ERROR in D:/Github/MyApplication2/entry/src/main/js/default/pages/index/index.css
The `width` attribute does not support `fp`. The default unit is px @49:5
ERROR in D:/Github/MyApplication2/entry/src/main/js/default/pages/index/index.css
The `width` attribute does not support `fp`. The default unit is px @53:5

View File

@@ -0,0 +1,6 @@
{
"strings": {
"hello": "Hello",
"world": "World"
}
}

View File

@@ -0,0 +1,6 @@
{
"strings": {
"hello": "您好",
"world": "世界"
}
}

View File

@@ -0,0 +1,20 @@
{
"appID": "com.xcl20481.myapplication",
"appName": "$string:entry_MainAbility",
"versionName": "1.0.0",
"versionCode": 1000000,
"minPlatformVersion": 4,
"pages": [
"pages/index/index"
],
"deviceType": [
"phone",
"tablet",
"tv",
"wearable"
],
"window": {
"autoDesignWidth": true,
"designWidth": 720
}
}

View File

@@ -0,0 +1,584 @@
/******/ (function(modules) { // webpackBootstrap
/******/ // The module cache
/******/ var installedModules = {};
/******/
/******/ // The require function
/******/ function __webpack_require__(moduleId) {
/******/
/******/ // Check if module is in cache
/******/ if(installedModules[moduleId]) {
/******/ return installedModules[moduleId].exports;
/******/ }
/******/ // Create a new module (and put it into the cache)
/******/ var module = installedModules[moduleId] = {
/******/ i: moduleId,
/******/ l: false,
/******/ exports: {}
/******/ };
/******/
/******/ // Execute the module function
/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
/******/
/******/ // Flag the module as loaded
/******/ module.l = true;
/******/
/******/ // Return the exports of the module
/******/ return module.exports;
/******/ }
/******/
/******/
/******/ // expose the modules object (__webpack_modules__)
/******/ __webpack_require__.m = modules;
/******/
/******/ // expose the module cache
/******/ __webpack_require__.c = installedModules;
/******/
/******/ // define getter function for harmony exports
/******/ __webpack_require__.d = function(exports, name, getter) {
/******/ if(!__webpack_require__.o(exports, name)) {
/******/ Object.defineProperty(exports, name, { enumerable: true, get: getter });
/******/ }
/******/ };
/******/
/******/ // define __esModule on exports
/******/ __webpack_require__.r = function(exports) {
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
/******/ }
/******/ Object.defineProperty(exports, '__esModule', { value: true });
/******/ };
/******/
/******/ // create a fake namespace object
/******/ // mode & 1: value is a module id, require it
/******/ // mode & 2: merge all properties of value into the ns
/******/ // mode & 4: return value when already ns object
/******/ // mode & 8|1: behave like require
/******/ __webpack_require__.t = function(value, mode) {
/******/ if(mode & 1) value = __webpack_require__(value);
/******/ if(mode & 8) return value;
/******/ if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;
/******/ var ns = Object.create(null);
/******/ __webpack_require__.r(ns);
/******/ Object.defineProperty(ns, 'default', { enumerable: true, value: value });
/******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));
/******/ return ns;
/******/ };
/******/
/******/ // getDefaultExport function for compatibility with non-harmony modules
/******/ __webpack_require__.n = function(module) {
/******/ var getter = module && module.__esModule ?
/******/ function getDefault() { return module['default']; } :
/******/ function getModuleExports() { return module; };
/******/ __webpack_require__.d(getter, 'a', getter);
/******/ return getter;
/******/ };
/******/
/******/ // Object.prototype.hasOwnProperty.call
/******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
/******/
/******/ // __webpack_public_path__
/******/ __webpack_require__.p = "";
/******/
/******/
/******/ // Load entry module and return exports
/******/ return __webpack_require__(__webpack_require__.s = "D:\\Github\\MyApplication2\\entry\\src\\main\\js\\default\\pages\\index\\index.hml?entry");
/******/ })
/************************************************************************/
/******/ ({
/***/ "./lib/json.js!./lib/style.js!D:\\Github\\MyApplication2\\entry\\src\\main\\js\\default\\pages\\index\\index.css":
/*!*************************************************************************************************************!*\
!*** ./lib/json.js!./lib/style.js!D:/Github/MyApplication2/entry/src/main/js/default/pages/index/index.css ***!
\*************************************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports) {
module.exports = {
".container": {
"width": "454px",
"height": "454px",
"flexDirection": "column",
"justifyContent": "center",
"alignItems": "center"
},
".score": {
"textAlign": "center",
"width": "234px",
"height": "30px",
"letterSpacing": "0px",
"marginTop": "4px",
"marginBottom": "6px"
},
".best": {
"textAlign": "center",
"width": "234px",
"height": "30px",
"letterSpacing": "0px",
"marginTop": "19px"
},
".tile-wrap": {
"width": "300px",
"height": "300px",
"flexWrap": "wrap",
"backgroundColor": "#FFFFFF"
},
".tile": {
"width": "70px",
"height": "70px",
"marginTop": "4px",
"marginLeft": "4px",
"justifyContent": "center",
"alignItems": "center"
},
".btn": {
"width": "135px",
"height": "45px",
"backgroundColor": "#1F71FF",
"marginTop": "10px",
"marginBottom": "10px"
},
".text": {
"fontSize": "30px",
"color": "#000000"
},
".stack": {
"width": "300px",
"height": "300px"
},
".subcontainer": {
"width": "300px",
"height": "300px",
"justifyContent": "center",
"alignItems": "center",
"backgroundColor": "rgba(0,0,0,0)"
},
".gameover": {
"fontSize": "40px",
"color": "#FF7500"
}
}
/***/ }),
/***/ "./lib/json.js!./lib/template.js!D:\\Github\\MyApplication2\\entry\\src\\main\\js\\default\\pages\\index\\index.hml":
/*!****************************************************************************************************************!*\
!*** ./lib/json.js!./lib/template.js!D:/Github/MyApplication2/entry/src/main/js/default/pages/index/index.hml ***!
\****************************************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports) {
module.exports = {
"attr": {
"debugLine": "pages/index/index:1",
"className": "container"
},
"type": "div",
"classList": [
"container"
],
"children": [
{
"attr": {
"debugLine": "pages/index/index:2",
"className": "best",
"value": function () {return 'Best:' + (this.best)}
},
"type": "text",
"classList": [
"best"
]
},
{
"attr": {
"debugLine": "pages/index/index:5",
"className": "score",
"value": function () {return 'Score:' + (this.score)}
},
"type": "text",
"classList": [
"score"
]
},
{
"attr": {
"debugLine": "pages/index/index:8",
"className": "stack"
},
"type": "stack",
"classList": [
"stack"
],
"children": [
{
"attr": {
"debugLine": "pages/index/index:9",
"className": "tile-wrap"
},
"type": "div",
"classList": [
"tile-wrap"
],
"events": {
"swipe": "onSwipe"
},
"children": [
{
"attr": {
"debugLine": "pages/index/index:10",
"className": "tile"
},
"type": "div",
"classList": [
"tile"
],
"repeat": function () {return this.tiles},
"style": {
"backgroundColor": "#000000"
},
"children": [
{
"attr": {
"debugLine": "pages/index/index:11",
"className": "text",
"value": function () {return this.$item.text}
},
"type": "text",
"classList": [
"text"
],
"style": {
"color": "#FFFFFF"
}
}
]
}
]
},
{
"attr": {
"debugLine": "pages/index/index:16",
"className": "subcontainer",
"show": function () {return this.isShow}
},
"type": "div",
"classList": [
"subcontainer"
],
"children": [
{
"attr": {
"debugLine": "pages/index/index:17",
"className": "gameover",
"value": "Gameover!"
},
"type": "text",
"classList": [
"gameover"
]
}
]
}
]
},
{
"attr": {
"debugLine": "pages/index/index:22",
"className": "btn",
"type": "button",
"value": "Restart!"
},
"type": "input",
"classList": [
"btn"
],
"events": {
"click": "onInit"
}
}
]
}
/***/ }),
/***/ "./lib/script.js!./node_modules/babel-loader/lib/index.js?presets[]=C:\\Users\\honor\\AppData\\Local\\Huawei\\Sdk\\js\\2.1.1.21\\build-tools\\ace-loader\\node_modules\\@babel\\preset-env&plugins[]=C:\\Users\\honor\\AppData\\Local\\Huawei\\Sdk\\js\\2.1.1.21\\build-tools\\ace-loader\\node_modules\\@babel\\plugin-transform-modules-commonjs&comments=false!D:\\Github\\MyApplication2\\entry\\src\\main\\js\\default\\pages\\index\\index.js":
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** ./lib/script.js!./node_modules/babel-loader/lib?presets[]=C:/Users/honor/AppData/Local/Huawei/Sdk/js/2.1.1.21/build-tools/ace-loader/node_modules/@babel/preset-env&plugins[]=C:/Users/honor/AppData/Local/Huawei/Sdk/js/2.1.1.21/build-tools/ace-loader/node_modules/@babel/plugin-transform-modules-commonjs&comments=false!D:/Github/MyApplication2/entry/src/main/js/default/pages/index/index.js ***!
\*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
module.exports = function(module, exports, $app_require$){"use strict";
var _interopRequireDefault = __webpack_require__(/*! @babel/runtime/helpers/interopRequireDefault */ "./node_modules/@babel/runtime/helpers/interopRequireDefault.js");
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = void 0;
var _system = _interopRequireDefault(systemplugin.brightness);
var numbers, newNumbers;
var _default = {
data: {
score: 0,
best: 0,
tiles: [],
isShow: false
},
onInit: function onInit() {
this.isShow = false;
this.score = 0;
this.tiles = [{
text: ""
}, {
text: ""
}, {
text: ""
}, {
text: ""
}, {
text: ""
}, {
text: ""
}, {
text: ""
}, {
text: ""
}, {
text: ""
}, {
text: ""
}, {
text: ""
}, {
text: ""
}, {
text: ""
}, {
text: ""
}, {
text: ""
}, {
text: ""
}];
numbers = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0];
newNumbers = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0];
this.supplyNumber();
this.supplyNumber();
this.updateView();
_system["default"].setKeepScreenOn({
keepScreenOn: true
});
_system["default"].setMode({
mode: 1
});
},
supplyNumber: function supplyNumber() {
var positions = [];
for (var i = 0; i <= 15; i++) {
if (!newNumbers[i]) positions.push(i);
}
var h = Math.floor(Math.random() * positions.length);
if (Math.random() <= 0.8) {
newNumbers[positions[h]] = 2;
} else {
newNumbers[positions[h]] = 4;
}
},
onSwipe: function onSwipe(e) {
newNumbers = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0];
var start = 0,
differ = 0,
step = 0;
switch (e.direction) {
case 'left':
start = 0;
differ = 1;
step = 4;
break;
case 'right':
start = 3;
differ = -1;
step = 4;
break;
case 'up':
start = 0;
differ = 4;
step = 1;
break;
case 'down':
start = 12;
differ = -4;
step = 1;
break;
}
var ids;
for (var j = 0; j <= 3; j++) {
ids = this.getIds(start, differ);
var before = null;
var noZeros = 0;
for (var k = 0; k <= 3; k++) {
var id = ids[k];
var number = numbers[id];
if (number != 0) {
if (number == before) {
this.score += number * 2;
newNumbers[ids[noZeros - 1]] *= 2;
before = null;
} else {
newNumbers[ids[noZeros]] = number;
before = number;
noZeros += 1;
}
}
}
start += step;
}
if (this.best >= this.score) {
this.best = this.best;
} else {
this.best = this.score;
}
if (numbers.toString() != newNumbers.toString()) {
this.supplyNumber();
this.updateView();
newNumbers = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0];
if (this.isGameOver() == true) {
this.isShow = true;
}
}
},
getIds: function getIds(start, differ) {
var ids = [];
for (var z = 4; z >= 1; z--) {
ids.push(start);
start += differ;
}
return ids;
},
updateView: function updateView() {
for (var x = 0; x <= 15; x++) {
if (newNumbers[x] != 0) {
this.tiles[x].text = newNumbers[x].toString();
} else {
this.tiles[x].text = "";
}
}
numbers = newNumbers;
},
isGameOver: function isGameOver() {
if (this.isGridsFull() == true && this.isGridsNotMergeable() == true) return true;
},
isGridsFull: function isGridsFull() {
if (numbers.indexOf(0) == -1) {
return true;
}
},
isGridsNotMergeable: function isGridsNotMergeable() {
for (var l = 0; l <= 15; l++) {
if (l <= 14) {
if (numbers[l] == numbers[l + 1] && (l + 1) % 4 != 0) return false;
}
if (l <= 11) {
if (numbers[l] == numbers[l + 4]) return false;
}
}
return true;
}
};
exports["default"] = _default;
var moduleOwn = exports.default || module.exports;
var accessors = ['public', 'protected', 'private'];
if (moduleOwn.data && accessors.some(function (acc) {
return moduleOwn[acc];
})) {
throw new Error('For VM objects, attribute data must not coexist with public, protected, or private. Please replace data with public.');
} else if (!moduleOwn.data) {
moduleOwn.data = {};
moduleOwn._descriptor = {};
accessors.forEach(function(acc) {
var accType = typeof moduleOwn[acc];
if (accType === 'object') {
moduleOwn.data = Object.assign(moduleOwn.data, moduleOwn[acc]);
for (var name in moduleOwn[acc]) {
moduleOwn._descriptor[name] = {access : acc};
}
} else if (accType === 'function') {
console.warn('For VM objects, attribute ' + acc + ' value must not be a function. Change the value to an object.');
}
});
}}
/* generated by ace-loader */
/***/ }),
/***/ "./node_modules/@babel/runtime/helpers/interopRequireDefault.js":
/*!**********************************************************************!*\
!*** ./node_modules/@babel/runtime/helpers/interopRequireDefault.js ***!
\**********************************************************************/
/*! no static exports found */
/***/ (function(module, exports) {
function _interopRequireDefault(obj) {
return obj && obj.__esModule ? obj : {
"default": obj
};
}
module.exports = _interopRequireDefault;
/***/ }),
/***/ "D:\\Github\\MyApplication2\\entry\\src\\main\\js\\default\\pages\\index\\index.hml?entry":
/*!**************************************************************************************!*\
!*** D:/Github/MyApplication2/entry/src/main/js/default/pages/index/index.hml?entry ***!
\**************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
var $app_template$ = __webpack_require__(/*! !./lib/json.js!./lib/template.js!./index.hml */ "./lib/json.js!./lib/template.js!D:\\Github\\MyApplication2\\entry\\src\\main\\js\\default\\pages\\index\\index.hml")
var $app_style$ = __webpack_require__(/*! !./lib/json.js!./lib/style.js!./index.css */ "./lib/json.js!./lib/style.js!D:\\Github\\MyApplication2\\entry\\src\\main\\js\\default\\pages\\index\\index.css")
var $app_script$ = __webpack_require__(/*! !./lib/script.js!./node_modules/babel-loader?presets[]=C:/Users/honor/AppData/Local/Huawei/Sdk/js/2.1.1.21/build-tools/ace-loader/node_modules/@babel/preset-env&plugins[]=C:/Users/honor/AppData/Local/Huawei/Sdk/js/2.1.1.21/build-tools/ace-loader/node_modules/@babel/plugin-transform-modules-commonjs&comments=false!./index.js */ "./lib/script.js!./node_modules/babel-loader/lib/index.js?presets[]=C:\\Users\\honor\\AppData\\Local\\Huawei\\Sdk\\js\\2.1.1.21\\build-tools\\ace-loader\\node_modules\\@babel\\preset-env&plugins[]=C:\\Users\\honor\\AppData\\Local\\Huawei\\Sdk\\js\\2.1.1.21\\build-tools\\ace-loader\\node_modules\\@babel\\plugin-transform-modules-commonjs&comments=false!D:\\Github\\MyApplication2\\entry\\src\\main\\js\\default\\pages\\index\\index.js")
$app_define$('@app-component/index', [], function($app_require$, $app_exports$, $app_module$) {
$app_script$($app_module$, $app_exports$, $app_require$)
if ($app_exports$.__esModule && $app_exports$.default) {
$app_module$.exports = $app_exports$.default
}
$app_module$.exports.template = $app_template$
$app_module$.exports.style = $app_style$
})
$app_bootstrap$('@app-component/index',undefined,undefined)
/***/ })
/******/ });
//# sourceMappingURL=index.js.map

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,20 @@
{
"appID": "com.xcl20481.myapplication",
"appName": "$string:entry_MainAbility",
"versionName": "1.0.0",
"versionCode": 1000000,
"minPlatformVersion": 4,
"pages": [
"pages/index/index"
],
"deviceType": [
"phone",
"tablet",
"tv",
"wearable"
],
"window": {
"autoDesignWidth": true,
"designWidth": 720
}
}

View File

@@ -0,0 +1,65 @@
.container{
width: 227px;
height: 227px;
flex-direction: column;
justify-content: center;
align-items: center;
}
.score{
text-align: center;
width: 70px;
height: 17px;
letter-spacing: 0px;
font-size: 11px;
margin-top: 1.8px;
margin-bottom:3px;
}
.best{
text-align: center;
width: 60px;
height: 17px;
font-size: 12px;
letter-spacing: 0px;
margin-top: 8.5px;
}
.tile-wrap{
width: 150px;
height: 150px;
flex-wrap: wrap;
background-color: #FFFFFF;
}
.tile{
width: 35px;
height: 35px;
margin-top: 2px;
margin-left: 2px;
justify-content: center;
align-items: center;
}
.btn{
width: 61.5px;
height: 20.5px;
background-color: #155ddc;
margin-top: 5px;
font-size: 13px;
margin-bottom: 3px;
}
.text{
font-size: 13px;
color: #000000;
}
.stack{
width: 150px;
height: 150px;
}
.subcontainer{
width: 150px;
height: 150px;
justify-content: center;
align-items: center;
background-color: transparent;
}
.gameover{
font-size: 20px;
color: #FF7500;
}

View File

@@ -0,0 +1,65 @@
.container{
width: 227px;
height: 227px;
flex-direction: column;
justify-content: center;
align-items: center;
}
.score{
text-align: center;
width: 70px;
height: 17px;
letter-spacing: 0px;
font-size: 11px;
margin-top: 1.8px;
margin-bottom:3px;
}
.best{
text-align: center;
width: 60px;
height: 17px;
font-size: 12px;
letter-spacing: 0px;
margin-top: 8.5px;
}
.tile-wrap{
width: 150px;
height: 150px;
flex-wrap: wrap;
background-color: #FFFFFF;
}
.tile{
width: 35px;
height: 35px;
margin-top: 2px;
margin-left: 2px;
justify-content: center;
align-items: center;
}
.btn{
width: 61.5px;
height: 20.5px;
background-color: #155ddc;
margin-top: 5px;
font-size: 13px;
margin-bottom: 3px;
}
.text{
font-size: 13px;
color: #000000;
}
.stack{
width: 150px;
height: 150px;
}
.subcontainer{
width: 150px;
height: 150px;
justify-content: center;
align-items: center;
background-color: transparent;
}
.gameover{
font-size: 20px;
color: #FF7500;
}

View File

@@ -0,0 +1,14 @@
/**
* Automatically generated file. DO NOT MODIFY
*/
package com.xcl20481.myapplication;
public final class BuildConfig {
public static final boolean DEBUG = Boolean.parseBoolean("true");
public static final String PACKAGE_NAME = "com.xcl20481.myapplication";
public static final String BUILD_TYPE = "debug";
public static final int COMPILE_SDK_VERSION = 5;
public static final int VERSION_CODE = 1000000;
public static final String VERSION_NAME = "1.0.1";
public static final String BUNDLE_NAME = "com.xcl20481.myapplication";
}

View File

@@ -0,0 +1,14 @@
/**
* Automatically generated file. DO NOT MODIFY
*/
package com.xcl20481.myapplication;
public final class BuildConfig {
public static final boolean DEBUG = false;
public static final String PACKAGE_NAME = "com.xcl20481.myapplication";
public static final String BUILD_TYPE = "release";
public static final int COMPILE_SDK_VERSION = 5;
public static final int VERSION_CODE = 1000000;
public static final String VERSION_NAME = "1.0.0";
public static final String BUNDLE_NAME = "com.xcl20481.myapplication";
}

Binary file not shown.

View File

@@ -0,0 +1,15 @@
/*
* Copyright(c) Huawei Technologies Co., Ltd. 2019 - 2020. All rights reserved.
* Description: This header was automatically generated by restool from the resource data it found.
* It provides resource index information for applications, and should not be modified by hand.
*/
package com.xcl20481.myapplication;
public final class ResourceTable {
public static final int Media_icon = 0x1000002;
public static final int Media_icon2 = 0x1000003;
public static final int String_mainability_description = 0x1000000;
public static final int String_xcl2048 = 0x1000001;
}

View File

@@ -0,0 +1,4 @@
D:\Github\MyApplication2\entry\build\intermediates\javac\debug\classes\com\xcl20481\myapplication\BuildConfig.class
D:\Github\MyApplication2\entry\build\intermediates\javac\debug\classes\com\xcl20481\myapplication\MainAbility.class
D:\Github\MyApplication2\entry\build\intermediates\javac\debug\classes\com\xcl20481\myapplication\MyApplication.class
D:\Github\MyApplication2\entry\build\intermediates\javac\debug\classes\com\xcl20481\myapplication\ResourceTable.class

View File

@@ -0,0 +1,4 @@
D:\Github\MyApplication2\entry\build\intermediates\javac\release\classes\com\xcl20481\myapplication\BuildConfig.class
D:\Github\MyApplication2\entry\build\intermediates\javac\release\classes\com\xcl20481\myapplication\MainAbility.class
D:\Github\MyApplication2\entry\build\intermediates\javac\release\classes\com\xcl20481\myapplication\MyApplication.class
D:\Github\MyApplication2\entry\build\intermediates\javac\release\classes\com\xcl20481\myapplication\ResourceTable.class

View File

@@ -0,0 +1,20 @@
{
"appID": "com.xcl20481.myapplication",
"appName": "$string:xcl2048",
"versionName": "1.0.1",
"versionCode": 1000000,
"minPlatformVersion": 4,
"pages": [
"pages/index/index"
],
"deviceType": [
"phone",
"tablet",
"tv",
"wearable"
],
"window": {
"autoDesignWidth": true,
"designWidth": 720
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 KiB

View File

@@ -0,0 +1,151 @@
/******/ (function(modules) { // webpackBootstrap
/******/ // The module cache
/******/ var installedModules = {};
/******/
/******/ // The require function
/******/ function __webpack_require__(moduleId) {
/******/
/******/ // Check if module is in cache
/******/ if(installedModules[moduleId]) {
/******/ return installedModules[moduleId].exports;
/******/ }
/******/ // Create a new module (and put it into the cache)
/******/ var module = installedModules[moduleId] = {
/******/ i: moduleId,
/******/ l: false,
/******/ exports: {}
/******/ };
/******/
/******/ // Execute the module function
/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
/******/
/******/ // Flag the module as loaded
/******/ module.l = true;
/******/
/******/ // Return the exports of the module
/******/ return module.exports;
/******/ }
/******/
/******/
/******/ // expose the modules object (__webpack_modules__)
/******/ __webpack_require__.m = modules;
/******/
/******/ // expose the module cache
/******/ __webpack_require__.c = installedModules;
/******/
/******/ // define getter function for harmony exports
/******/ __webpack_require__.d = function(exports, name, getter) {
/******/ if(!__webpack_require__.o(exports, name)) {
/******/ Object.defineProperty(exports, name, { enumerable: true, get: getter });
/******/ }
/******/ };
/******/
/******/ // define __esModule on exports
/******/ __webpack_require__.r = function(exports) {
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
/******/ }
/******/ Object.defineProperty(exports, '__esModule', { value: true });
/******/ };
/******/
/******/ // create a fake namespace object
/******/ // mode & 1: value is a module id, require it
/******/ // mode & 2: merge all properties of value into the ns
/******/ // mode & 4: return value when already ns object
/******/ // mode & 8|1: behave like require
/******/ __webpack_require__.t = function(value, mode) {
/******/ if(mode & 1) value = __webpack_require__(value);
/******/ if(mode & 8) return value;
/******/ if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;
/******/ var ns = Object.create(null);
/******/ __webpack_require__.r(ns);
/******/ Object.defineProperty(ns, 'default', { enumerable: true, value: value });
/******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));
/******/ return ns;
/******/ };
/******/
/******/ // getDefaultExport function for compatibility with non-harmony modules
/******/ __webpack_require__.n = function(module) {
/******/ var getter = module && module.__esModule ?
/******/ function getDefault() { return module['default']; } :
/******/ function getModuleExports() { return module; };
/******/ __webpack_require__.d(getter, 'a', getter);
/******/ return getter;
/******/ };
/******/
/******/ // Object.prototype.hasOwnProperty.call
/******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
/******/
/******/ // __webpack_public_path__
/******/ __webpack_require__.p = "";
/******/
/******/
/******/ // Load entry module and return exports
/******/ return __webpack_require__(__webpack_require__.s = "d:\\Github\\MyApplication2\\entry\\src\\main\\js\\default\\app.js?entry");
/******/ })
/************************************************************************/
/******/ ({
/***/ "./lib/manifest-plugin.js!d:\\Github\\MyApplication2\\entry\\build\\intermediates\\js\\debug\\jsManifest\\default\\manifest.json":
/*!*****************************************************************************************************************************!*\
!*** ./lib/manifest-plugin.js!d:/Github/MyApplication2/entry/build/intermediates/js/debug/jsManifest/default/manifest.json ***!
\*****************************************************************************************************************************/
/*! exports provided: appID, appName, versionName, versionCode, minPlatformVersion, pages, deviceType, window, default */
/***/ (function(module) {
module.exports = JSON.parse("{\"appID\":\"com.xcl20481.myapplication\",\"appName\":\"$string:xcl2048\",\"versionName\":\"1.0.1\",\"versionCode\":1000000,\"minPlatformVersion\":4,\"pages\":[\"pages/index/index\"],\"deviceType\":[\"phone\",\"tablet\",\"tv\",\"wearable\"],\"window\":{\"autoDesignWidth\":true,\"designWidth\":720}}");
/***/ }),
/***/ "./lib/script.js!./node_modules/babel-loader/lib/index.js?presets[]=C:\\Users\\honor\\AppData\\Local\\Huawei\\Sdk\\js\\2.1.1.21\\build-tools\\ace-loader\\node_modules\\@babel\\preset-env&plugins[]=C:\\Users\\honor\\AppData\\Local\\Huawei\\Sdk\\js\\2.1.1.21\\build-tools\\ace-loader\\node_modules\\@babel\\plugin-transform-modules-commonjs&comments=false!./lib/manifest-loader.js?path=d:\\Github\\MyApplication2\\entry\\src\\main\\js\\default\\app.js!d:\\Github\\MyApplication2\\entry\\src\\main\\js\\default\\app.js":
/*!***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** ./lib/script.js!./node_modules/babel-loader/lib?presets[]=C:/Users/honor/AppData/Local/Huawei/Sdk/js/2.1.1.21/build-tools/ace-loader/node_modules/@babel/preset-env&plugins[]=C:/Users/honor/AppData/Local/Huawei/Sdk/js/2.1.1.21/build-tools/ace-loader/node_modules/@babel/plugin-transform-modules-commonjs&comments=false!./lib/manifest-loader.js?path=d:/Github/MyApplication2/entry/src/main/js/default/app.js!d:/Github/MyApplication2/entry/src/main/js/default/app.js ***!
\***************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
module.exports = function(module, exports, $app_require$){"use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = void 0;
var _default = {
onCreate: function onCreate() {
console.info('AceApplication onCreate');
},
onDestroy: function onDestroy() {
console.info('AceApplication onDestroy');
}
};
exports["default"] = _default;
;
(exports["default"] || module.exports).manifest = __webpack_require__(/*! !./lib/manifest-plugin.js!../../../../build/intermediates/js/debug/jsManifest/default/manifest.json */ "./lib/manifest-plugin.js!d:\\Github\\MyApplication2\\entry\\build\\intermediates\\js\\debug\\jsManifest\\default\\manifest.json");}
/* generated by ace-loader */
/***/ }),
/***/ "d:\\Github\\MyApplication2\\entry\\src\\main\\js\\default\\app.js?entry":
/*!***********************************************************************!*\
!*** d:/Github/MyApplication2/entry/src/main/js/default/app.js?entry ***!
\***********************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
var $app_script$ = __webpack_require__(/*! !./lib/script.js!./node_modules/babel-loader?presets[]=C:/Users/honor/AppData/Local/Huawei/Sdk/js/2.1.1.21/build-tools/ace-loader/node_modules/@babel/preset-env&plugins[]=C:/Users/honor/AppData/Local/Huawei/Sdk/js/2.1.1.21/build-tools/ace-loader/node_modules/@babel/plugin-transform-modules-commonjs&comments=false!./lib/manifest-loader.js?path=d:/Github/MyApplication2/entry/src/main/js/default/app.js!./app.js */ "./lib/script.js!./node_modules/babel-loader/lib/index.js?presets[]=C:\\Users\\honor\\AppData\\Local\\Huawei\\Sdk\\js\\2.1.1.21\\build-tools\\ace-loader\\node_modules\\@babel\\preset-env&plugins[]=C:\\Users\\honor\\AppData\\Local\\Huawei\\Sdk\\js\\2.1.1.21\\build-tools\\ace-loader\\node_modules\\@babel\\plugin-transform-modules-commonjs&comments=false!./lib/manifest-loader.js?path=d:\\Github\\MyApplication2\\entry\\src\\main\\js\\default\\app.js!d:\\Github\\MyApplication2\\entry\\src\\main\\js\\default\\app.js")
$app_define$('@app-application/app', [], function($app_require$, $app_exports$, $app_module$) {
$app_script$($app_module$, $app_exports$, $app_require$)
if ($app_exports$.__esModule && $app_exports$.default) {
$app_module$.exports = $app_exports$.default
}
})
$app_bootstrap$('@app-application/app',undefined,undefined)
/***/ })
/******/ });
//# sourceMappingURL=app.js.map

View File

@@ -0,0 +1 @@
{"version":3,"sources":["webpack:///webpack/bootstrap","webpack:///d:/Github/MyApplication2/entry/src/main/js/default/app.js","webpack:///d:/Github/MyApplication2/entry/src/main/js/default/app.js?220a"],"names":["onCreate","console","info","onDestroy","exports","module","manifest","require"],"mappings":";QAAA;QACA;;QAEA;QACA;;QAEA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;;QAEA;QACA;;QAEA;QACA;;QAEA;QACA;QACA;;;QAGA;QACA;;QAEA;QACA;;QAEA;QACA;QACA;QACA,0CAA0C,gCAAgC;QAC1E;QACA;;QAEA;QACA;QACA;QACA,wDAAwD,kBAAkB;QAC1E;QACA,iDAAiD,cAAc;QAC/D;;QAEA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA;QACA,yCAAyC,iCAAiC;QAC1E,gHAAgH,mBAAmB,EAAE;QACrI;QACA;;QAEA;QACA;QACA;QACA,2BAA2B,0BAA0B,EAAE;QACvD,iCAAiC,eAAe;QAChD;QACA;QACA;;QAEA;QACA,sDAAsD,+DAA+D;;QAErH;QACA;;;QAGA;QACA;;;;;;;;;;;;;;;;;;;;;;;;;;;;;eClFe;AACXA,UADW,sBACA;AACPC,WAAO,CAACC,IAAR,CAAa,yBAAb;AACH,GAHU;AAIXC,WAJW,uBAIC;AACRF,WAAO,CAACC,IAAR,CAAa,0BAAb;AACH;AANU,C;;AAQf;AAAC,CAACE,OAAO,WAAP,IAAmBC,MAAM,CAACD,OAA3B,EAAoCE,QAApC,GAA+CC,mBAAO,CAAC,4OAAD,CAAtD;;;;;;;;;;;;;ACRD,mBAAmB,mBAAO,CAAC,u6BAA+rB;;AAE1tB;;AAEA;AACA;AACA;AACA;;AAEA,OAAO;AACP,iE","file":"./app.js","sourceRoot":""}

Binary file not shown.

After

Width:  |  Height:  |  Size: 152 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 210 KiB

View File

@@ -0,0 +1,6 @@
{
"strings": {
"hello": "Hello",
"world": "World"
}
}

View File

@@ -0,0 +1,6 @@
{
"strings": {
"hello": "您好",
"world": "世界"
}
}

View File

@@ -0,0 +1,20 @@
{
"appID": "com.xcl20481.myapplication",
"appName": "$string:xcl2048",
"versionName": "1.0.1",
"versionCode": 1000000,
"minPlatformVersion": 4,
"pages": [
"pages/index/index"
],
"deviceType": [
"phone",
"tablet",
"tv",
"wearable"
],
"window": {
"autoDesignWidth": true,
"designWidth": 720
}
}

View File

@@ -0,0 +1,587 @@
/******/ (function(modules) { // webpackBootstrap
/******/ // The module cache
/******/ var installedModules = {};
/******/
/******/ // The require function
/******/ function __webpack_require__(moduleId) {
/******/
/******/ // Check if module is in cache
/******/ if(installedModules[moduleId]) {
/******/ return installedModules[moduleId].exports;
/******/ }
/******/ // Create a new module (and put it into the cache)
/******/ var module = installedModules[moduleId] = {
/******/ i: moduleId,
/******/ l: false,
/******/ exports: {}
/******/ };
/******/
/******/ // Execute the module function
/******/ modules[moduleId].call(module.exports, module, module.exports, __webpack_require__);
/******/
/******/ // Flag the module as loaded
/******/ module.l = true;
/******/
/******/ // Return the exports of the module
/******/ return module.exports;
/******/ }
/******/
/******/
/******/ // expose the modules object (__webpack_modules__)
/******/ __webpack_require__.m = modules;
/******/
/******/ // expose the module cache
/******/ __webpack_require__.c = installedModules;
/******/
/******/ // define getter function for harmony exports
/******/ __webpack_require__.d = function(exports, name, getter) {
/******/ if(!__webpack_require__.o(exports, name)) {
/******/ Object.defineProperty(exports, name, { enumerable: true, get: getter });
/******/ }
/******/ };
/******/
/******/ // define __esModule on exports
/******/ __webpack_require__.r = function(exports) {
/******/ if(typeof Symbol !== 'undefined' && Symbol.toStringTag) {
/******/ Object.defineProperty(exports, Symbol.toStringTag, { value: 'Module' });
/******/ }
/******/ Object.defineProperty(exports, '__esModule', { value: true });
/******/ };
/******/
/******/ // create a fake namespace object
/******/ // mode & 1: value is a module id, require it
/******/ // mode & 2: merge all properties of value into the ns
/******/ // mode & 4: return value when already ns object
/******/ // mode & 8|1: behave like require
/******/ __webpack_require__.t = function(value, mode) {
/******/ if(mode & 1) value = __webpack_require__(value);
/******/ if(mode & 8) return value;
/******/ if((mode & 4) && typeof value === 'object' && value && value.__esModule) return value;
/******/ var ns = Object.create(null);
/******/ __webpack_require__.r(ns);
/******/ Object.defineProperty(ns, 'default', { enumerable: true, value: value });
/******/ if(mode & 2 && typeof value != 'string') for(var key in value) __webpack_require__.d(ns, key, function(key) { return value[key]; }.bind(null, key));
/******/ return ns;
/******/ };
/******/
/******/ // getDefaultExport function for compatibility with non-harmony modules
/******/ __webpack_require__.n = function(module) {
/******/ var getter = module && module.__esModule ?
/******/ function getDefault() { return module['default']; } :
/******/ function getModuleExports() { return module; };
/******/ __webpack_require__.d(getter, 'a', getter);
/******/ return getter;
/******/ };
/******/
/******/ // Object.prototype.hasOwnProperty.call
/******/ __webpack_require__.o = function(object, property) { return Object.prototype.hasOwnProperty.call(object, property); };
/******/
/******/ // __webpack_public_path__
/******/ __webpack_require__.p = "";
/******/
/******/
/******/ // Load entry module and return exports
/******/ return __webpack_require__(__webpack_require__.s = "d:\\Github\\MyApplication2\\entry\\src\\main\\js\\default\\pages\\index\\index.hml?entry");
/******/ })
/************************************************************************/
/******/ ({
/***/ "./lib/json.js!./lib/style.js!d:\\Github\\MyApplication2\\entry\\src\\main\\js\\default\\pages\\index\\index.css":
/*!*************************************************************************************************************!*\
!*** ./lib/json.js!./lib/style.js!d:/Github/MyApplication2/entry/src/main/js/default/pages/index/index.css ***!
\*************************************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports) {
module.exports = {
".container": {
"width": "227px",
"height": "227px",
"flexDirection": "column",
"justifyContent": "center",
"alignItems": "center"
},
".score": {
"textAlign": "center",
"width": "70px",
"height": "17px",
"letterSpacing": "0px",
"fontSize": "11px",
"marginTop": "1.8px",
"marginBottom": "3px"
},
".best": {
"textAlign": "center",
"width": "60px",
"height": "17px",
"fontSize": "12px",
"letterSpacing": "0px",
"marginTop": "8.5px"
},
".tile-wrap": {
"width": "150px",
"height": "150px",
"flexWrap": "wrap",
"backgroundColor": "#FFFFFF"
},
".tile": {
"width": "35px",
"height": "35px",
"marginTop": "2px",
"marginLeft": "2px",
"justifyContent": "center",
"alignItems": "center"
},
".btn": {
"width": "61.5px",
"height": "20.5px",
"backgroundColor": "#155ddc",
"marginTop": "5px",
"fontSize": "13px",
"marginBottom": "3px"
},
".text": {
"fontSize": "13px",
"color": "#000000"
},
".stack": {
"width": "150px",
"height": "150px"
},
".subcontainer": {
"width": "150px",
"height": "150px",
"justifyContent": "center",
"alignItems": "center",
"backgroundColor": "rgba(0,0,0,0)"
},
".gameover": {
"fontSize": "20px",
"color": "#FF7500"
}
}
/***/ }),
/***/ "./lib/json.js!./lib/template.js!d:\\Github\\MyApplication2\\entry\\src\\main\\js\\default\\pages\\index\\index.hml":
/*!****************************************************************************************************************!*\
!*** ./lib/json.js!./lib/template.js!d:/Github/MyApplication2/entry/src/main/js/default/pages/index/index.hml ***!
\****************************************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports) {
module.exports = {
"attr": {
"debugLine": "pages/index/index:1",
"className": "container"
},
"type": "div",
"classList": [
"container"
],
"children": [
{
"attr": {
"debugLine": "pages/index/index:2",
"className": "best",
"value": function () {return 'Best:' + (this.best)}
},
"type": "text",
"classList": [
"best"
]
},
{
"attr": {
"debugLine": "pages/index/index:5",
"className": "score",
"value": function () {return 'Score:' + (this.score)}
},
"type": "text",
"classList": [
"score"
]
},
{
"attr": {
"debugLine": "pages/index/index:8",
"className": "stack"
},
"type": "stack",
"classList": [
"stack"
],
"children": [
{
"attr": {
"debugLine": "pages/index/index:9",
"className": "tile-wrap"
},
"type": "div",
"classList": [
"tile-wrap"
],
"events": {
"swipe": "onSwipe"
},
"children": [
{
"attr": {
"debugLine": "pages/index/index:10",
"className": "tile"
},
"type": "div",
"classList": [
"tile"
],
"repeat": function () {return this.tiles},
"style": {
"backgroundColor": "#000000"
},
"children": [
{
"attr": {
"debugLine": "pages/index/index:11",
"className": "text",
"value": function () {return this.$item.text}
},
"type": "text",
"classList": [
"text"
],
"style": {
"color": "#FFFFFF"
}
}
]
}
]
},
{
"attr": {
"debugLine": "pages/index/index:16",
"className": "subcontainer",
"show": function () {return this.isShow}
},
"type": "div",
"classList": [
"subcontainer"
],
"children": [
{
"attr": {
"debugLine": "pages/index/index:17",
"className": "gameover",
"value": "Gameover!"
},
"type": "text",
"classList": [
"gameover"
]
}
]
}
]
},
{
"attr": {
"debugLine": "pages/index/index:22",
"className": "btn",
"type": "button",
"value": "Restart!"
},
"type": "input",
"classList": [
"btn"
],
"events": {
"click": "onInit"
}
}
]
}
/***/ }),
/***/ "./lib/script.js!./node_modules/babel-loader/lib/index.js?presets[]=C:\\Users\\honor\\AppData\\Local\\Huawei\\Sdk\\js\\2.1.1.21\\build-tools\\ace-loader\\node_modules\\@babel\\preset-env&plugins[]=C:\\Users\\honor\\AppData\\Local\\Huawei\\Sdk\\js\\2.1.1.21\\build-tools\\ace-loader\\node_modules\\@babel\\plugin-transform-modules-commonjs&comments=false!d:\\Github\\MyApplication2\\entry\\src\\main\\js\\default\\pages\\index\\index.js":
/*!*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
!*** ./lib/script.js!./node_modules/babel-loader/lib?presets[]=C:/Users/honor/AppData/Local/Huawei/Sdk/js/2.1.1.21/build-tools/ace-loader/node_modules/@babel/preset-env&plugins[]=C:/Users/honor/AppData/Local/Huawei/Sdk/js/2.1.1.21/build-tools/ace-loader/node_modules/@babel/plugin-transform-modules-commonjs&comments=false!d:/Github/MyApplication2/entry/src/main/js/default/pages/index/index.js ***!
\*************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
module.exports = function(module, exports, $app_require$){"use strict";
var _interopRequireDefault = __webpack_require__(/*! @babel/runtime/helpers/interopRequireDefault */ "./node_modules/@babel/runtime/helpers/interopRequireDefault.js");
Object.defineProperty(exports, "__esModule", {
value: true
});
exports["default"] = void 0;
var _system = _interopRequireDefault(systemplugin.brightness);
var numbers, newNumbers;
var _default = {
data: {
score: 0,
best: 0,
tiles: [],
isShow: false
},
onInit: function onInit() {
this.isShow = false;
this.score = 0;
this.tiles = [{
text: ""
}, {
text: ""
}, {
text: ""
}, {
text: ""
}, {
text: ""
}, {
text: ""
}, {
text: ""
}, {
text: ""
}, {
text: ""
}, {
text: ""
}, {
text: ""
}, {
text: ""
}, {
text: ""
}, {
text: ""
}, {
text: ""
}, {
text: ""
}];
numbers = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0];
newNumbers = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0];
this.supplyNumber();
this.supplyNumber();
this.updateView();
_system["default"].setKeepScreenOn({
keepScreenOn: true
});
_system["default"].setMode({
mode: 1
});
},
supplyNumber: function supplyNumber() {
var positions = [];
for (var i = 0; i <= 15; i++) {
if (!newNumbers[i]) positions.push(i);
}
var h = Math.floor(Math.random() * positions.length);
if (Math.random() <= 0.8) {
newNumbers[positions[h]] = 2;
} else {
newNumbers[positions[h]] = 4;
}
},
onSwipe: function onSwipe(e) {
newNumbers = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0];
var start = 0,
differ = 0,
step = 0;
switch (e.direction) {
case 'left':
start = 0;
differ = 1;
step = 4;
break;
case 'right':
start = 3;
differ = -1;
step = 4;
break;
case 'up':
start = 0;
differ = 4;
step = 1;
break;
case 'down':
start = 12;
differ = -4;
step = 1;
break;
}
var ids;
for (var j = 0; j <= 3; j++) {
ids = this.getIds(start, differ);
var before = null;
var noZeros = 0;
for (var k = 0; k <= 3; k++) {
var id = ids[k];
var number = numbers[id];
if (number != 0) {
if (number == before) {
this.score += number * 2;
newNumbers[ids[noZeros - 1]] *= 2;
before = null;
} else {
newNumbers[ids[noZeros]] = number;
before = number;
noZeros += 1;
}
}
}
start += step;
}
if (this.best >= this.score) {
this.best = this.best;
} else {
this.best = this.score;
}
if (numbers.toString() != newNumbers.toString()) {
this.supplyNumber();
this.updateView();
newNumbers = [0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0];
if (this.isGameOver() == true) {
this.isShow = true;
}
}
},
getIds: function getIds(start, differ) {
var ids = [];
for (var z = 4; z >= 1; z--) {
ids.push(start);
start += differ;
}
return ids;
},
updateView: function updateView() {
for (var x = 0; x <= 15; x++) {
if (newNumbers[x] != 0) {
this.tiles[x].text = newNumbers[x].toString();
} else {
this.tiles[x].text = "";
}
}
numbers = newNumbers;
},
isGameOver: function isGameOver() {
if (this.isGridsFull() == true && this.isGridsNotMergeable() == true) return true;
},
isGridsFull: function isGridsFull() {
if (numbers.indexOf(0) == -1) {
return true;
}
},
isGridsNotMergeable: function isGridsNotMergeable() {
for (var l = 0; l <= 15; l++) {
if (l <= 14) {
if (numbers[l] == numbers[l + 1] && (l + 1) % 4 != 0) return false;
}
if (l <= 11) {
if (numbers[l] == numbers[l + 4]) return false;
}
}
return true;
}
};
exports["default"] = _default;
var moduleOwn = exports.default || module.exports;
var accessors = ['public', 'protected', 'private'];
if (moduleOwn.data && accessors.some(function (acc) {
return moduleOwn[acc];
})) {
throw new Error('For VM objects, attribute data must not coexist with public, protected, or private. Please replace data with public.');
} else if (!moduleOwn.data) {
moduleOwn.data = {};
moduleOwn._descriptor = {};
accessors.forEach(function(acc) {
var accType = typeof moduleOwn[acc];
if (accType === 'object') {
moduleOwn.data = Object.assign(moduleOwn.data, moduleOwn[acc]);
for (var name in moduleOwn[acc]) {
moduleOwn._descriptor[name] = {access : acc};
}
} else if (accType === 'function') {
console.warn('For VM objects, attribute ' + acc + ' value must not be a function. Change the value to an object.');
}
});
}}
/* generated by ace-loader */
/***/ }),
/***/ "./node_modules/@babel/runtime/helpers/interopRequireDefault.js":
/*!**********************************************************************!*\
!*** ./node_modules/@babel/runtime/helpers/interopRequireDefault.js ***!
\**********************************************************************/
/*! no static exports found */
/***/ (function(module, exports) {
function _interopRequireDefault(obj) {
return obj && obj.__esModule ? obj : {
"default": obj
};
}
module.exports = _interopRequireDefault;
/***/ }),
/***/ "d:\\Github\\MyApplication2\\entry\\src\\main\\js\\default\\pages\\index\\index.hml?entry":
/*!**************************************************************************************!*\
!*** d:/Github/MyApplication2/entry/src/main/js/default/pages/index/index.hml?entry ***!
\**************************************************************************************/
/*! no static exports found */
/***/ (function(module, exports, __webpack_require__) {
var $app_template$ = __webpack_require__(/*! !./lib/json.js!./lib/template.js!./index.hml */ "./lib/json.js!./lib/template.js!d:\\Github\\MyApplication2\\entry\\src\\main\\js\\default\\pages\\index\\index.hml")
var $app_style$ = __webpack_require__(/*! !./lib/json.js!./lib/style.js!./index.css */ "./lib/json.js!./lib/style.js!d:\\Github\\MyApplication2\\entry\\src\\main\\js\\default\\pages\\index\\index.css")
var $app_script$ = __webpack_require__(/*! !./lib/script.js!./node_modules/babel-loader?presets[]=C:/Users/honor/AppData/Local/Huawei/Sdk/js/2.1.1.21/build-tools/ace-loader/node_modules/@babel/preset-env&plugins[]=C:/Users/honor/AppData/Local/Huawei/Sdk/js/2.1.1.21/build-tools/ace-loader/node_modules/@babel/plugin-transform-modules-commonjs&comments=false!./index.js */ "./lib/script.js!./node_modules/babel-loader/lib/index.js?presets[]=C:\\Users\\honor\\AppData\\Local\\Huawei\\Sdk\\js\\2.1.1.21\\build-tools\\ace-loader\\node_modules\\@babel\\preset-env&plugins[]=C:\\Users\\honor\\AppData\\Local\\Huawei\\Sdk\\js\\2.1.1.21\\build-tools\\ace-loader\\node_modules\\@babel\\plugin-transform-modules-commonjs&comments=false!d:\\Github\\MyApplication2\\entry\\src\\main\\js\\default\\pages\\index\\index.js")
$app_define$('@app-component/index', [], function($app_require$, $app_exports$, $app_module$) {
$app_script$($app_module$, $app_exports$, $app_require$)
if ($app_exports$.__esModule && $app_exports$.default) {
$app_module$.exports = $app_exports$.default
}
$app_module$.exports.template = $app_template$
$app_module$.exports.style = $app_style$
})
$app_bootstrap$('@app-component/index',undefined,undefined)
/***/ })
/******/ });
//# sourceMappingURL=index.js.map

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1,20 @@
{
"appID": "com.xcl20481.myapplication",
"appName": "$string:entry_MainAbility",
"versionName": "1.0.0",
"versionCode": 1000000,
"minPlatformVersion": 5,
"pages": [
"pages/index/index"
],
"deviceType": [
"phone",
"tablet",
"tv",
"wearable"
],
"window": {
"autoDesignWidth": true,
"designWidth": 720
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB

View File

@@ -0,0 +1 @@
!function(e){var t={};function n(o){if(t[o])return t[o].exports;var r=t[o]={i:o,l:!1,exports:{}};return e[o].call(r.exports,r,r.exports,n),r.l=!0,r.exports}n.m=e,n.c=t,n.d=function(e,t,o){n.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:o})},n.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},n.t=function(e,t){if(1&t&&(e=n(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var o=Object.create(null);if(n.r(o),Object.defineProperty(o,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var r in e)n.d(o,r,function(t){return e[t]}.bind(null,r));return o},n.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return n.d(t,"a",t),t},n.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},n.p="",n(n.s=0)}([function(e,t,n){var o=n(1);$app_define$("@app-application/app",[],(function(e,t,n){o(n,t,e),t.__esModule&&t.default&&(n.exports=t.default)})),$app_bootstrap$("@app-application/app",void 0,void 0)},function(e,t,n){e.exports=function(e,t,o){"use strict";Object.defineProperty(t,"__esModule",{value:!0}),t.default=void 0;var r={onCreate:function(){console.info("AceApplication onCreate")},onDestroy:function(){console.info("AceApplication onDestroy")}};t.default=r,(t.default||e.exports).manifest=n(2)}},function(e){e.exports=JSON.parse('{"appID":"com.xcl20481.myapplication","appName":"$string:entry_MainAbility","versionName":"1.0.0","versionCode":1000000,"minPlatformVersion":5,"pages":["pages/index/index"],"deviceType":["phone","tablet","tv","wearable"],"window":{"autoDesignWidth":true,"designWidth":720}}')}]);

Binary file not shown.

After

Width:  |  Height:  |  Size: 152 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 210 KiB

View File

@@ -0,0 +1,6 @@
{
"strings": {
"hello": "Hello",
"world": "World"
}
}

View File

@@ -0,0 +1,6 @@
{
"strings": {
"hello": "您好",
"world": "世界"
}
}

View File

@@ -0,0 +1,20 @@
{
"appID": "com.xcl20481.myapplication",
"appName": "$string:entry_MainAbility",
"versionName": "1.0.0",
"versionCode": 1000000,
"minPlatformVersion": 5,
"pages": [
"pages/index/index"
],
"deviceType": [
"phone",
"tablet",
"tv",
"wearable"
],
"window": {
"autoDesignWidth": true,
"designWidth": 720
}
}

View File

@@ -0,0 +1 @@
!function(t){var e={};function n(o){if(e[o])return e[o].exports;var r=e[o]={i:o,l:!1,exports:{}};return t[o].call(r.exports,r,r.exports,n),r.l=!0,r.exports}n.m=t,n.c=e,n.d=function(t,e,o){n.o(t,e)||Object.defineProperty(t,e,{enumerable:!0,get:o})},n.r=function(t){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(t,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(t,"__esModule",{value:!0})},n.t=function(t,e){if(1&e&&(t=n(t)),8&e)return t;if(4&e&&"object"==typeof t&&t&&t.__esModule)return t;var o=Object.create(null);if(n.r(o),Object.defineProperty(o,"default",{enumerable:!0,value:t}),2&e&&"string"!=typeof t)for(var r in t)n.d(o,r,function(e){return t[e]}.bind(null,r));return o},n.n=function(t){var e=t&&t.__esModule?function(){return t.default}:function(){return t};return n.d(e,"a",e),e},n.o=function(t,e){return Object.prototype.hasOwnProperty.call(t,e)},n.p="",n(n.s=3)}([,,,function(t,e,n){var o=n(4),r=n(5),i=n(6);$app_define$("@app-component/index",[],(function(t,e,n){i(n,e,t),e.__esModule&&e.default&&(n.exports=e.default),n.exports.template=o,n.exports.style=r})),$app_bootstrap$("@app-component/index",void 0,void 0)},function(t,e){t.exports={attr:{},type:"div",classList:["container"],children:[{attr:{value:function(){return this.$t("strings.hello")+" "+this.title}},type:"text",classList:["title"]}]}},function(t,e){t.exports={".container":{flexDirection:"column",justifyContent:"center",alignItems:"center",width:"100%",height:"100%"},".title":{fontSize:"40px",color:"#000000",opacity:.9},"@MEDIA":[{condition:"screen and (device-type: tablet) and (orientation: landscape)",".title":{fontSize:"100px"}},{condition:"screen and (device-type: wearable)",".title":{fontSize:"28px",color:"#FFFFFF"}},{condition:"screen and (device-type: tv)",".container":{backgroundImage:"/common/images/Wallpaper.png",backgroundSize:"cover",backgroundRepeat:"no-repeat",backgroundPosition:"center"},".title":{fontSize:"100px",color:"#FFFFFF"}},{condition:"screen and (device-type: phone) and (orientation: landscape)",".title":{fontSize:"60px"}}]}},function(t,e){t.exports=function(t,e,n){"use strict";Object.defineProperty(e,"__esModule",{value:!0}),e.default=void 0;e.default={data:{title:""},onInit:function(){this.title=this.$t("strings.world")}};var o=e.default||t.exports,r=["public","protected","private"];if(o.data&&r.some((function(t){return o[t]})))throw new Error("For VM objects, attribute data must not coexist with public, protected, or private. Please replace data with public.");o.data||(o.data={},o._descriptor={},r.forEach((function(t){var e=typeof o[t];if("object"===e)for(var n in o.data=Object.assign(o.data,o[t]),o[t])o._descriptor[n]={access:t};else"function"===e&&console.warn("For VM objects, attribute "+t+" value must not be a function. Change the value to an object.")})))}}]);

View File

@@ -0,0 +1,72 @@
{
"app": {
"bundleName": "com.xcl20481.myapplication",
"vendor": "xcl20481",
"apiVersion": {
"compatible": 4,
"target": 5,
"releaseType": "Release"
},
"version": {
"code": 1000000,
"name": "1.0.1"
}
},
"deviceConfig": {
"default": {
"keepAlive": true,
"debug": true
}
},
"module": {
"name": ".MyApplication",
"deviceType": [
"phone",
"tablet",
"tv",
"wearable"
],
"distro": {
"deliveryWithInstall": true,
"moduleName": "entry",
"moduleType": "entry",
"installationFree": false
},
"abilities": [
{
"name": "com.xcl20481.myapplication.MainAbility",
"description": "$string:mainability_description",
"icon": "$media:icon2",
"label": "$string:xcl2048",
"type": "page",
"launchType": "standard",
"visible": true,
"skills": [
{
"actions": [
"action.system.home"
],
"entities": [
"entity.system.home"
]
}
],
"homeAbility": true
}
],
"js": [
{
"name": "default",
"pages": [
"pages/index/index"
],
"window": {
"designWidth": 720,
"autoDesignWidth": true
}
}
],
"mainAbility": "com.xcl20481.myapplication.MainAbility",
"package": "com.xcl20481.myapplication"
}
}

View File

@@ -0,0 +1,69 @@
{
"app": {
"bundleName": "com.xcl20481.myapplication",
"vendor": "xcl20481",
"apiVersion": {
"compatible": 4,
"target": 5,
"releaseType": "Release"
},
"version": {
"code": 1000000,
"name": "1.0.0"
}
},
"deviceConfig": {
},
"module": {
"name": ".MyApplication",
"deviceType": [
"phone",
"tablet",
"tv",
"wearable"
],
"distro": {
"deliveryWithInstall": true,
"moduleName": "entry",
"moduleType": "entry",
"installationFree": false
},
"abilities": [
{
"name": "com.xcl20481.myapplication.MainAbility",
"description": "$string:mainability_description",
"icon": "$media:icon",
"label": "$string:entry_MainAbility",
"type": "page",
"launchType": "standard",
"visible": true,
"skills": [
{
"actions": [
"action.system.home"
],
"entities": [
"entity.system.home"
]
}
],
"homeAbility": true
}
],
"js": [
{
"name": "default",
"pages": [
"pages/index/index"
],
"window": {
"designWidth": 720,
"autoDesignWidth": true
}
}
],
"mainAbility": "com.xcl20481.myapplication.MainAbility",
"package": "com.xcl20481.myapplication"
}
}

View File

@@ -0,0 +1 @@
"D:\Github\MyApplication2\entry\src\main"

View File

@@ -0,0 +1 @@
"D:\Github\MyApplication2\entry\src\main"

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 KiB

View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="mainability_description">"JS_Empty Ability"</string>
<string name="xcl2048">"xcl2048"</string>
</resources>

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.6 KiB

View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="utf-8"?>
<resources>
<string name="entry_MainAbility">"entry_MainAbility"</string>
<string name="mainability_description">"JS_Empty Ability"</string>
</resources>

View File

@@ -0,0 +1,72 @@
{
"app": {
"apiVersion": {
"compatible": 4,
"releaseType": "Release",
"target": 5
},
"vendor": "xcl20481",
"bundleName": "com.xcl20481.myapplication",
"version": {
"code": 1000000,
"name": "1.0.1"
}
},
"deviceConfig": {
"default": {
"keepAlive": true,
"debug": true
}
},
"module": {
"deviceType": [
"phone",
"tablet",
"tv",
"wearable"
],
"abilities": [
{
"skills": [
{
"entities": [
"entity.system.home"
],
"actions": [
"action.system.home"
]
}
],
"visible": true,
"name": "com.xcl20481.myapplication.MainAbility",
"icon": "$media:icon2",
"description": "$string:mainability_description",
"label": "$string:xcl2048",
"type": "page",
"launchType": "standard",
"homeAbility": true
}
],
"mainAbility": "com.xcl20481.myapplication.MainAbility",
"distro": {
"moduleType": "entry",
"installationFree": false,
"deliveryWithInstall": true,
"moduleName": "entry"
},
"package": "com.xcl20481.myapplication",
"name": ".MyApplication",
"js": [
{
"pages": [
"pages/index/index"
],
"name": "default",
"window": {
"designWidth": 720,
"autoDesignWidth": true
}
}
]
}
}

View File

@@ -0,0 +1,69 @@
{
"app": {
"apiVersion": {
"compatible": 4,
"releaseType": "Release",
"target": 5
},
"vendor": "xcl20481",
"bundleName": "com.xcl20481.myapplication",
"version": {
"code": 1000000,
"name": "1.0.0"
}
},
"deviceConfig": {
},
"module": {
"deviceType": [
"phone",
"tablet",
"tv",
"wearable"
],
"abilities": [
{
"skills": [
{
"entities": [
"entity.system.home"
],
"actions": [
"action.system.home"
]
}
],
"visible": true,
"name": "com.xcl20481.myapplication.MainAbility",
"icon": "$media:icon",
"description": "$string:mainability_description",
"label": "$string:entry_MainAbility",
"type": "page",
"launchType": "standard",
"homeAbility": true
}
],
"mainAbility": "com.xcl20481.myapplication.MainAbility",
"distro": {
"moduleType": "entry",
"installationFree": false,
"deliveryWithInstall": true,
"moduleName": "entry"
},
"package": "com.xcl20481.myapplication",
"name": ".MyApplication",
"js": [
{
"pages": [
"pages/index/index"
],
"name": "default",
"window": {
"designWidth": 720,
"autoDesignWidth": true
}
}
]
}
}

View File

@@ -0,0 +1,4 @@
media icon 0x1000002
media icon2 0x1000003
string mainability_description 0x1000000
string xcl2048 0x1000001

View File

@@ -0,0 +1,75 @@
{
"app": {
"apiVersion": {
"compatible": 4,
"releaseType": "Release",
"target": 5
},
"vendor": "xcl20481",
"bundleName": "com.xcl20481.myapplication",
"version": {
"code": 1000000,
"name": "1.0.1"
}
},
"deviceConfig": {
"default": {
"debug": true,
"keepAlive": true
}
},
"module": {
"abilities": [
{
"iconId": 16777219,
"skills": [
{
"entities": [
"entity.system.home"
],
"actions": [
"action.system.home"
]
}
],
"descriptionId": 16777216,
"visible": true,
"labelId": 16777217,
"icon": "$media:icon2",
"name": "com.xcl20481.myapplication.MainAbility",
"description": "$string:mainability_description",
"label": "$string:xcl2048",
"type": "page",
"homeAbility": true,
"launchType": "standard"
}
],
"deviceType": [
"phone",
"tablet",
"tv",
"wearable"
],
"mainAbility": "com.xcl20481.myapplication.MainAbility",
"distro": {
"moduleType": "entry",
"installationFree": false,
"deliveryWithInstall": true,
"moduleName": "entry"
},
"package": "com.xcl20481.myapplication",
"name": ".MyApplication",
"js": [
{
"pages": [
"pages/index/index"
],
"name": "default",
"window": {
"designWidth": 720,
"autoDesignWidth": true
}
}
]
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 KiB

View File

@@ -0,0 +1,3 @@
media icon 0x1000002
string entry_MainAbility 0x1000000
string mainability_description 0x1000001

View File

@@ -0,0 +1,72 @@
{
"app": {
"apiVersion": {
"compatible": 4,
"releaseType": "Release",
"target": 5
},
"vendor": "xcl20481",
"bundleName": "com.xcl20481.myapplication",
"version": {
"code": 1000000,
"name": "1.0.0"
}
},
"deviceConfig": {
},
"module": {
"abilities": [
{
"iconId": 16777218,
"skills": [
{
"entities": [
"entity.system.home"
],
"actions": [
"action.system.home"
]
}
],
"descriptionId": 16777217,
"visible": true,
"labelId": 16777216,
"icon": "$media:icon",
"name": "com.xcl20481.myapplication.MainAbility",
"description": "$string:mainability_description",
"label": "$string:entry_MainAbility",
"type": "page",
"homeAbility": true,
"launchType": "standard"
}
],
"deviceType": [
"phone",
"tablet",
"tv",
"wearable"
],
"mainAbility": "com.xcl20481.myapplication.MainAbility",
"distro": {
"moduleType": "entry",
"installationFree": false,
"deliveryWithInstall": true,
"moduleName": "entry"
},
"package": "com.xcl20481.myapplication",
"name": ".MyApplication",
"js": [
{
"pages": [
"pages/index/index"
],
"name": "default",
"window": {
"designWidth": 720,
"autoDesignWidth": true
}
}
]
}
}

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.2 KiB

View File

@@ -0,0 +1,5 @@
D:\Github\MyApplication2\entry\build\intermediates\shell\debug\build\javac\classes\com\xcl20481\myapplication\MainAbilityShellActivity.class
D:\Github\MyApplication2\entry\build\intermediates\shell\debug\build\javac\classes\com\xcl20481\myapplication\R$drawable.class
D:\Github\MyApplication2\entry\build\intermediates\shell\debug\build\javac\classes\com\xcl20481\myapplication\R$string.class
D:\Github\MyApplication2\entry\build\intermediates\shell\debug\build\javac\classes\com\xcl20481\myapplication\R.class
D:\Github\MyApplication2\entry\build\intermediates\shell\debug\build\javac\classes\com\xcl20481\myapplication\ShellMyApplication.class

View File

@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?><manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.xcl20481.myapplication" android:versionCode="1000000" android:versionName="1.0.1">
<uses-feature android:name="zidane.software.ability" android:required="false"/>
<uses-sdk android:minSdkVersion="26" android:targetSdkVersion="29"/>
<application android:usesCleartextTraffic="false" android:icon="@drawable/icon2" android:directBootAware="false" android:allowBackup="false" android:label="@string/xcl2048" android:name="com.xcl20481.myapplication.ShellMyApplication" android:persistent="true" android:debuggable="true">
<meta-data android:value="true" android:name="permZA"/>
<activity android:icon="@drawable/icon2" android:windowSoftInputMode="adjustResize" android:label="@string/xcl2048" android:name="com.xcl20481.myapplication.MainAbilityShellActivity" android:launchMode="standard" android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
</activity>
</application>
</manifest>

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 6.0 KiB

View File

@@ -0,0 +1,18 @@
/* AUTO-GENERATED FILE. DO NOT MODIFY.
*
* This class was automatically generated by the
* aapt tool from the resource data it found. It
* should not be modified by hand.
*/
package com.xcl20481.myapplication;
public final class R {
public static final class drawable {
public static final int icon2=0x7f010000;
}
public static final class string {
public static final int mainability_description=0x7f020000;
public static final int xcl2048=0x7f020001;
}
}

View File

@@ -0,0 +1,9 @@
<?xml version="1.0" encoding="UTF-8"?>
<manifest xmlns:android="http://schemas.android.com/apk/res/android" package="com.xcl20481.myapplication" android:versionCode="1000000" android:versionName="1.0.1">
<uses-feature android:name="zidane.software.ability" android:required="false"/>
<uses-sdk android:minSdkVersion="26" android:targetSdkVersion="29"/>
<application android:usesCleartextTraffic="false" android:icon="@drawable/icon2" android:directBootAware="false" android:allowBackup="false" android:label="@string/xcl2048" android:name="com.xcl20481.myapplication.ShellMyApplication" android:persistent="true" android:debuggable="true">
<meta-data android:value="true" android:name="permZA"/>
</application>
</manifest>

View File

@@ -0,0 +1,25 @@
<?xml version="1.0" encoding="UTF-8"?><manifest xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" package="com.xcl20481.myapplication" android:versionCode="1000000" android:versionName="1.0.1">
<uses-feature android:name="zidane.software.ability" android:required="false"/>
<uses-sdk android:minSdkVersion="26" android:targetSdkVersion="29"/>
<application android:usesCleartextTraffic="false" android:icon="@drawable/icon2" android:directBootAware="false" android:allowBackup="false" android:label="@string/xcl2048" android:name="com.xcl20481.myapplication.ShellMyApplication" android:persistent="true">
<meta-data android:value="true" android:name="permZA"/>
<activity android:icon="@drawable/icon2" android:windowSoftInputMode="adjustResize" android:label="@string/xcl2048" android:name="com.xcl20481.myapplication.MainAbilityShellActivity" android:launchMode="standard" android:exported="true">
<intent-filter>
<action android:name="android.intent.action.MAIN"/>
<category android:name="android.intent.category.LAUNCHER"/>
</intent-filter>
</activity>
</application>
</manifest>

Some files were not shown because too many files have changed in this diff Show More