Update: 修改板卡可见性
This commit is contained in:
@@ -100,10 +100,10 @@
|
||||
"boardType": "Python 3 Online",
|
||||
"boardIndex": "./boards/default/python_pyodide/index.xml",
|
||||
"env": {
|
||||
"electron": true,
|
||||
"electron": false,
|
||||
"web": true,
|
||||
"webCompiler": true,
|
||||
"webSocket": true
|
||||
"webCompiler": false,
|
||||
"webSocket": false
|
||||
},
|
||||
"language": "Python"
|
||||
},
|
||||
|
||||
BIN
boards/default/python_pyodide/deps/0.62.21/python3/basthon.tar
Normal file
BIN
boards/default/python_pyodide/deps/0.62.21/python3/basthon.tar
Normal file
Binary file not shown.
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
Binary file not shown.
File diff suppressed because one or more lines are too long
@@ -17,8 +17,7 @@ class PythonShell {
|
||||
StatusBarImage.init();
|
||||
const projectPath = path.relative(Env.indexDirPath, Env.boardDirPath);
|
||||
const loader = new KernelLoader({
|
||||
pyodideURLs: [path.join(projectPath, 'deps/0.62.21/python3/pyodide/pyodide.js')],
|
||||
rootPath: 'http://download.mixlylibs.cloud/web-python3-deps',
|
||||
rootPath: path.join(projectPath, 'deps'),
|
||||
language: 'python3',
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user