Showing
16 changed files
with
75 additions
and
1 deletions
.idea/deployment.xml
0 → 100644
1 | +<?xml version="1.0" encoding="UTF-8"?> | ||
2 | +<project version="4"> | ||
3 | + <component name="PublishConfigData"> | ||
4 | + <serverData> | ||
5 | + <paths name="ubuntu@52.197.199.6:22"> | ||
6 | + <serverdata> | ||
7 | + <mappings> | ||
8 | + <mapping local="$PROJECT_DIR$" web="/" /> | ||
9 | + </mappings> | ||
10 | + </serverdata> | ||
11 | + </paths> | ||
12 | + <paths name="ubuntu@54.199.111.206:22"> | ||
13 | + <serverdata> | ||
14 | + <mappings> | ||
15 | + <mapping local="$PROJECT_DIR$" web="/" /> | ||
16 | + </mappings> | ||
17 | + </serverdata> | ||
18 | + </paths> | ||
19 | + <paths name="ubuntu@54.248.71.175:22"> | ||
20 | + <serverdata> | ||
21 | + <mappings> | ||
22 | + <mapping local="$PROJECT_DIR$" web="/" /> | ||
23 | + </mappings> | ||
24 | + </serverdata> | ||
25 | + </paths> | ||
26 | + </serverData> | ||
27 | + </component> | ||
28 | +</project> | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
.idea/inspectionProfiles/Project_Default.xml
0 → 100644
1 | +<component name="InspectionProjectProfileManager"> | ||
2 | + <profile version="1.0"> | ||
3 | + <option name="myName" value="Project Default" /> | ||
4 | + <inspection_tool class="Eslint" enabled="true" level="WARNING" enabled_by_default="true" /> | ||
5 | + <inspection_tool class="TsLint" enabled="true" level="WARNING" enabled_by_default="true" /> | ||
6 | + </profile> | ||
7 | +</component> | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
app/build/src/Bye.d.ts
0 → 100644
File mode changed
app/build/src/Bye.js
0 → 100644
app/build/src/Bye.js.map
0 → 100644
1 | +{"version":3,"file":"Bye.js","sourceRoot":"","sources":["../../src/Bye.ts"],"names":[],"mappings":";;;AAAO,MAAM,GAAG,GAAG,GAAG,EAAE,CAAC,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;AAAhC,QAAA,GAAG,OAA6B"} | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
app/build/src/index.d.ts
0 → 100644
File mode changed
app/build/src/index.js
0 → 100644
1 | +"use strict"; | ||
2 | +Object.defineProperty(exports, "__esModule", { value: true }); | ||
3 | +const Bye_1 = require("./Bye"); | ||
4 | +require("./assets/style/App.css"); | ||
5 | +const hi = 'hello!?zz'; | ||
6 | +const hi1 = () => { | ||
7 | + console.log(hi); | ||
8 | + Bye_1.Bye(); | ||
9 | +}; | ||
10 | +hi1(); | ||
11 | +//# sourceMappingURL=index.js.map | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
app/build/src/index.js.map
0 → 100644
1 | +{"version":3,"file":"index.js","sourceRoot":"","sources":["../../src/index.ts"],"names":[],"mappings":";;AAAA,+BAA0B;AAC1B,kCAAgC;AAEhC,MAAM,EAAE,GAAG,WAAW,CAAC;AAEvB,MAAM,GAAG,GAAG,GAAG,EAAE;IACf,OAAO,CAAC,GAAG,CAAC,EAAE,CAAC,CAAC;IAChB,SAAG,EAAE,CAAC;AACR,CAAC,CAAC;AAEF,GAAG,EAAE,CAAC"} | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
app/build/src/ts/Bye.d.ts
0 → 100644
1 | +export declare const Bye: () => void; |
app/build/src/ts/Bye.js
0 → 100644
app/build/src/ts/Bye.js.map
0 → 100644
1 | +{"version":3,"file":"Bye.js","sourceRoot":"","sources":["../../../src/ts/Bye.ts"],"names":[],"mappings":";;;AAAO,MAAM,GAAG,GAAG,GAAG,EAAE,CAAC,OAAO,CAAC,GAAG,CAAC,MAAM,CAAC,CAAC;AAAhC,QAAA,GAAG,OAA6B"} | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
app/package-lock.json
0 → 100644
This diff could not be displayed because it is too large.
app/public/images/v4Logo.png
0 → 100644

11.1 KB
app/public/main.js
0 → 100644
1 | +/* | ||
2 | + * ATTENTION: The "eval" devtool has been used (maybe by default in mode: "development"). | ||
3 | + * This devtool is neither made for production nor for readable output files. | ||
4 | + * It uses "eval()" calls to create a separate source file in the browser devtools. | ||
5 | + * If you are trying to read the output file, select a different devtool (https://webpack.js.org/configuration/devtool/) | ||
6 | + * or disable the default devtool with "devtool: false". | ||
7 | + * If you are looking for production-ready output files, see mode: "production" (https://webpack.js.org/configuration/mode/). | ||
8 | + */ | ||
9 | +/******/ (() => { // webpackBootstrap | ||
10 | +/******/ "use strict"; | ||
11 | +var __webpack_exports__ = {}; | ||
12 | +/******/ })() | ||
13 | +; | ||
... | \ No newline at end of file | ... | \ No newline at end of file |
crawler/chromedriver.exe
0 → 100644
No preview for this file type
-
Please register or login to post a comment