From 5fe68a08bb64438abf387e4b79a002794dc4f95a Mon Sep 17 00:00:00 2001 From: eugene huang Date: Fri, 1 Sep 2023 18:09:49 -0700 Subject: [PATCH] Updates --- asset-manifest.json | 12 ++++++------ index.html | 2 +- static/css/main.165d7143.css | 2 -- static/css/main.165d7143.css.map | 1 - static/css/main.292d196f.css | 2 ++ static/css/main.292d196f.css.map | 1 + static/js/{main.190a466c.js => main.cee811e5.js} | 6 +++--- ...c.js.LICENSE.txt => main.cee811e5.js.LICENSE.txt} | 0 .../{main.190a466c.js.map => main.cee811e5.js.map} | 2 +- 9 files changed, 14 insertions(+), 14 deletions(-) delete mode 100644 static/css/main.165d7143.css delete mode 100644 static/css/main.165d7143.css.map create mode 100644 static/css/main.292d196f.css create mode 100644 static/css/main.292d196f.css.map rename static/js/{main.190a466c.js => main.cee811e5.js} (94%) rename static/js/{main.190a466c.js.LICENSE.txt => main.cee811e5.js.LICENSE.txt} (100%) rename static/js/{main.190a466c.js.map => main.cee811e5.js.map} (52%) diff --git a/asset-manifest.json b/asset-manifest.json index 8fb3270..2a60187 100644 --- a/asset-manifest.json +++ b/asset-manifest.json @@ -1,15 +1,15 @@ { "files": { - "main.css": "/ePhone/static/css/main.165d7143.css", - "main.js": "/ePhone/static/js/main.190a466c.js", + "main.css": "/ePhone/static/css/main.292d196f.css", + "main.js": "/ePhone/static/js/main.cee811e5.js", "static/js/787.7c4cb66f.chunk.js": "/ePhone/static/js/787.7c4cb66f.chunk.js", "index.html": "/ePhone/index.html", - "main.165d7143.css.map": "/ePhone/static/css/main.165d7143.css.map", - "main.190a466c.js.map": "/ePhone/static/js/main.190a466c.js.map", + "main.292d196f.css.map": "/ePhone/static/css/main.292d196f.css.map", + "main.cee811e5.js.map": "/ePhone/static/js/main.cee811e5.js.map", "787.7c4cb66f.chunk.js.map": "/ePhone/static/js/787.7c4cb66f.chunk.js.map" }, "entrypoints": [ - "static/css/main.165d7143.css", - "static/js/main.190a466c.js" + "static/css/main.292d196f.css", + "static/js/main.cee811e5.js" ] } \ No newline at end of file diff --git a/index.html b/index.html index 6308b71..60a1d68 100644 --- a/index.html +++ b/index.html @@ -1 +1 @@ -ePhone
\ No newline at end of file +ePhone
\ No newline at end of file diff --git a/static/css/main.165d7143.css b/static/css/main.165d7143.css deleted file mode 100644 index 321214e..0000000 --- a/static/css/main.165d7143.css +++ /dev/null @@ -1,2 +0,0 @@ -html{color:#000;font-family:system-ui;font-size:13px}@media (prefers-color-scheme:dark){html{color:#fff}}.App{background-color:#f1f1f1;height:100%;left:0;position:fixed;text-align:center;top:0;width:100%;z-index:1}@media (prefers-color-scheme:dark){.App{background-color:#0a0a0a}}.iframe-wrapper iframe{border:none;border-radius:65px;height:1218px;width:563px}.iframe-wrapper-landscape iframe{border:none;border-radius:65px;height:563px;width:1218px}.info{left:0;margin-left:8px;margin-top:6px;position:absolute;top:0;z-index:10} -/*# sourceMappingURL=main.165d7143.css.map*/ \ No newline at end of file diff --git a/static/css/main.165d7143.css.map b/static/css/main.165d7143.css.map deleted file mode 100644 index d138147..0000000 --- a/static/css/main.165d7143.css.map +++ /dev/null @@ -1 +0,0 @@ -{"version":3,"file":"static/css/main.165d7143.css","mappings":"AAAA,KAGE,UAAY,CAFZ,qBAAsB,CACtB,cAEF,CAEA,mCACE,KACE,UACF,CACF,CAEA,KAOE,wBAAoC,CADpC,WAAY,CAFZ,MAAO,CAFP,cAAe,CADf,iBAAkB,CAElB,KAAM,CAEN,UAAW,CAGX,SACF,CAEA,mCACE,KACE,wBACF,CACF,CAEA,uBAGE,WAAY,CACZ,kBAAmB,CAFnB,aAAc,CADd,WAIF,CAEA,iCAGE,WAAY,CACZ,kBAAmB,CAFnB,YAAa,CADb,YAIF,CAEA,MAGE,MAAO,CAEP,eAAgB,CADhB,cAAe,CAHf,iBAAkB,CAClB,KAAM,CAIN,UACF","sources":["App.css"],"sourcesContent":["html {\n font-family: system-ui;\n font-size: 13px;\n color: black;\n}\n\n@media (prefers-color-scheme: dark) {\n html {\n color: white;\n }\n}\n\n.App {\n text-align: center;\n position: fixed;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n background-color: rgb(241, 241, 241);\n z-index: 1;\n}\n\n@media (prefers-color-scheme: dark) {\n .App {\n background-color: rgb(10, 10, 10);\n }\n}\n\n.iframe-wrapper iframe {\n width: 563px;\n height: 1218px;\n border: none;\n border-radius: 65px;\n}\n\n.iframe-wrapper-landscape iframe {\n width: 1218px;\n height: 563px;\n border: none;\n border-radius: 65px;\n}\n\n.info {\n position: absolute;\n top: 0;\n left: 0;\n margin-top: 6px;\n margin-left: 8px;\n z-index: 10;\n}\n"],"names":[],"sourceRoot":""} \ No newline at end of file diff --git a/static/css/main.292d196f.css b/static/css/main.292d196f.css new file mode 100644 index 0000000..1b0c1a3 --- /dev/null +++ b/static/css/main.292d196f.css @@ -0,0 +1,2 @@ +html{color:#000;font-family:system-ui;font-size:13px}@media (prefers-color-scheme:dark){html{color:#fff}}.App{background-color:#f1f1f1;height:100%;left:0;position:fixed;top:0;width:100%;z-index:1}@media (prefers-color-scheme:dark){.App{background-color:#0a0a0a}}.iframe-wrapper iframe{border:none;border-radius:65px;height:1218px;width:563px}.iframe-wrapper-landscape iframe{border:none;border-radius:65px;height:563px;width:1218px}.info{left:0;margin-left:8px;margin-top:6px;position:absolute;top:0;z-index:10} +/*# sourceMappingURL=main.292d196f.css.map*/ \ No newline at end of file diff --git a/static/css/main.292d196f.css.map b/static/css/main.292d196f.css.map new file mode 100644 index 0000000..d6f29be --- /dev/null +++ b/static/css/main.292d196f.css.map @@ -0,0 +1 @@ +{"version":3,"file":"static/css/main.292d196f.css","mappings":"AAAA,KAGE,UAAY,CAFZ,qBAAsB,CACtB,cAEF,CAEA,mCACE,KACE,UACF,CACF,CAEA,KAME,wBAAoC,CADpC,WAAY,CAFZ,MAAO,CAFP,cAAe,CACf,KAAM,CAEN,UAAW,CAGX,SACF,CAEA,mCACE,KACE,wBACF,CACF,CAEA,uBAGE,WAAY,CACZ,kBAAmB,CAFnB,aAAc,CADd,WAIF,CAEA,iCAGE,WAAY,CACZ,kBAAmB,CAFnB,YAAa,CADb,YAIF,CAEA,MAGE,MAAO,CAEP,eAAgB,CADhB,cAAe,CAHf,iBAAkB,CAClB,KAAM,CAIN,UACF","sources":["App.css"],"sourcesContent":["html {\n font-family: system-ui;\n font-size: 13px;\n color: black;\n}\n\n@media (prefers-color-scheme: dark) {\n html {\n color: white;\n }\n}\n\n.App {\n position: fixed;\n top: 0;\n left: 0;\n width: 100%;\n height: 100%;\n background-color: rgb(241, 241, 241);\n z-index: 1;\n}\n\n@media (prefers-color-scheme: dark) {\n .App {\n background-color: rgb(10, 10, 10);\n }\n}\n\n.iframe-wrapper iframe {\n width: 563px;\n height: 1218px;\n border: none;\n border-radius: 65px;\n}\n\n.iframe-wrapper-landscape iframe {\n width: 1218px;\n height: 563px;\n border: none;\n border-radius: 65px;\n}\n\n.info {\n position: absolute;\n top: 0;\n left: 0;\n margin-top: 6px;\n margin-left: 8px;\n z-index: 10;\n}\n"],"names":[],"sourceRoot":""} \ No newline at end of file diff --git a/static/js/main.190a466c.js b/static/js/main.cee811e5.js similarity index 94% rename from static/js/main.190a466c.js rename to static/js/main.cee811e5.js index b377334..947ade8 100644 --- a/static/js/main.190a466c.js +++ b/static/js/main.cee811e5.js @@ -1,3 +1,3 @@ -/*! For license information please see main.190a466c.js.LICENSE.txt */ -!function(){var e={345:function(e,t){"use strict";function n(e,t){var n=e.length;e.push(t);e:for(;0>>1,i=e[r];if(!(0>>1;ra(l,n))ua(c,l)?(e[r]=c,e[u]=n,r=u):(e[r]=l,e[s]=n,r=s);else{if(!(ua(c,n)))break e;e[r]=c,e[u]=n,r=u}}}return t}function a(e,t){var n=e.sortIndex-t.sortIndex;return 0!==n?n:e.id-t.id}if("object"===typeof performance&&"function"===typeof performance.now){var o=performance;t.unstable_now=function(){return o.now()}}else{var s=Date,l=s.now();t.unstable_now=function(){return s.now()-l}}var u=[],c=[],f=1,h=null,d=3,p=!1,v=!1,m=!1,g="function"===typeof setTimeout?setTimeout:null,y="function"===typeof clearTimeout?clearTimeout:null,_="undefined"!==typeof setImmediate?setImmediate:null;function b(e){for(var t=r(c);null!==t;){if(null===t.callback)i(c);else{if(!(t.startTime<=e))break;i(c),t.sortIndex=t.expirationTime,n(u,t)}t=r(c)}}function x(e){if(m=!1,b(e),!v)if(null!==r(u))v=!0,I(A);else{var t=r(c);null!==t&&L(x,t.startTime-e)}}function A(e,n){v=!1,m&&(m=!1,y(E),E=-1),p=!0;var a=d;try{for(b(n),h=r(u);null!==h&&(!(h.expirationTime>n)||e&&!k());){var o=h.callback;if("function"===typeof o){h.callback=null,d=h.priorityLevel;var s=o(h.expirationTime<=n);n=t.unstable_now(),"function"===typeof s?h.callback=s:h===r(u)&&i(u),b(n)}else i(u);h=r(u)}if(null!==h)var l=!0;else{var f=r(c);null!==f&&L(x,f.startTime-n),l=!1}return l}finally{h=null,d=a,p=!1}}"undefined"!==typeof navigator&&void 0!==navigator.scheduling&&void 0!==navigator.scheduling.isInputPending&&navigator.scheduling.isInputPending.bind(navigator.scheduling);var M,S=!1,w=null,E=-1,T=5,C=-1;function k(){return!(t.unstable_now()-Ce||125o?(e.sortIndex=a,n(c,e),null===r(u)&&e===r(c)&&(m?(y(E),E=-1):m=!0,L(x,a-o))):(e.sortIndex=s,n(u,e),v||p||(v=!0,I(A))),e},t.unstable_shouldYield=k,t.unstable_wrapCallback=function(e){var t=d;return function(){var n=d;d=t;try{return e.apply(this,arguments)}finally{d=n}}}},545:function(e,t,n){"use strict";e.exports=n(345)},494:function(e){function t(e,t,n){var r,i,a,o,s;function l(){var u=Date.now()-o;u=0?r=setTimeout(l,t-u):(r=null,n||(s=e.apply(a,i),a=i=null))}null==t&&(t=100);var u=function(){a=this,i=arguments,o=Date.now();var u=n&&!r;return r||(r=setTimeout(l,t)),u&&(s=e.apply(a,i),a=i=null),s};return u.clear=function(){r&&(clearTimeout(r),r=null)},u.flush=function(){r&&(s=e.apply(a,i),a=i=null,clearTimeout(r),r=null)},u}t.debounce=t,e.exports=t},463:function(e,t,n){"use strict";var r=n(791),i=n(296);function a(e){for(var t="https://reactjs.org/docs/error-decoder.html?invariant="+e,n=1;n