Update: 添加新板卡 Python 3 Online
This commit is contained in:
BIN
boards/default/python_pyodide/057823fecaede6350cf9.wasm
Normal file
BIN
boards/default/python_pyodide/057823fecaede6350cf9.wasm
Normal file
Binary file not shown.
1
boards/default/python_pyodide/195.bundle.js
Normal file
1
boards/default/python_pyodide/195.bundle.js
Normal file
File diff suppressed because one or more lines are too long
1
boards/default/python_pyodide/211.bundle.js
Normal file
1
boards/default/python_pyodide/211.bundle.js
Normal file
File diff suppressed because one or more lines are too long
1
boards/default/python_pyodide/317.bundle.js
Normal file
1
boards/default/python_pyodide/317.bundle.js
Normal file
@@ -0,0 +1 @@
|
||||
"use strict";(self.webpackChunk_mixly_python_pyodide=self.webpackChunk_mixly_python_pyodide||[]).push([[317],{1317:(e,p,y)=>{y.r(p)}}]);
|
||||
1
boards/default/python_pyodide/38.bundle.js
Normal file
1
boards/default/python_pyodide/38.bundle.js
Normal file
File diff suppressed because one or more lines are too long
1
boards/default/python_pyodide/837.bundle.js
Normal file
1
boards/default/python_pyodide/837.bundle.js
Normal file
@@ -0,0 +1 @@
|
||||
(self.webpackChunk_mixly_python_pyodide=self.webpackChunk_mixly_python_pyodide||[]).push([[837],{8982:()=>{},7790:()=>{},3776:()=>{},7965:()=>{},6089:()=>{},9368:()=>{},4688:()=>{},1069:()=>{},5340:()=>{},9838:()=>{},6490:()=>{},3779:()=>{},7199:()=>{}}]);
|
||||
1
boards/default/python_pyodide/950.bundle.js
Normal file
1
boards/default/python_pyodide/950.bundle.js
Normal file
File diff suppressed because one or more lines are too long
11
boards/default/python_pyodide/960.bundle.js
Normal file
11
boards/default/python_pyodide/960.bundle.js
Normal file
File diff suppressed because one or more lines are too long
1
boards/default/python_pyodide/97.bundle.js
Normal file
1
boards/default/python_pyodide/97.bundle.js
Normal file
File diff suppressed because one or more lines are too long
1
boards/default/python_pyodide/974.bundle.js
Normal file
1
boards/default/python_pyodide/974.bundle.js
Normal file
@@ -0,0 +1 @@
|
||||
(self.webpackChunk_mixly_python_pyodide=self.webpackChunk_mixly_python_pyodide||[]).push([[974],{4695:()=>{},8888:()=>{}}]);
|
||||
12
boards/default/python_pyodide/config.json
Normal file
12
boards/default/python_pyodide/config.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"boardImg": "./media/webpy.png",
|
||||
"boardType": "Python 3 Online",
|
||||
"language": "Python",
|
||||
"nav": {
|
||||
"webrun": true,
|
||||
"webcancel": true,
|
||||
"save": {
|
||||
"py": true
|
||||
}
|
||||
}
|
||||
}
|
||||
File diff suppressed because one or more lines are too long
Binary file not shown.
File diff suppressed because one or more lines are too long
Binary file not shown.
1
boards/default/python_pyodide/examples/map.json
Normal file
1
boards/default/python_pyodide/examples/map.json
Normal file
@@ -0,0 +1 @@
|
||||
{}
|
||||
1
boards/default/python_pyodide/index.xml
Normal file
1
boards/default/python_pyodide/index.xml
Normal file
File diff suppressed because one or more lines are too long
21
boards/default/python_pyodide/main.bundle.js
Normal file
21
boards/default/python_pyodide/main.bundle.js
Normal file
File diff suppressed because one or more lines are too long
BIN
boards/default/python_pyodide/media/webpy.png
Normal file
BIN
boards/default/python_pyodide/media/webpy.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 52 KiB |
BIN
boards/default/python_pyodide/media/webpy0.png
Normal file
BIN
boards/default/python_pyodide/media/webpy0.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 31 KiB |
146
boards/default/python_pyodide/styles/317.a2aa8503.css
Normal file
146
boards/default/python_pyodide/styles/317.a2aa8503.css
Normal file
@@ -0,0 +1,146 @@
|
||||
.basthon-loader-root {
|
||||
position: fixed;
|
||||
bottom: 0px;
|
||||
left: 0px;
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
display: flex;
|
||||
z-index: 2000;
|
||||
user-select: none;
|
||||
transition: bottom 1s ease;
|
||||
}
|
||||
|
||||
.basthon-loader-root.basthon-loader-full.basthon-loader-hide {
|
||||
display: none;
|
||||
}
|
||||
|
||||
.basthon-loader-root.basthon-loader-foot.basthon-loader-hide {
|
||||
bottom: -30px;
|
||||
}
|
||||
|
||||
.basthon-loader-root.basthon-loader-full {
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.basthon-loader-root.basthon-loader-foot {
|
||||
height: 30px;
|
||||
}
|
||||
|
||||
.basthon-loader-container {
|
||||
display: flex;
|
||||
align-items: center;
|
||||
}
|
||||
|
||||
.basthon-loader-container.basthon-loader-full {
|
||||
justify-content: center;
|
||||
flex-wrap: wrap;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
.basthon-loader-container.basthon-loader-foot {
|
||||
position: relative;
|
||||
left: 41%;
|
||||
}
|
||||
|
||||
@keyframes basthon-loader-spin {
|
||||
0% {
|
||||
transform: rotate(0deg);
|
||||
}
|
||||
100% {
|
||||
transform: rotate(360deg);
|
||||
}
|
||||
}
|
||||
|
||||
.basthon-loader-spinner {
|
||||
position: relative;
|
||||
border-color: #fcc24a;
|
||||
border-top-color: #3b749c;
|
||||
border-bottom-color: #3b749c;
|
||||
border-style: solid;
|
||||
border-radius: 50%;
|
||||
animation: basthon-loader-spin 2s linear infinite;
|
||||
overflow: auto;
|
||||
opacity: 0.8;
|
||||
}
|
||||
|
||||
.basthon-loader-spinner.basthon-loader-full {
|
||||
border-width: 16px;
|
||||
width: 120px;
|
||||
height: 120px;
|
||||
}
|
||||
|
||||
.basthon-loader-spinner.basthon-loader-foot {
|
||||
border-width: 3px;
|
||||
width: 16px;
|
||||
height: 16px;
|
||||
}
|
||||
|
||||
.basthon-loader-break.basthon-loader-full {
|
||||
flex-basis: 100%;
|
||||
height: 20px;
|
||||
}
|
||||
|
||||
.basthon-loader-break.basthon-loader-foot {
|
||||
width: 10px;
|
||||
}
|
||||
|
||||
.basthon-loader-text.basthon-loader-foot {
|
||||
font-size: 16px;
|
||||
}
|
||||
|
||||
.basthon-loader-error {
|
||||
display: flex;
|
||||
position: relative;
|
||||
justify-content: center;
|
||||
width: 5em;
|
||||
height: 5em;
|
||||
/*margin: 1.25em auto 1.875em;*/
|
||||
border: 0.25em solid transparent;
|
||||
border-radius: 50%;
|
||||
line-height: 5em;
|
||||
cursor: default;
|
||||
box-sizing: content-box;
|
||||
user-select: none;
|
||||
/* zoom: normal; */ /* zoom is deprecated */
|
||||
border-color: #f27474;
|
||||
}
|
||||
|
||||
.basthon-loader-error > span {
|
||||
position: relative;
|
||||
flex-grow: 1;
|
||||
}
|
||||
|
||||
.basthon-loader-error > span > span {
|
||||
display: block;
|
||||
position: absolute;
|
||||
top: 2.3125em;
|
||||
width: 2.9375em;
|
||||
height: 0.3125em;
|
||||
border-radius: 0.125em;
|
||||
background-color: #f27474;
|
||||
left: 1.0625em;
|
||||
transform: rotate(45deg);
|
||||
}
|
||||
|
||||
.basthon-loader-error > span > span {
|
||||
display: block;
|
||||
position: absolute;
|
||||
top: 2.3125em;
|
||||
width: 2.9375em;
|
||||
height: 0.3125em;
|
||||
border-radius: 0.125em;
|
||||
background-color: #f27474;
|
||||
}
|
||||
|
||||
.basthon-loader-error > span > span:first-child {
|
||||
left: 1.0625em;
|
||||
transform: rotate(45deg);
|
||||
}
|
||||
|
||||
.basthon-loader-error > span > span:last-child {
|
||||
right: 1em;
|
||||
transform: rotate(-45deg);
|
||||
}
|
||||
|
||||
168
boards/default/python_pyodide/styles/main.a2aa8503.css
Normal file
168
boards/default/python_pyodide/styles/main.a2aa8503.css
Normal file
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user