Automated deployment: Thu Apr 2 06:27:57 UTC 2020 c0361d2164

gh-pages
jaywcjlove 5 years ago
parent 2dc1ec5a7f
commit 1e12a31d4f

@ -0,0 +1,26 @@
{
"files": {
"main.css": "./static/css/main.cb3189de.chunk.css",
"main.js": "./static/js/main.52c7c8de.chunk.js",
"main.js.map": "./static/js/main.52c7c8de.chunk.js.map",
"runtime-main.js": "./static/js/runtime-main.497b44f3.js",
"runtime-main.js.map": "./static/js/runtime-main.497b44f3.js.map",
"static/css/2.c60a68b6.chunk.css": "./static/css/2.c60a68b6.chunk.css",
"static/js/2.0b33c588.chunk.js": "./static/js/2.0b33c588.chunk.js",
"static/js/2.0b33c588.chunk.js.map": "./static/js/2.0b33c588.chunk.js.map",
"index.html": "./index.html",
"precache-manifest.a27a23b74a015e26719b4582e1a914b4.js": "./precache-manifest.a27a23b74a015e26719b4582e1a914b4.js",
"service-worker.js": "./service-worker.js",
"static/css/2.c60a68b6.chunk.css.map": "./static/css/2.c60a68b6.chunk.css.map",
"static/css/main.cb3189de.chunk.css.map": "./static/css/main.cb3189de.chunk.css.map",
"static/js/2.0b33c588.chunk.js.LICENSE.txt": "./static/js/2.0b33c588.chunk.js.LICENSE.txt",
"static/media/reset.less": "./static/media/bg.1c9aadee.jpg"
},
"entrypoints": [
"static/js/runtime-main.497b44f3.js",
"static/css/2.c60a68b6.chunk.css",
"static/js/2.0b33c588.chunk.js",
"static/css/main.cb3189de.chunk.css",
"static/js/main.52c7c8de.chunk.js"
]
}

@ -1,2 +1 @@
<html><head><meta charset="UTF-8"><title>hotkeys.js - A robust Javascript library for capturing keyboard input.</title><meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"><meta name="description" content="A robust Javascript library for capturing keyboard input and key combinations entered. It has no dependencies. Try to press your keyboard, The following button will highlight."><link rel="stylesheet" href="website.d3c132ef.css"></head><body> <div id="root"></div> <script src="website.65275020.js"></script>
</body></html>
<!doctype html><html lang="en"><head><meta charset="UTF-8"><title>hotkeys.js - A robust Javascript library for capturing keyboard input.</title><meta name="viewport" content="width=device-width,initial-scale=1,maximum-scale=1"><meta name="description" content="A robust Javascript library for capturing keyboard input and key combinations entered. It has no dependencies. Try to press your keyboard, The following button will highlight."><link href="./static/css/2.c60a68b6.chunk.css" rel="stylesheet"><link href="./static/css/main.cb3189de.chunk.css" rel="stylesheet"></head><body><div id="root"></div><script src="./static/js/runtime-main.497b44f3.js"></script><script src="./static/js/2.0b33c588.chunk.js"></script><script src="./static/js/main.52c7c8de.chunk.js"></script></body></html>

@ -0,0 +1,34 @@
self.__precacheManifest = (self.__precacheManifest || []).concat([
{
"revision": "b61f42e13eb13da5c4da5040fb7aa852",
"url": "./index.html"
},
{
"revision": "2d52c504c9a3eb308d50",
"url": "./static/css/2.c60a68b6.chunk.css"
},
{
"revision": "763a55fdea5f35393015",
"url": "./static/css/main.cb3189de.chunk.css"
},
{
"revision": "2d52c504c9a3eb308d50",
"url": "./static/js/2.0b33c588.chunk.js"
},
{
"revision": "bfa95568521b5bb6d092f636a13876f9",
"url": "./static/js/2.0b33c588.chunk.js.LICENSE.txt"
},
{
"revision": "763a55fdea5f35393015",
"url": "./static/js/main.52c7c8de.chunk.js"
},
{
"revision": "3e794cac54ef0f0cecb0",
"url": "./static/js/runtime-main.497b44f3.js"
},
{
"revision": "1c9aadee29d7c255b92073943309e7af",
"url": "./static/media/bg.1c9aadee.jpg"
}
]);

@ -0,0 +1,39 @@
/**
* Welcome to your Workbox-powered service worker!
*
* You'll need to register this file in your web app and you should
* disable HTTP caching for this file too.
* See https://goo.gl/nhQhGp
*
* The rest of the code is auto-generated. Please don't update this file
* directly; instead, make changes to your Workbox build configuration
* and re-run your build process.
* See https://goo.gl/2aRDsh
*/
importScripts("https://storage.googleapis.com/workbox-cdn/releases/4.3.1/workbox-sw.js");
importScripts(
"./precache-manifest.a27a23b74a015e26719b4582e1a914b4.js"
);
self.addEventListener('message', (event) => {
if (event.data && event.data.type === 'SKIP_WAITING') {
self.skipWaiting();
}
});
workbox.core.clientsClaim();
/**
* The workboxSW.precacheAndRoute() method efficiently caches and responds to
* requests for URLs in the manifest.
* See https://goo.gl/S9QRab
*/
self.__precacheManifest = [].concat(self.__precacheManifest || []);
workbox.precaching.precacheAndRoute(self.__precacheManifest, {});
workbox.routing.registerNavigationRoute(workbox.precaching.getCacheKeyForURL(".//index.html"), {
blacklist: [/^\/_/,/\/[^\/?]+\.[^\/]+$/],
});

@ -0,0 +1,11 @@
.github-corner:hover .octo-arm{animation:octocat-wave .56s ease-in-out}@keyframes octocat-wave{0%,to{transform:rotate(0)}20%,60%{transform:rotate(-25deg)}40%,80%{transform:rotate(10deg)}}@media (max-width:500px){.github-corner:hover .octo-arm{animation:none}.github-corner .octo-arm{animation:octocat-wave .56s ease-in-out}}
/*!
* @uiw/reset.css v1.0.3
* A tiny modern CSS reset.
*
* Copyright (c) 2019
*
*
* Licensed under the MIT license.
*/blockquote,body,dd,dl,dt,fieldset,figure,h1,h2,h3,h4,h5,h6,hr,html,iframe,legend,li,ol,p,pre,textarea,ul{margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:400}ul{list-style:none}button,input,select,textarea{margin:0}html{box-sizing:border-box}*,:after,:before{box-sizing:inherit}embed,iframe,img,object,video{height:auto;max-width:100%}audio{max-width:100%}iframe{border:0}table{border-collapse:collapse;border-spacing:0}td,th{padding:0;text-align:left}
/*# sourceMappingURL=2.c60a68b6.chunk.css.map */

@ -0,0 +1 @@
{"version":3,"sources":["index.css","reset.css"],"names":[],"mappings":"AAAA,+BACE,uCACF,CAEA,wBACE,MACE,mBACF,CACA,QACE,wBACF,CACA,QACE,uBACF,CACF,CACA,yBACE,+BACE,cACF,CACA,yBACE,uCACF,CACF;ACtBA;;;;;;;;EAQE,CAEF,yGAuBE,QAAS,CACT,SACF,CAEA,kBAME,cAAe,CACf,eACF,CAEA,GACE,eACF,CAEA,6BAIE,QACF,CAEA,KACE,qBACF,CACA,iBAGE,kBACF,CAEA,8BAKE,WAAY,CACZ,cACF,CACA,MACE,cACF,CAEA,OACE,QACF,CAEA,MACE,wBAAyB,CACzB,gBACF,CACA,MAEE,SAAU,CACV,eACF","file":"2.c60a68b6.chunk.css","sourcesContent":[".github-corner:hover .octo-arm {\n animation: octocat-wave 560ms ease-in-out;\n}\n\n@keyframes octocat-wave{\n 0%, 100%{\n transform: rotate(0);\n }\n 20%, 60%{\n transform: rotate(-25deg);\n }\n 40%, 80%{\n transform: rotate(10deg);\n }\n}\n@media (max-width:500px){\n .github-corner:hover .octo-arm{\n animation: none;\n }\n .github-corner .octo-arm{\n animation: octocat-wave 560ms ease-in-out;\n }\n}","/*!\n * @uiw/reset.css v1.0.3\n * A tiny modern CSS reset.\n * \n * Copyright (c) 2019 \n * \n * \n * Licensed under the MIT license.\n */\n\nhtml,\nbody,\np,\nol,\nul,\nli,\ndl,\ndt,\ndd,\nblockquote,\nfigure,\nfieldset,\nlegend,\ntextarea,\npre,\niframe,\nhr,\nh1,\nh2,\nh3,\nh4,\nh5,\nh6 {\n margin: 0;\n padding: 0;\n}\n/* Headings */\nh1,\nh2,\nh3,\nh4,\nh5,\nh6 {\n font-size: 100%;\n font-weight: normal;\n}\n/* List */\nul {\n list-style: none;\n}\n/* Form */\nbutton,\ninput,\nselect,\ntextarea {\n margin: 0;\n}\n/* Box sizing */\nhtml {\n box-sizing: border-box;\n}\n*,\n*:before,\n*:after {\n box-sizing: inherit;\n}\n/* Media */\nimg,\nembed,\niframe,\nobject,\nvideo {\n height: auto;\n max-width: 100%;\n}\naudio {\n max-width: 100%;\n}\n/* Iframe */\niframe {\n border: 0;\n}\n/* Table */\ntable {\n border-collapse: collapse;\n border-spacing: 0;\n}\ntd,\nth {\n padding: 0;\n text-align: left;\n}\n\n"]}

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -0,0 +1,84 @@
/*
object-assign
(c) Sindre Sorhus
@license MIT
*/
/*!
Copyright (c) 2017 Jed Watson.
Licensed under the MIT License (MIT), see
http://jedwatson.github.io/classnames
*/
/*!
* Determine if an object is a Buffer
*
* @author Feross Aboukhadijeh <https://feross.org>
* @license MIT
*/
/*!
* repeat-string <https://github.com/jonschlinkert/repeat-string>
*
* Copyright (c) 2014-2015, Jon Schlinkert.
* Licensed under the MIT License.
*/
/**
* Checks if an event is supported in the current execution environment.
*
* NOTE: This will not work correctly for non-generic events such as `change`,
* `reset`, `load`, `error`, and `select`.
*
* Borrows from Modernizr.
*
* @param {string} eventNameSuffix Event name, e.g. "click".
* @return {boolean} True if the event is supported.
* @internal
* @license Modernizr 3.0.0pre (Custom Build) | MIT
*/
/** @license React v0.19.1
* scheduler-tracing.development.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
/** @license React v0.19.1
* scheduler.development.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
/** @license React v16.13.1
* react-dom.development.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
/** @license React v16.13.1
* react.development.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/
/** @license React v16.8.6
* react-is.development.js
*
* Copyright (c) Facebook, Inc. and its affiliates.
*
* This source code is licensed under the MIT license found in the
* LICENSE file in the root directory of this source tree.
*/

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

@ -0,0 +1,2 @@
!function(e){function t(t){for(var n,l,f=t[0],i=t[1],a=t[2],c=0,s=[];c<f.length;c++)l=f[c],Object.prototype.hasOwnProperty.call(o,l)&&o[l]&&s.push(o[l][0]),o[l]=0;for(n in i)Object.prototype.hasOwnProperty.call(i,n)&&(e[n]=i[n]);for(p&&p(t);s.length;)s.shift()();return u.push.apply(u,a||[]),r()}function r(){for(var e,t=0;t<u.length;t++){for(var r=u[t],n=!0,f=1;f<r.length;f++){var i=r[f];0!==o[i]&&(n=!1)}n&&(u.splice(t--,1),e=l(l.s=r[0]))}return e}var n={},o={1:0},u=[];function l(t){if(n[t])return n[t].exports;var r=n[t]={i:t,l:!1,exports:{}};return e[t].call(r.exports,r,r.exports,l),r.l=!0,r.exports}l.m=e,l.c=n,l.d=function(e,t,r){l.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},l.r=function(e){"undefined"!==typeof Symbol&&Symbol.toStringTag&&Object.defineProperty(e,Symbol.toStringTag,{value:"Module"}),Object.defineProperty(e,"__esModule",{value:!0})},l.t=function(e,t){if(1&t&&(e=l(e)),8&t)return e;if(4&t&&"object"===typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(l.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var n in e)l.d(r,n,function(t){return e[t]}.bind(null,n));return r},l.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return l.d(t,"a",t),t},l.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},l.p="./";var f=this["webpackJsonphotkeys-js"]=this["webpackJsonphotkeys-js"]||[],i=f.push.bind(f);f.push=t,f=f.slice();for(var a=0;a<f.length;a++)t(f[a]);var p=i;r()}([]);
//# sourceMappingURL=runtime-main.497b44f3.js.map

File diff suppressed because one or more lines are too long

Before

Width:  |  Height:  |  Size: 21 KiB

After

Width:  |  Height:  |  Size: 21 KiB

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long
Loading…
Cancel
Save