Skip to content

Commit 106d60f

Browse files
committed
arm
1 parent 9452278 commit 106d60f

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

42 files changed

+275
-0
lines changed

arm/asset-manifest.json

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
{
2+
"files": {
3+
"main.js": "./static/js/main.e96e497d.chunk.js",
4+
"main.js.map": "./static/js/main.e96e497d.chunk.js.map",
5+
"runtime-main.js": "./static/js/runtime-main.184d683d.js",
6+
"runtime-main.js.map": "./static/js/runtime-main.184d683d.js.map",
7+
"static/css/2.a01b89d8.chunk.css": "./static/css/2.a01b89d8.chunk.css",
8+
"static/js/2.ea895f23.chunk.js": "./static/js/2.ea895f23.chunk.js",
9+
"static/js/2.ea895f23.chunk.js.map": "./static/js/2.ea895f23.chunk.js.map",
10+
"index.html": "./index.html",
11+
"precache-manifest.59e4cf78fdcc98ae71d8cddaa456b594.js": "./precache-manifest.59e4cf78fdcc98ae71d8cddaa456b594.js",
12+
"service-worker.js": "./service-worker.js",
13+
"static/css/2.a01b89d8.chunk.css.map": "./static/css/2.a01b89d8.chunk.css.map",
14+
"static/js/2.ea895f23.chunk.js.LICENSE.txt": "./static/js/2.ea895f23.chunk.js.LICENSE.txt",
15+
"static/media/index.css": "./static/media/roboto-latin-900-normal.bb1e4dc6.woff"
16+
},
17+
"entrypoints": [
18+
"static/js/runtime-main.184d683d.js",
19+
"static/css/2.a01b89d8.chunk.css",
20+
"static/js/2.ea895f23.chunk.js",
21+
"static/js/main.e96e497d.chunk.js"
22+
]
23+
}

arm/favicon.ico

3.08 KB
Binary file not shown.

arm/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
<!doctype html><html lang="en"><head><meta charset="utf-8"/><link rel="icon" href="./favicon.ico"/><meta name="viewport" content="width=device-width,initial-scale=1"/><meta name="theme-color" content="#000000"/><meta name="description" content="robotic arm controller"/><link rel="apple-touch-icon" href="./logo192.png"/><link rel="manifest" href="./manifest.json"/><title>Robotic Arm</title><link href="./static/css/2.a01b89d8.chunk.css" rel="stylesheet"></head><body><noscript>You need to enable JavaScript to run this app.</noscript><div id="root"></div><script>!function(e){function r(r){for(var n,i,l=r[0],a=r[1],f=r[2],p=0,s=[];p<l.length;p++)i=l[p],Object.prototype.hasOwnProperty.call(o,i)&&o[i]&&s.push(o[i][0]),o[i]=0;for(n in a)Object.prototype.hasOwnProperty.call(a,n)&&(e[n]=a[n]);for(c&&c(r);s.length;)s.shift()();return u.push.apply(u,f||[]),t()}function t(){for(var e,r=0;r<u.length;r++){for(var t=u[r],n=!0,l=1;l<t.length;l++){var a=t[l];0!==o[a]&&(n=!1)}n&&(u.splice(r--,1),e=i(i.s=t[0]))}return e}var n={},o={1:0},u=[];function i(r){if(n[r])return n[r].exports;var t=n[r]={i:r,l:!1,exports:{}};return e[r].call(t.exports,t,t.exports,i),t.l=!0,t.exports}i.m=e,i.c=n,i.d=function(e,r,t){i.o(e,r)||Object.defineProperty(e,r,{enumerable:!0,get:t})},i.r=function(e){"undefined"!=typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},i.t=function(e,r){if(1&r&&(e=i(e)),8&r)return e;if(4&r&&"object"==typeof e&&e&&e.__esModule)return e;var t=Object.create(null);if(i.r(t),Object.defineProperty(t,"default",{enumerable:!0,value:e}),2&r&&"string"!=typeof e)for(var n in e)i.d(t,n,function(r){return e[r]}.bind(null,n));return t},i.n=function(e){var r=e&&e.__esModule?function(){return e.default}:function(){return e};return i.d(r,"a",r),r},i.o=function(e,r){return Object.prototype.hasOwnProperty.call(e,r)},i.p="./";var l=this["webpackJsonpbrazo-robotico"]=this["webpackJsonpbrazo-robotico"]||[],a=l.push.bind(l);l.push=r,l=l.slice();for(var f=0;f<l.length;f++)r(l[f]);var c=a;t()}([])</script><script src="./static/js/2.ea895f23.chunk.js"></script><script src="./static/js/main.e96e497d.chunk.js"></script></body></html>

arm/logo192.png

5.22 KB
Loading

arm/logo512.png

9.44 KB
Loading

arm/manifest.json

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,25 @@
1+
{
2+
"short_name": "React App",
3+
"name": "Create React App Sample",
4+
"icons": [
5+
{
6+
"src": "favicon.ico",
7+
"sizes": "64x64 32x32 24x24 16x16",
8+
"type": "image/x-icon"
9+
},
10+
{
11+
"src": "logo192.png",
12+
"type": "image/png",
13+
"sizes": "192x192"
14+
},
15+
{
16+
"src": "logo512.png",
17+
"type": "image/png",
18+
"sizes": "512x512"
19+
}
20+
],
21+
"start_url": ".",
22+
"display": "standalone",
23+
"theme_color": "#000000",
24+
"background_color": "#ffffff"
25+
}
Lines changed: 122 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,122 @@
1+
self.__precacheManifest = (self.__precacheManifest || []).concat([
2+
{
3+
"revision": "5d537931b791b2e1cddcbfaf338c0698",
4+
"url": "./index.html"
5+
},
6+
{
7+
"revision": "9dc52ef6eedfaf69fe40",
8+
"url": "./static/css/2.a01b89d8.chunk.css"
9+
},
10+
{
11+
"revision": "9dc52ef6eedfaf69fe40",
12+
"url": "./static/js/2.ea895f23.chunk.js"
13+
},
14+
{
15+
"revision": "0749163b59fbee32225059cb60c18af6",
16+
"url": "./static/js/2.ea895f23.chunk.js.LICENSE.txt"
17+
},
18+
{
19+
"revision": "6a3d8b3ac484f61cf2d0",
20+
"url": "./static/js/main.e96e497d.chunk.js"
21+
},
22+
{
23+
"revision": "c5f54cf5de92ebcb608c",
24+
"url": "./static/js/runtime-main.184d683d.js"
25+
},
26+
{
27+
"revision": "f8b1df51ba843179fa1cc9b53d58127a",
28+
"url": "./static/media/roboto-latin-100-italic.f8b1df51.woff2"
29+
},
30+
{
31+
"revision": "f9e8e590b4e0f1ff83469bb2a55b8488",
32+
"url": "./static/media/roboto-latin-100-italic.f9e8e590.woff"
33+
},
34+
{
35+
"revision": "5cb7edfceb233100075dc9a1e12e8da3",
36+
"url": "./static/media/roboto-latin-100-normal.5cb7edfc.woff"
37+
},
38+
{
39+
"revision": "7370c3679472e9560965ff48a4399d0b",
40+
"url": "./static/media/roboto-latin-100-normal.7370c367.woff2"
41+
},
42+
{
43+
"revision": "14286f3ba79c6627433572dfa925202e",
44+
"url": "./static/media/roboto-latin-300-italic.14286f3b.woff2"
45+
},
46+
{
47+
"revision": "4df32891a5f2f98a363314f595482e08",
48+
"url": "./static/media/roboto-latin-300-italic.4df32891.woff"
49+
},
50+
{
51+
"revision": "b00849e00f4c2331cddd8ffb44a6720b",
52+
"url": "./static/media/roboto-latin-300-normal.b00849e0.woff"
53+
},
54+
{
55+
"revision": "ef7c6637c68f269a882e73bcb57a7f6a",
56+
"url": "./static/media/roboto-latin-300-normal.ef7c6637.woff2"
57+
},
58+
{
59+
"revision": "51521a2a8da71e50d871ac6fd2187e87",
60+
"url": "./static/media/roboto-latin-400-italic.51521a2a.woff2"
61+
},
62+
{
63+
"revision": "fe65b8335ee19dd944289f9ed3178c78",
64+
"url": "./static/media/roboto-latin-400-italic.fe65b833.woff"
65+
},
66+
{
67+
"revision": "479970ffb74f2117317f9d24d9e317fe",
68+
"url": "./static/media/roboto-latin-400-normal.479970ff.woff2"
69+
},
70+
{
71+
"revision": "60fa3c0614b8fb2f394fa29944c21540",
72+
"url": "./static/media/roboto-latin-400-normal.60fa3c06.woff"
73+
},
74+
{
75+
"revision": "288ad9c6e8b43cf02443a1f499bdf67e",
76+
"url": "./static/media/roboto-latin-500-italic.288ad9c6.woff"
77+
},
78+
{
79+
"revision": "db4a2a231f52e497c0191e8966b0ee58",
80+
"url": "./static/media/roboto-latin-500-italic.db4a2a23.woff2"
81+
},
82+
{
83+
"revision": "020c97dc8e0463259c2f9df929bb0c69",
84+
"url": "./static/media/roboto-latin-500-normal.020c97dc.woff2"
85+
},
86+
{
87+
"revision": "87284894879f5b1c229cb49c8ff6decc",
88+
"url": "./static/media/roboto-latin-500-normal.87284894.woff"
89+
},
90+
{
91+
"revision": "81f57861ed4ac74741f5671e1dff2fd9",
92+
"url": "./static/media/roboto-latin-700-italic.81f57861.woff"
93+
},
94+
{
95+
"revision": "da0e717829e033a69dec97f1e155ae42",
96+
"url": "./static/media/roboto-latin-700-italic.da0e7178.woff2"
97+
},
98+
{
99+
"revision": "2735a3a69b509faf3577afd25bdf552e",
100+
"url": "./static/media/roboto-latin-700-normal.2735a3a6.woff2"
101+
},
102+
{
103+
"revision": "adcde98f1d584de52060ad7b16373da3",
104+
"url": "./static/media/roboto-latin-700-normal.adcde98f.woff"
105+
},
106+
{
107+
"revision": "28f9151055c950874d2c6803a39b425b",
108+
"url": "./static/media/roboto-latin-900-italic.28f91510.woff"
109+
},
110+
{
111+
"revision": "ebf6d1640ccddb99fb49f73c052c55a8",
112+
"url": "./static/media/roboto-latin-900-italic.ebf6d164.woff2"
113+
},
114+
{
115+
"revision": "9b3766ef4a402ad3fdeef7501a456512",
116+
"url": "./static/media/roboto-latin-900-normal.9b3766ef.woff2"
117+
},
118+
{
119+
"revision": "bb1e4dc6333675d11ada2e857e7f95d7",
120+
"url": "./static/media/roboto-latin-900-normal.bb1e4dc6.woff"
121+
}
122+
]);

arm/robots.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# https://www.robotstxt.org/robotstxt.html
2+
User-agent: *
3+
Disallow:

arm/service-worker.js

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
/**
2+
* Welcome to your Workbox-powered service worker!
3+
*
4+
* You'll need to register this file in your web app and you should
5+
* disable HTTP caching for this file too.
6+
* See https://goo.gl/nhQhGp
7+
*
8+
* The rest of the code is auto-generated. Please don't update this file
9+
* directly; instead, make changes to your Workbox build configuration
10+
* and re-run your build process.
11+
* See https://goo.gl/2aRDsh
12+
*/
13+
14+
importScripts("https://storage.googleapis.com/workbox-cdn/releases/4.3.1/workbox-sw.js");
15+
16+
importScripts(
17+
"./precache-manifest.59e4cf78fdcc98ae71d8cddaa456b594.js"
18+
);
19+
20+
self.addEventListener('message', (event) => {
21+
if (event.data && event.data.type === 'SKIP_WAITING') {
22+
self.skipWaiting();
23+
}
24+
});
25+
26+
workbox.core.clientsClaim();
27+
28+
/**
29+
* The workboxSW.precacheAndRoute() method efficiently caches and responds to
30+
* requests for URLs in the manifest.
31+
* See https://goo.gl/S9QRab
32+
*/
33+
self.__precacheManifest = [].concat(self.__precacheManifest || []);
34+
workbox.precaching.precacheAndRoute(self.__precacheManifest, {});
35+
36+
workbox.routing.registerNavigationRoute(workbox.precaching.getCacheKeyForURL("./index.html"), {
37+
38+
blacklist: [/^\/_/,/\/[^/?]+\.[^/]+$/],
39+
});

arm/static/css/2.a01b89d8.chunk.css

Lines changed: 2 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)