* 恢复合并时误删的/logo router * change terminal * change terminal * Merge main * fix api bug * feature-permission
1 line
8.7 KiB
Plaintext
1 line
8.7 KiB
Plaintext
{"version":3,"file":"app.180babeee880c26cc052.css","mappings":"AAqCA,OACI,YACA,kBACA,iBACA,qBACA,yBAGJ,0BAEI,aAGJ,sBACI,kBACA,MAKA,UAGJ,8BAEI,SAQA,SAHA,aAJA,SAGA,UAQA,gBAbA,UAIA,kBAUA,YAPA,MAKA,mBAJA,QAEA,UAIA,CAGJ,yBAEI,gBACA,WACA,aACA,kBACA,mBACA,UAGJ,gCACI,cAGJ,uBAEI,sBAOA,QAAO,CALP,eAGA,OAJA,kBAEA,kBACA,QAEA,KACA,CAGJ,qBACI,kBAGJ,4BAEI,OADA,kBAEA,MAGJ,0BACI,kBAGJ,4BACI,qBAIA,aACA,mBAHA,kBACA,MAFA,iBAIA,CAGJ,2BAEI,eAGJ,yDAEI,eAGJ,2BAEI,iBAGJ,8DAKI,SAGA,kBALA,OAMA,oBAPA,kBAIA,QAFA,MAGA,UAEA,CAGJ,yDACE,kBAGF,iCACE,iBACA,gBAGF,oBAII,WAFA,aAGA,gBAJA,kBAEA,SAEA,CAGJ,WAGI,oBAGJ,6CACA,oDACA,kDACA,oDACA,oDAEA,gBACI,yBAGJ,qEACA,4EACA,0EACA,4EACA,4EAEA,qBACI,6BAGJ,4DAEC,kBADA,SACA,CAGD,uFACC,UAGD,iCAKI,oBAHA,kBAEA,QADA,MAFA,SAIA,CAGJ,sBAEI,kBADA,SACA,CCxNJ,OAKE,mBACA,aACA,gBACA,eACA,WAGF,yBAXE,SACA,OACA,QACA,KAcA,CANF,kBAME,mCAHA,iBAGA,CAGF,eACE,cACA,+BACA,cACA,kBACA,WAEA,oBACE,sBACA,cACA,cACA,gBAGF,sBAKE,6BAJA,gBAGA,mBADA,oBADA,iBAGA,CAGF,2BACE,aACA,OACA,aACA,kBACA,MACA,YAGF,yBAKE,mBAHA,yBAWA,qBACA,kBARA,gBAHA,cAFA,eAMA,oBAQA,cACA,gBARA,cACA,2BACA,gBANA,aAaA,+BANA,kBACA,mBAMA,mBAIJ,0CACE,eACE,cACA,8BACA,aC9EJ,UAEE,YAEA,SADA,gBAEA,gBAGF,oBAEE,YACA,cACA,SAAQ,CAHR,UAGA,CACA,8BAEE,yBADA,WACA","sources":["webpack:///../node_modules/@xterm/xterm/css/xterm.css","webpack:///./components/modal/modal.scss","webpack:///./style/index.scss"],"sourcesContent":["/**\n * Copyright (c) 2014 The xterm.js authors. All rights reserved.\n * Copyright (c) 2012-2013, Christopher Jeffrey (MIT License)\n * https://github.com/chjj/term.js\n * @license MIT\n *\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * of this software and associated documentation files (the \"Software\"), to deal\n * in the Software without restriction, including without limitation the rights\n * to use, copy, modify, merge, publish, distribute, sublicense, and/or sell\n * copies of the Software, and to permit persons to whom the Software is\n * furnished to do so, subject to the following conditions:\n *\n * The above copyright notice and this permission notice shall be included in\n * all copies or substantial portions of the Software.\n *\n * THE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\n * IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,\n * FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE\n * AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER\n * LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,\n * OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN\n * THE SOFTWARE.\n *\n * Originally forked from (with the author's permission):\n * Fabrice Bellard's javascript vt100 for jslinux:\n * http://bellard.org/jslinux/\n * Copyright (c) 2011 Fabrice Bellard\n * The original design remains. The terminal itself\n * has been extended to include xterm CSI codes, among\n * other features.\n */\n\n/**\n * Default styles for xterm.js\n */\n\n.xterm {\n cursor: text;\n position: relative;\n user-select: none;\n -ms-user-select: none;\n -webkit-user-select: none;\n}\n\n.xterm.focus,\n.xterm:focus {\n outline: none;\n}\n\n.xterm .xterm-helpers {\n position: absolute;\n top: 0;\n /**\n * The z-index of the helpers must be higher than the canvases in order for\n * IMEs to appear on top.\n */\n z-index: 5;\n}\n\n.xterm .xterm-helper-textarea {\n padding: 0;\n border: 0;\n margin: 0;\n /* Move textarea out of the screen to the far left, so that the cursor is not visible */\n position: absolute;\n opacity: 0;\n left: -9999em;\n top: 0;\n width: 0;\n height: 0;\n z-index: -5;\n /** Prevent wrapping so the IME appears against the textarea at the correct position */\n white-space: nowrap;\n overflow: hidden;\n resize: none;\n}\n\n.xterm .composition-view {\n /* TODO: Composition position got messed up somewhere */\n background: #000;\n color: #FFF;\n display: none;\n position: absolute;\n white-space: nowrap;\n z-index: 1;\n}\n\n.xterm .composition-view.active {\n display: block;\n}\n\n.xterm .xterm-viewport {\n /* On OS X this is required in order for the scroll bar to appear fully opaque */\n background-color: #000;\n overflow-y: scroll;\n cursor: default;\n position: absolute;\n right: 0;\n left: 0;\n top: 0;\n bottom: 0;\n}\n\n.xterm .xterm-screen {\n position: relative;\n}\n\n.xterm .xterm-screen canvas {\n position: absolute;\n left: 0;\n top: 0;\n}\n\n.xterm .xterm-scroll-area {\n visibility: hidden;\n}\n\n.xterm-char-measure-element {\n display: inline-block;\n visibility: hidden;\n position: absolute;\n top: 0;\n left: -9999em;\n line-height: normal;\n}\n\n.xterm.enable-mouse-events {\n /* When mouse events are enabled (eg. tmux), revert to the standard pointer cursor */\n cursor: default;\n}\n\n.xterm.xterm-cursor-pointer,\n.xterm .xterm-cursor-pointer {\n cursor: pointer;\n}\n\n.xterm.column-select.focus {\n /* Column selection mode */\n cursor: crosshair;\n}\n\n.xterm .xterm-accessibility:not(.debug),\n.xterm .xterm-message {\n position: absolute;\n left: 0;\n top: 0;\n bottom: 0;\n right: 0;\n z-index: 10;\n color: transparent;\n pointer-events: none;\n}\n\n.xterm .xterm-accessibility-tree:not(.debug) *::selection {\n color: transparent;\n}\n\n.xterm .xterm-accessibility-tree {\n user-select: text;\n white-space: pre;\n}\n\n.xterm .live-region {\n position: absolute;\n left: -9999px;\n width: 1px;\n height: 1px;\n overflow: hidden;\n}\n\n.xterm-dim {\n /* Dim should not apply to background, so the opacity of the foreground color is applied\n * explicitly in the generated class and reset to 1 here */\n opacity: 1 !important;\n}\n\n.xterm-underline-1 { text-decoration: underline; }\n.xterm-underline-2 { text-decoration: double underline; }\n.xterm-underline-3 { text-decoration: wavy underline; }\n.xterm-underline-4 { text-decoration: dotted underline; }\n.xterm-underline-5 { text-decoration: dashed underline; }\n\n.xterm-overline {\n text-decoration: overline;\n}\n\n.xterm-overline.xterm-underline-1 { text-decoration: overline underline; }\n.xterm-overline.xterm-underline-2 { text-decoration: overline double underline; }\n.xterm-overline.xterm-underline-3 { text-decoration: overline wavy underline; }\n.xterm-overline.xterm-underline-4 { text-decoration: overline dotted underline; }\n.xterm-overline.xterm-underline-5 { text-decoration: overline dashed underline; }\n\n.xterm-strikethrough {\n text-decoration: line-through;\n}\n\n.xterm-screen .xterm-decoration-container .xterm-decoration {\n\tz-index: 6;\n\tposition: absolute;\n}\n\n.xterm-screen .xterm-decoration-container .xterm-decoration.xterm-decoration-top-layer {\n\tz-index: 7;\n}\n\n.xterm-decoration-overview-ruler {\n z-index: 8;\n position: absolute;\n top: 0;\n right: 0;\n pointer-events: none;\n}\n\n.xterm-decoration-top {\n z-index: 2;\n position: relative;\n}\n",".modal {\n bottom: 0;\n left: 0;\n right: 0;\n top: 0;\n align-items: center;\n display: flex;\n overflow: hidden;\n position: fixed;\n z-index: 40;\n}\n\n.modal-background {\n bottom: 0;\n left: 0;\n position: absolute;\n right: 0;\n top: 0;\n background-color: #4a4a4acc;\n}\n\n.modal-content {\n margin: 0 20px;\n max-height: calc(100vh - 160px);\n overflow: auto;\n position: relative;\n width: 100%;\n\n .box {\n background-color: #fff;\n color: #4a4a4a;\n display: block;\n padding: 1.25rem;\n }\n\n header {\n font-weight: bold;\n text-align: center;\n padding-bottom: 10px;\n margin-bottom: 10px;\n border-bottom: 1px solid #ddd;\n }\n\n .file-input {\n height: .01em;\n left: 0;\n outline: none;\n position: absolute;\n top: 0;\n width: .01em;\n }\n\n .file-cta {\n cursor: pointer;\n background-color: #f5f5f5;\n color: #6200ee;\n outline: none;\n align-items: center;\n box-shadow: none;\n display: inline-flex;\n height: 2.25em;\n justify-content: flex-start;\n line-height: 1.5;\n position: relative;\n vertical-align: top;\n border-color: #dbdbdb;\n border-radius: 3px;\n font-size: 1em;\n font-weight: 500;\n padding: calc(.375em - 1px) 1em;\n white-space: nowrap;\n }\n}\n\n@media print, screen and (min-width: 769px) {\n .modal-content {\n margin: 0 auto;\n max-height: calc(100vh - 40px);\n width: 640px;\n }\n}\n","html,\nbody {\n height: 100%;\n min-height: 100%;\n margin: 0;\n overflow: hidden;\n}\n\n#terminal-container {\n width: auto;\n height: 100%;\n margin: 0 auto;\n padding: 0;\n .terminal {\n padding: 5px;\n height: calc(100% - 10px);\n }\n}\n"],"names":[],"sourceRoot":""} |