bug修复

This commit is contained in:
837816638@qq.com 2020-12-25 17:16:36 +08:00
parent e793b32421
commit a51c6093bb
113 changed files with 2598 additions and 2 deletions

View File

@ -1,2 +0,0 @@
# h5educoderbuild

56
asset-manifest.json Normal file
View File

@ -0,0 +1,56 @@
{
"files": {
"static/css/0.97cd063c.chunk.css": "/static/css/0.97cd063c.chunk.css",
"static/js/0.41186ae2.chunk.js": "/static/js/0.41186ae2.chunk.js",
"main.css": "/static/css/main.bffd8981.chunk.css",
"main.js": "/static/js/main.880e4f6b.chunk.js",
"runtime-main.js": "/static/js/runtime-main.bd2a30c6.js",
"static/js/3.77e8347d.chunk.js": "/static/js/3.77e8347d.chunk.js",
"static/css/4.a2806b49.chunk.css": "/static/css/4.a2806b49.chunk.css",
"static/js/4.395428d5.chunk.js": "/static/js/4.395428d5.chunk.js",
"static/css/5.aadebaee.chunk.css": "/static/css/5.aadebaee.chunk.css",
"static/js/5.0da3e032.chunk.js": "/static/js/5.0da3e032.chunk.js",
"static/css/6.a1021138.chunk.css": "/static/css/6.a1021138.chunk.css",
"static/js/6.2ec6d480.chunk.js": "/static/js/6.2ec6d480.chunk.js",
"static/css/7.e928a7e2.chunk.css": "/static/css/7.e928a7e2.chunk.css",
"static/js/7.a676252a.chunk.js": "/static/js/7.a676252a.chunk.js",
"static/css/8.cb344b18.chunk.css": "/static/css/8.cb344b18.chunk.css",
"static/js/8.195ea543.chunk.js": "/static/js/8.195ea543.chunk.js",
"static/css/9.9a4e9fc3.chunk.css": "/static/css/9.9a4e9fc3.chunk.css",
"static/js/9.899d8100.chunk.js": "/static/js/9.899d8100.chunk.js",
"static/css/10.7bab0122.chunk.css": "/static/css/10.7bab0122.chunk.css",
"static/js/10.81abfc95.chunk.js": "/static/js/10.81abfc95.chunk.js",
"index.html": "/index.html",
"precache-manifest.6e82a1bdd1c80c435dc937b262b812af.js": "/precache-manifest.6e82a1bdd1c80c435dc937b262b812af.js",
"service-worker.js": "/service-worker.js",
"static/css/0.97cd063c.chunk.css.map": "/static/css/0.97cd063c.chunk.css.map",
"static/css/10.7bab0122.chunk.css.map": "/static/css/10.7bab0122.chunk.css.map",
"static/css/4.a2806b49.chunk.css.map": "/static/css/4.a2806b49.chunk.css.map",
"static/css/5.aadebaee.chunk.css.map": "/static/css/5.aadebaee.chunk.css.map",
"static/css/6.a1021138.chunk.css.map": "/static/css/6.a1021138.chunk.css.map",
"static/css/7.e928a7e2.chunk.css.map": "/static/css/7.e928a7e2.chunk.css.map",
"static/css/8.cb344b18.chunk.css.map": "/static/css/8.cb344b18.chunk.css.map",
"static/css/9.9a4e9fc3.chunk.css.map": "/static/css/9.9a4e9fc3.chunk.css.map",
"static/css/main.bffd8981.chunk.css.map": "/static/css/main.bffd8981.chunk.css.map",
"static/js/4.395428d5.chunk.js.LICENSE.txt": "/static/js/4.395428d5.chunk.js.LICENSE.txt",
"static/media/katex.min.css": "/static/media/KaTeX_Typewriter-Regular.6cc31ea5.woff2",
"static/media/bg.png": "/static/media/bg.8631deeb.png",
"static/media/index.less": "/static/media/success.11f5f5bd.svg",
"static/media/circle-close.svg": "/static/media/circle-close.c8c7de07.svg",
"static/media/failer.svg": "/static/media/failer.8aac9287.svg",
"static/media/icon-reset.svg": "/static/media/icon-reset.ebbb88dd.svg",
"static/media/icon-tests.svg": "/static/media/icon-tests.0290fc19.svg",
"static/media/lock.svg": "/static/media/lock.6300d2a9.svg",
"static/media/mark.svg": "/static/media/mark.2bd663ba.svg",
"static/media/nothing.png": "/static/media/nothing.71db6790.png",
"static/media/selected.svg": "/static/media/selected.47fb9d50.svg",
"static/media/un-selected.svg": "/static/media/un-selected.6e0a4590.svg"
},
"entrypoints": [
"static/js/runtime-main.bd2a30c6.js",
"static/css/4.a2806b49.chunk.css",
"static/js/4.395428d5.chunk.js",
"static/css/main.bffd8981.chunk.css",
"static/js/main.880e4f6b.chunk.js"
]
}

1894
css/css_min_all.css Executable file

File diff suppressed because one or more lines are too long

BIN
favicon.ico Executable file

Binary file not shown.

After

Width:  |  Height:  |  Size: 66 KiB

1
index.html Normal file

File diff suppressed because one or more lines are too long

BIN
logo192.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

BIN
logo512.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.4 KiB

25
manifest.json Normal file
View File

@ -0,0 +1,25 @@
{
"short_name": "React App",
"name": "Create React App Sample",
"icons": [
{
"src": "favicon.ico",
"sizes": "64x64 32x32 24x24 16x16",
"type": "image/x-icon"
},
{
"src": "logo192.png",
"type": "image/png",
"sizes": "192x192"
},
{
"src": "logo512.png",
"type": "image/png",
"sizes": "512x512"
}
],
"start_url": ".",
"display": "standalone",
"theme_color": "#000000",
"background_color": "#ffffff"
}

View File

@ -0,0 +1,378 @@
self.__precacheManifest = (self.__precacheManifest || []).concat([
{
"revision": "bea80c751b3fdffbd86f8d1b4c076d2f",
"url": "/h5educoderbuild/index.html"
},
{
"revision": "92b762d859f6cf4c8d7a",
"url": "/h5educoderbuild/static/css/0.97cd063c.chunk.css"
},
{
"revision": "55433d88cf8a9cd5a16d",
"url": "/h5educoderbuild/static/css/10.7bab0122.chunk.css"
},
{
"revision": "19ed263b4fc625c620c6",
"url": "/h5educoderbuild/static/css/4.a2806b49.chunk.css"
},
{
"revision": "8cd4cac0ed6b95535629",
"url": "/h5educoderbuild/static/css/5.aadebaee.chunk.css"
},
{
"revision": "f851c0caf39744627622",
"url": "/h5educoderbuild/static/css/6.a1021138.chunk.css"
},
{
"revision": "87e6df20adac182cf294",
"url": "/h5educoderbuild/static/css/7.e928a7e2.chunk.css"
},
{
"revision": "3ea513e5edf050136795",
"url": "/h5educoderbuild/static/css/8.cb344b18.chunk.css"
},
{
"revision": "7ee93cc2b815160961d6",
"url": "/h5educoderbuild/static/css/9.9a4e9fc3.chunk.css"
},
{
"revision": "abe796408cf4463477f2",
"url": "/h5educoderbuild/static/css/main.bffd8981.chunk.css"
},
{
"revision": "92b762d859f6cf4c8d7a",
"url": "/h5educoderbuild/static/js/0.41186ae2.chunk.js"
},
{
"revision": "55433d88cf8a9cd5a16d",
"url": "/h5educoderbuild/static/js/10.81abfc95.chunk.js"
},
{
"revision": "71a1a745a77e7bdbcdcc",
"url": "/h5educoderbuild/static/js/3.77e8347d.chunk.js"
},
{
"revision": "19ed263b4fc625c620c6",
"url": "/h5educoderbuild/static/js/4.395428d5.chunk.js"
},
{
"revision": "f282405eecb86e4fa86854bb2c9ebb8a",
"url": "/h5educoderbuild/static/js/4.395428d5.chunk.js.LICENSE.txt"
},
{
"revision": "8cd4cac0ed6b95535629",
"url": "/h5educoderbuild/static/js/5.0da3e032.chunk.js"
},
{
"revision": "f851c0caf39744627622",
"url": "/h5educoderbuild/static/js/6.2ec6d480.chunk.js"
},
{
"revision": "87e6df20adac182cf294",
"url": "/h5educoderbuild/static/js/7.a676252a.chunk.js"
},
{
"revision": "3ea513e5edf050136795",
"url": "/h5educoderbuild/static/js/8.195ea543.chunk.js"
},
{
"revision": "7ee93cc2b815160961d6",
"url": "/h5educoderbuild/static/js/9.899d8100.chunk.js"
},
{
"revision": "abe796408cf4463477f2",
"url": "/h5educoderbuild/static/js/main.880e4f6b.chunk.js"
},
{
"revision": "ee3503ee18f47c219784",
"url": "/h5educoderbuild/static/js/runtime-main.bd2a30c6.js"
},
{
"revision": "7f06b4e30317f784d61d26686aed0ab2",
"url": "/h5educoderbuild/static/media/KaTeX_AMS-Regular.7f06b4e3.woff"
},
{
"revision": "aaf4eee9fba9907d61c3935e0b6a54ae",
"url": "/h5educoderbuild/static/media/KaTeX_AMS-Regular.aaf4eee9.ttf"
},
{
"revision": "e78e28b4834954df047e4925e9dbf354",
"url": "/h5educoderbuild/static/media/KaTeX_AMS-Regular.e78e28b4.woff2"
},
{
"revision": "021dd4dc61ee5f5cdf315f43b48c094b",
"url": "/h5educoderbuild/static/media/KaTeX_Caligraphic-Bold.021dd4dc.ttf"
},
{
"revision": "1e802ca9dedc4ed4e3c6f645e4316128",
"url": "/h5educoderbuild/static/media/KaTeX_Caligraphic-Bold.1e802ca9.woff"
},
{
"revision": "4ec58befa687e9752c3c91cd9bcf1bcb",
"url": "/h5educoderbuild/static/media/KaTeX_Caligraphic-Bold.4ec58bef.woff2"
},
{
"revision": "7edb53b6693d75b8a2232481eea1a52c",
"url": "/h5educoderbuild/static/media/KaTeX_Caligraphic-Regular.7edb53b6.woff2"
},
{
"revision": "d3b46c3a530116933081d9d74e3e9fe8",
"url": "/h5educoderbuild/static/media/KaTeX_Caligraphic-Regular.d3b46c3a.woff"
},
{
"revision": "d49f2d55ce4f40f982d8ba63d746fbf9",
"url": "/h5educoderbuild/static/media/KaTeX_Caligraphic-Regular.d49f2d55.ttf"
},
{
"revision": "a31e7cba7b7221ebf1a2ae545fb306b2",
"url": "/h5educoderbuild/static/media/KaTeX_Fraktur-Bold.a31e7cba.ttf"
},
{
"revision": "c4c8cab7d5be97b2bb283e531c077355",
"url": "/h5educoderbuild/static/media/KaTeX_Fraktur-Bold.c4c8cab7.woff"
},
{
"revision": "d5b59ec9764e10f4a82369ae29f3ac58",
"url": "/h5educoderbuild/static/media/KaTeX_Fraktur-Bold.d5b59ec9.woff2"
},
{
"revision": "32a5339eb809f381a7357ba56f82aab3",
"url": "/h5educoderbuild/static/media/KaTeX_Fraktur-Regular.32a5339e.woff2"
},
{
"revision": "a48dad4f58c82e38a10da0ceebb86370",
"url": "/h5educoderbuild/static/media/KaTeX_Fraktur-Regular.a48dad4f.ttf"
},
{
"revision": "b7d9c46bff5d51da6209e355cc4a235d",
"url": "/h5educoderbuild/static/media/KaTeX_Fraktur-Regular.b7d9c46b.woff"
},
{
"revision": "22086eb5d97009c3e99bcc1d16ce6865",
"url": "/h5educoderbuild/static/media/KaTeX_Main-Bold.22086eb5.woff"
},
{
"revision": "8e1e01c4b1207c0a383d9a2b4f86e637",
"url": "/h5educoderbuild/static/media/KaTeX_Main-Bold.8e1e01c4.woff2"
},
{
"revision": "9ceff51b3cb7ce6eb4e8efa8163a1472",
"url": "/h5educoderbuild/static/media/KaTeX_Main-Bold.9ceff51b.ttf"
},
{
"revision": "284a17fe5baf72ff8217d4c7e70c0f82",
"url": "/h5educoderbuild/static/media/KaTeX_Main-BoldItalic.284a17fe.woff2"
},
{
"revision": "4c57dbc44bfff1fdf08a59cf556fdab3",
"url": "/h5educoderbuild/static/media/KaTeX_Main-BoldItalic.4c57dbc4.woff"
},
{
"revision": "e8b44b990516dab7937bf240fde8b46a",
"url": "/h5educoderbuild/static/media/KaTeX_Main-BoldItalic.e8b44b99.ttf"
},
{
"revision": "29c86397e75cdcb3135af8295f1c2e28",
"url": "/h5educoderbuild/static/media/KaTeX_Main-Italic.29c86397.ttf"
},
{
"revision": "99be0e10c38cd42466e6fe1665ef9536",
"url": "/h5educoderbuild/static/media/KaTeX_Main-Italic.99be0e10.woff"
},
{
"revision": "e533d5a2506cf053cd671b335ec04dde",
"url": "/h5educoderbuild/static/media/KaTeX_Main-Italic.e533d5a2.woff2"
},
{
"revision": "5c734d78610fa35282f3379f866707f2",
"url": "/h5educoderbuild/static/media/KaTeX_Main-Regular.5c734d78.woff2"
},
{
"revision": "5c94aef490324b0925dbe5f643e8fd04",
"url": "/h5educoderbuild/static/media/KaTeX_Main-Regular.5c94aef4.ttf"
},
{
"revision": "b741441f6d71014d0453ca3ebc884dd4",
"url": "/h5educoderbuild/static/media/KaTeX_Main-Regular.b741441f.woff"
},
{
"revision": "9a2834a9ff8ab411153571e0e55ac693",
"url": "/h5educoderbuild/static/media/KaTeX_Math-BoldItalic.9a2834a9.ttf"
},
{
"revision": "b13731ef4e2bfc3d8d859271e39550fc",
"url": "/h5educoderbuild/static/media/KaTeX_Math-BoldItalic.b13731ef.woff"
},
{
"revision": "d747bd1e7a6a43864285edd73dcde253",
"url": "/h5educoderbuild/static/media/KaTeX_Math-BoldItalic.d747bd1e.woff2"
},
{
"revision": "291e76b8871b84560701bd29f9d1dcc7",
"url": "/h5educoderbuild/static/media/KaTeX_Math-Italic.291e76b8.ttf"
},
{
"revision": "4ad08b826b8065e1eab85324d726538c",
"url": "/h5educoderbuild/static/media/KaTeX_Math-Italic.4ad08b82.woff2"
},
{
"revision": "f0303906c2a67ac63bf1e8ccd638a89e",
"url": "/h5educoderbuild/static/media/KaTeX_Math-Italic.f0303906.woff"
},
{
"revision": "3fb419559955e3ce75619f1a5e8c6c84",
"url": "/h5educoderbuild/static/media/KaTeX_SansSerif-Bold.3fb41955.woff"
},
{
"revision": "6e0830bee40435e72165345e0682fbfc",
"url": "/h5educoderbuild/static/media/KaTeX_SansSerif-Bold.6e0830be.woff2"
},
{
"revision": "7dc027cba9f7b11ec92af4a311372a85",
"url": "/h5educoderbuild/static/media/KaTeX_SansSerif-Bold.7dc027cb.ttf"
},
{
"revision": "4059868e460d2d2e6be18e180d20c43d",
"url": "/h5educoderbuild/static/media/KaTeX_SansSerif-Italic.4059868e.ttf"
},
{
"revision": "727a9b0d97d72d2fc0228fe4e07fb4d8",
"url": "/h5educoderbuild/static/media/KaTeX_SansSerif-Italic.727a9b0d.woff"
},
{
"revision": "fba01c9c6fb2866a0f95bcacb2c187a5",
"url": "/h5educoderbuild/static/media/KaTeX_SansSerif-Italic.fba01c9c.woff2"
},
{
"revision": "2555754a67062cac3a0913b715ab982f",
"url": "/h5educoderbuild/static/media/KaTeX_SansSerif-Regular.2555754a.woff"
},
{
"revision": "5c58d168c0b66d2c32234a6718e74dfb",
"url": "/h5educoderbuild/static/media/KaTeX_SansSerif-Regular.5c58d168.ttf"
},
{
"revision": "d929cd671b19f0cfea55b6200fb47461",
"url": "/h5educoderbuild/static/media/KaTeX_SansSerif-Regular.d929cd67.woff2"
},
{
"revision": "755e2491f13b5269f0afd5a56f7aa692",
"url": "/h5educoderbuild/static/media/KaTeX_Script-Regular.755e2491.woff2"
},
{
"revision": "d12ea9efb375f9dc331f562e69892638",
"url": "/h5educoderbuild/static/media/KaTeX_Script-Regular.d12ea9ef.ttf"
},
{
"revision": "d524c9a5b62a17f98f4a97af37fea735",
"url": "/h5educoderbuild/static/media/KaTeX_Script-Regular.d524c9a5.woff"
},
{
"revision": "048c39cba4dfb0460682a45e84548e4b",
"url": "/h5educoderbuild/static/media/KaTeX_Size1-Regular.048c39cb.woff2"
},
{
"revision": "08b5f00e7140f7a10e62c8e2484dfa5a",
"url": "/h5educoderbuild/static/media/KaTeX_Size1-Regular.08b5f00e.woff"
},
{
"revision": "7342d45b052c3a2abc21049959fbab7f",
"url": "/h5educoderbuild/static/media/KaTeX_Size1-Regular.7342d45b.ttf"
},
{
"revision": "81d6b8d5ca77d63d5033d6991549a659",
"url": "/h5educoderbuild/static/media/KaTeX_Size2-Regular.81d6b8d5.woff2"
},
{
"revision": "af24b0e4b7e52656ca77914695c99930",
"url": "/h5educoderbuild/static/media/KaTeX_Size2-Regular.af24b0e4.woff"
},
{
"revision": "eb130dcc661de766c999c60ba1525a88",
"url": "/h5educoderbuild/static/media/KaTeX_Size2-Regular.eb130dcc.ttf"
},
{
"revision": "0d8926405d832a4b065e516bd385d812",
"url": "/h5educoderbuild/static/media/KaTeX_Size3-Regular.0d892640.woff"
},
{
"revision": "7e02a40c41e52dc3b2b6b197bbdf05ea",
"url": "/h5educoderbuild/static/media/KaTeX_Size3-Regular.7e02a40c.ttf"
},
{
"revision": "b311ca09df2c89a10fbb914b5a053805",
"url": "/h5educoderbuild/static/media/KaTeX_Size3-Regular.b311ca09.woff2"
},
{
"revision": "68895bb880a61a7fc019dbfaa5121bb4",
"url": "/h5educoderbuild/static/media/KaTeX_Size4-Regular.68895bb8.woff"
},
{
"revision": "6a3255dfc1ba41c46e7e807f8ab16c49",
"url": "/h5educoderbuild/static/media/KaTeX_Size4-Regular.6a3255df.woff2"
},
{
"revision": "ad7672524b64b730dfd176140a8945cb",
"url": "/h5educoderbuild/static/media/KaTeX_Size4-Regular.ad767252.ttf"
},
{
"revision": "257023560753aeb0b89b7e434d3da17f",
"url": "/h5educoderbuild/static/media/KaTeX_Typewriter-Regular.25702356.ttf"
},
{
"revision": "3fe216d2a5f736c560cde71984554b64",
"url": "/h5educoderbuild/static/media/KaTeX_Typewriter-Regular.3fe216d2.woff"
},
{
"revision": "6cc31ea5c223c88705a13727a71417fa",
"url": "/h5educoderbuild/static/media/KaTeX_Typewriter-Regular.6cc31ea5.woff2"
},
{
"revision": "8631deebf09e96c5529c7ba44784b2d3",
"url": "/h5educoderbuild/static/media/bg.8631deeb.png"
},
{
"revision": "e9fe6796c5fc666252811d583e9ea843",
"url": "/h5educoderbuild/static/media/checkbox.e9fe6796.svg"
},
{
"revision": "c8c7de07c36a364f0d31bbf037ddc085",
"url": "/h5educoderbuild/static/media/circle-close.c8c7de07.svg"
},
{
"revision": "8aac9287a0630d9818ee8216c8e0f5a6",
"url": "/h5educoderbuild/static/media/failer.8aac9287.svg"
},
{
"revision": "ebbb88ddecf7c15d82cea9a558419b8b",
"url": "/h5educoderbuild/static/media/icon-reset.ebbb88dd.svg"
},
{
"revision": "0290fc1971cfe93cbd8cec075b759315",
"url": "/h5educoderbuild/static/media/icon-tests.0290fc19.svg"
},
{
"revision": "6300d2a9b29d6ffbd7dacfe4d08df0b3",
"url": "/h5educoderbuild/static/media/lock.6300d2a9.svg"
},
{
"revision": "2bd663badb182d173deacd46f9c94894",
"url": "/h5educoderbuild/static/media/mark.2bd663ba.svg"
},
{
"revision": "71db6790b0dae29b649901cc28752535",
"url": "/h5educoderbuild/static/media/nothing.71db6790.png"
},
{
"revision": "47fb9d506e548f1bcd4fc5580847d1b6",
"url": "/h5educoderbuild/static/media/selected.47fb9d50.svg"
},
{
"revision": "11f5f5bdca1375c9b7c2b86c0df79ed7",
"url": "/h5educoderbuild/static/media/success.11f5f5bd.svg"
},
{
"revision": "6e0a4590c844c4d7b9b19821eaec9d95",
"url": "/h5educoderbuild/static/media/un-selected.6e0a4590.svg"
}
]);

3
robots.txt Normal file
View File

@ -0,0 +1,3 @@
# https://www.robotstxt.org/robotstxt.html
User-agent: *
Disallow:

39
service-worker.js Normal file
View File

@ -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(
"/h5educoderbuild/precache-manifest.6e82a1bdd1c80c435dc937b262b812af.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: [/^\/_/,/\/[^/?]+\.[^/]+$/],
});

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,2 @@
.noticeContent{overflow-x:hidden;width:100%;height:100%;height:auto;padding:24px 15px 0;background-color:#fff;background:#fff}.booktitle{display:flex;align-items:center;justify-content:space-between}.mt15{margin-top:15px}.manlogo{width:48px;height:48px;border-radius:50%}.mr5{margin-right:5px}.titlename{font-size:12px;font-weight:800;color:#303133;line-height:20px;text-shadow:0 2px 5px rgba(6,33,55,.04)}.titlenameover{width:65px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.relative{position:relative;justify-content:center}.townumbel{font-size:19px;font-weight:500;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;word-break:break-all}.countsize{font-size:15px}
/*# sourceMappingURL=10.7bab0122.chunk.css.map */

View File

@ -0,0 +1 @@
{"version":3,"sources":["index.css"],"names":[],"mappings":"AAAA,eACC,iBAAkB,CAClB,UAAW,CACX,WAAY,CACZ,WAAY,CACZ,mBAA2B,CAC3B,qBAAyB,CACzB,eACD,CACA,WACI,YAAa,CACb,kBAAmB,CACnB,6BACJ,CACA,MACI,eACJ,CACA,SACI,UAAU,CACV,WAAW,CACX,iBACJ,CACA,KACI,gBACJ,CACA,WACI,cAAc,CACd,eAAe,CACf,aAAsB,CACtB,gBAAgB,CAChB,uCACJ,CACA,eACI,UAAU,CACV,eAAgB,CAChB,sBAAuB,CACvB,kBACJ,CACA,UACI,iBAAkB,CAClB,sBACJ,CACA,WACI,cAAe,CACf,eAAe,CAChB,eAAgB,CACf,sBAAuB,CACvB,mBAAoB,CACpB,2BAA4B,CAC5B,oBAAqB,CACtB,oBACH,CACA,WACI,cACJ","file":"10.7bab0122.chunk.css","sourcesContent":[".noticeContent{\n\toverflow-x: hidden;\n\twidth: 100%;\n\theight: 100%;\n\theight: auto;\n\tpadding: 24px 15px 0px 15px;\n\tbackground-color: #FFFFFF;\n\tbackground: #FFFFFF;\n}\n.booktitle{\n display: flex;\n align-items: center;\n justify-content: space-between;\n}\n.mt15{\n margin-top: 15px;\n}\n.manlogo{\n width:48px;\n height:48px;\n border-radius: 50%;\n}\n.mr5{\n margin-right: 5px;\n}\n.titlename{\n font-size:12px;\n font-weight:800;\n color:rgba(48,49,51,1);\n line-height:20px;\n text-shadow:0px 2px 5px rgba(6,33,55,0.04);\n}\n.titlenameover{\n width:65px;\n overflow: hidden;\n text-overflow: ellipsis;\n white-space: nowrap; \t\t\t\t\t\t\t\n}\n.relative{\n position: relative;\n justify-content: center;\n}\n.townumbel{\n font-size: 19px;\n font-weight:500;\n overflow: hidden; \n text-overflow: ellipsis;\n display: -webkit-box;\n -webkit-box-orient: vertical;\n -webkit-line-clamp: 2; \n word-break:break-all;\n}\n.countsize{\n font-size: 15px;\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

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

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

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1,2 @@
.loading-tip{display:flex;flex-flow:column nowrap;justify-content:center;align-items:center;height:100%;background:#213857;color:#fff}
/*# sourceMappingURL=9.9a4e9fc3.chunk.css.map */

View File

@ -0,0 +1 @@
{"version":3,"sources":["loading.css"],"names":[],"mappings":"AAAA,aACE,YAAa,CACb,uBAAwB,CACxB,sBAAuB,CACvB,kBAAmB,CACnB,WAAY,CACZ,kBAAmB,CACnB,UACF","file":"9.9a4e9fc3.chunk.css","sourcesContent":[".loading-tip {\n display: flex;\n flex-flow: column nowrap;\n justify-content: center;\n align-items: center;\n height: 100%;\n background: #213857;\n color: #fff;\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

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

View File

@ -0,0 +1,61 @@
/*
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
*/
/*!
* cookie
* Copyright(c) 2012-2014 Roman Shtylman
* Copyright(c) 2015 Douglas Christopher Wilson
* MIT Licensed
*/
/** @license React v0.18.0
* scheduler.production.min.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.12.0
* react-dom.production.min.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.12.0
* react-is.production.min.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.12.0
* react.production.min.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

File diff suppressed because one or more lines are too long

View File

@ -0,0 +1 @@
(this.webpackJsonph5=this.webpackJsonph5||[]).push([[9],{207:function(e,t,n){"use strict";n.d(t,"a",(function(){return a}));var r=n(20);function a(e,t){if(null==e)return{};var n,a,c=Object(r.a)(e,t);if(Object.getOwnPropertySymbols){var u=Object.getOwnPropertySymbols(e);for(a=0;a<u.length;a++)n=u[a],0<=t.indexOf(n)||Object.prototype.propertyIsEnumerable.call(e,n)&&(c[n]=e[n])}return c}},208:function(e,t,n){"use strict";var r=n(0),a=n.n(r);n(586),t.a=function(){return a.a.createElement("div",{className:"loading-tip"},a.a.createElement("p",null,"loading ..."))}},586:function(e,t,n){},612:function(e,t,n){"use strict";n.r(t);var r=n(207),a=n(0),c=n.n(a),u=n(15),l=n(208),i=Object(a.lazy)((function(){return Promise.all([n.e(3),n.e(6)]).then(n.bind(null,609))})),o=Object(a.lazy)((function(){return n.e(7).then(n.bind(null,607))}));t.default=function(e){var t=e.taskData,n=Object(u.h)().identifier,s=Object(a.useMemo)((function(){if(t){var e=t.st,a=Object(r.a)(t,["st"]);return 0===e?c.a.createElement(i,{source:a,taskId:n}):c.a.createElement(o,{source:a,taskId:n})}return c.a.createElement(l.a,null)}),[t,n]);return c.a.createElement(a.Suspense,{fallback:c.a.createElement(l.a,null)},s)}}}]);

View File

@ -0,0 +1 @@
(this.webpackJsonph5=this.webpackJsonph5||[]).push([[1],{102:function(e,n,t){},103:function(e,n,t){},173:function(e,n,t){"use strict";t.r(n);var r=t(0),a=t.n(r),o=t(16),c=t.n(o),i=(t(102),t(103),t(57)),u=t(15),s=t(59),l=t(60),d=t(63),f=t(61),h=t(64),p=function(e){function n(e){var t;return Object(s.a)(this,n),(t=Object(d.a)(this,Object(f.a)(n).call(this,e))).state={hasError:!1},t}return Object(h.a)(n,e),Object(l.a)(n,[{key:"componentDidCatch",value:function(){}},{key:"render",value:function(){return this.state.hasError?a.a.createElement("h1",null,"Something went wrong."):this.props.children}}],[{key:"getDerivedStateFromError",value:function(){return{hasError:!0}}}]),n}(a.a.Component),m=t(58),b=Object(r.lazy)((function(){return Promise.all([t.e(0),t.e(5),t.e(8)]).then(t.bind(null,613))})),w=Object(r.lazy)((function(){return Promise.all([t.e(0),t.e(10)]).then(t.bind(null,611))}));Object(m.b)(),Boolean("localhost"===window.location.hostname||"[::1]"===window.location.hostname||window.location.hostname.match(/^127(?:\.(?:25[0-5]|2[0-4][0-9]|[01]?[0-9][0-9]?)){3}$/)),c.a.render(a.a.createElement((function(){return a.a.createElement("div",{className:"app"},a.a.createElement(p,null,a.a.createElement(i.a,{basename:"/h5educoderbuild"},a.a.createElement(r.Suspense,{fallback:a.a.createElement("div",null)},a.a.createElement(u.c,null,a.a.createElement(u.a,{path:"/educodermd/Notice/:courseid/:infromid/:educoder_session/:autologin_trustie",component:w}),a.a.createElement(u.a,{path:"/educodermd/:identifier/:educoder_session/:autologin_trustie",component:b}))))))}),null),document.getElementById("root")),"serviceWorker"in navigator&&navigator.serviceWorker.ready.then((function(e){e.unregister()})).catch((function(e){}))},58:function(e,n,t){"use strict";t.d(n,"c",(function(){return b})),t.d(n,"b",(function(){return v})),t.d(n,"a",(function(){return _})),t(94);var r,a=t(19),o=t.n(a),c=t(30),i=t.n(c),u=t(40),s=t(31),l=t.n(s),d=t(32),f=t.n(d),h=t(90),p=t.n(h),m=!1;function b(e){e.map((function(e,n){"educoder_session"===e.id?(l.a.save("_educoder_session",e.value,{path:"/"}),l.a.save("_educoder_session",e.value,{domain:".educoder.net",path:"/"})):(l.a.save("autologin_trustie",e.value,{path:"/"}),l.a.save("autologin_trustie",e.value,{domain:".educoder.net",path:"/"}))}))}function w(e){var n=[function(e){var n=e[1];return"/tasks/".concat(n,"/choose_build.json")}],t=e.url;if(-1!==t.indexOf(".json"))return e;e.withCredentials=!1;var r,a,o=t.split("?"),c=o[0];return(r={}[c])||[/\/api\/v1\/games\/(\w*)\/choose_build/i].forEach((function(t,i){var u=c.match(t);if(u){var s=n[i];return r=s&&s(u),a="".concat(r,"?").concat(o[1]),e.url=a,e}})),e}function v(){var e="https://test-newweb.educoder.net",n={};window.setfalseInRequestMap=function(e){n[e]=!1},f.a.interceptors.request.use(function(){var t=Object(u.a)(i.a.mark((function t(a){var o,c;return i.a.wrap((function(t){for(;;)switch(t.prev=t.next){case 0:if(-1!=a.url.indexOf(e)||-1!=a.url.indexOf(":"))return t.abrupt("return",a);t.next=2;break;case 2:if(w(a),o="/api".concat(a.url),a.params&&null!=a.params.redirect_uri&&-1!=a.params.redirect_uri.indexOf("otherloginqq")&&(o="".concat(a.url)),c=p()("79e33abd4b6588941ab7622aed1e67e8"+r),"true"!="".concat(a[0])&&("3000"===window.location.port?(a.url="".concat(e).concat(o),-1==a.url.indexOf("?")?a.url="".concat(a.url,"?debug=").concat("","&randomcode=").concat(r,"&client_key=").concat(c):a.url="".concat(a.url,"&debug=").concat("","&randomcode=").concat(r,"&client_key=").concat(c)):(a.url=o,-1==a.url.indexOf("?")?a.url="".concat(a.url,"?randomcode=").concat(r,"&client_key=").concat(c):a.url="".concat(a.url,"&randomcode=").concat(r,"&client_key=").concat(c))),"post"!==a.method){t.next=10;break}if(!0===n[a.url])return t.abrupt("return",!1);t.next=10;break;case 10:return-1===a.url.indexOf("update_file")&&(n[a.url]=!0,window.setTimeout("setfalseInRequestMap('"+a.url+"')",900)),t.abrupt("return",a);case 12:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}(),(function(e){return Promise.reject(e)})),f.a.interceptors.response.use((function(e){if(void 0!==e){var t=e.data,r=t.status,a=t.message;if(-1===r)throw window.location.pathname.startsWith("/tasks/"),o.a.info(a||"\u670d\u52a1\u5668\u5f02\u5e38\uff0c\u8bf7\u8054\u7cfb\u7ba1\u7406\u5458\u3002"),new f.a.Cancel("Operation canceled by the user.");return 403!==r&&"403"!==r||o.a.info("\u8bbf\u95ee\u5f02\u5e38\uff0c\u65e0\u6743\u9650\u3002"),404===r&&o.a.info("\u8bbf\u95ee\u5f02\u5e38\uff0c\u63a5\u53e3404\u3002"),500===r&&o.a.info("\u8bbf\u95ee\u5f02\u5e38\uff0c\u63a5\u53e3500\u3002"),501===r&&(!1===m&&(m=!0,o.a.info(a||"\u8bbf\u95ee\u5f02\u5e38\uff0c\u8bf7\u6c42\u4e0d\u5408\u7406")),window.setTimeout((function(){m=!1}),2e3)),n[e.config.url]=!1,e}}))}window._debugType="";var _=0<location.href.indexOf("test-")||0<location.href.indexOf("localhost")?"https://test-newweb.educoder.net":"https://www.educoder.net"},97:function(e,n,t){e.exports=t(173)}},[[97,2,4]]]);

View File

@ -0,0 +1 @@
!function(e){function t(t){for(var n,o,i=t[0],c=t[1],l=t[2],s=0,d=[];s<i.length;s++)o=i[s],Object.prototype.hasOwnProperty.call(a,o)&&a[o]&&d.push(a[o][0]),a[o]=0;for(n in c)Object.prototype.hasOwnProperty.call(c,n)&&(e[n]=c[n]);for(f&&f(t);d.length;)d.shift()();return u.push.apply(u,l||[]),r()}function r(){for(var e,t=0;t<u.length;t++){for(var r=u[t],n=!0,o=1;o<r.length;o++){var c=r[o];0!==a[c]&&(n=!1)}n&&(u.splice(t--,1),e=i(i.s=r[0]))}return e}var n={},o={2:0},a={2:0},u=[];function i(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,i),r.l=!0,r.exports}i.e=function(e){var t=[];o[e]?t.push(o[e]):0!==o[e]&&{0:1,5:1,6:1,7:1,8:1,9:1,10:1}[e]&&t.push(o[e]=new Promise((function(t,r){for(var n="static/css/"+({}[e]||e)+"."+{0:"97cd063c",3:"31d6cfe0",5:"aadebaee",6:"a1021138",7:"e928a7e2",8:"cb344b18",9:"9a4e9fc3",10:"7bab0122"}[e]+".chunk.css",a=i.p+n,u=document.getElementsByTagName("link"),c=0;c<u.length;c++){var l=(f=u[c]).getAttribute("data-href")||f.getAttribute("href");if("stylesheet"===f.rel&&(l===n||l===a))return t()}var s=document.getElementsByTagName("style");for(c=0;c<s.length;c++){var f;if((l=(f=s[c]).getAttribute("data-href"))===n||l===a)return t()}var d=document.createElement("link");d.rel="stylesheet",d.type="text/css",d.onload=t,d.onerror=function(t){var n=t&&t.target&&t.target.src||a,u=new Error("Loading CSS chunk "+e+" failed.\n("+n+")");u.code="CSS_CHUNK_LOAD_FAILED",u.request=n,delete o[e],d.parentNode.removeChild(d),r(u)},d.href=a,document.getElementsByTagName("head")[0].appendChild(d)})).then((function(){o[e]=0})));var r,n=a[e];if(0!==n)if(n)t.push(n[2]);else{var u=new Promise((function(t,r){n=a[e]=[t,r]}));t.push(n[2]=u);var c,l=document.createElement("script");l.charset="utf-8",l.timeout=120,i.nc&&l.setAttribute("nonce",i.nc),l.src=i.p+"static/js/"+({}[r=e]||r)+"."+{0:"41186ae2",3:"77e8347d",5:"0da3e032",6:"2ec6d480",7:"a676252a",8:"195ea543",9:"899d8100",10:"81abfc95"}[r]+".chunk.js";var s=new Error;c=function(t){l.onerror=l.onload=null,clearTimeout(f);var r=a[e];if(0!==r){if(r){var n=t&&("load"===t.type?"missing":t.type),o=t&&t.target&&t.target.src;s.message="Loading chunk "+e+" failed.\n("+n+": "+o+")",s.name="ChunkLoadError",s.type=n,s.request=o,r[1](s)}a[e]=void 0}};var f=setTimeout((function(){c({type:"timeout",target:l})}),12e4);l.onerror=l.onload=c,document.head.appendChild(l)}return Promise.all(t)},i.m=e,i.c=n,i.d=function(e,t,r){i.o(e,t)||Object.defineProperty(e,t,{enumerable:!0,get:r})},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,t){if(1&t&&(e=i(e)),8&t)return e;if(4&t&&"object"==typeof e&&e&&e.__esModule)return e;var r=Object.create(null);if(i.r(r),Object.defineProperty(r,"default",{enumerable:!0,value:e}),2&t&&"string"!=typeof e)for(var n in e)i.d(r,n,function(t){return e[t]}.bind(null,n));return r},i.n=function(e){var t=e&&e.__esModule?function(){return e.default}:function(){return e};return i.d(t,"a",t),t},i.o=function(e,t){return Object.prototype.hasOwnProperty.call(e,t)},i.p="/h5educoderbuild/",i.oe=function(e){throw e};var c=this.webpackJsonph5=this.webpackJsonph5||[],l=c.push.bind(c);c.push=t,c=c.slice();for(var s=0;s<c.length;s++)t(c[s]);var f=l;r()}([]);

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

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