Update: Python Online板卡下支持挂载本地文件夹到pyodide
This commit is contained in:
@@ -9,8 +9,8 @@ const { FileTree, Web } = Mixly;
|
||||
const { FS } = Web;
|
||||
|
||||
class FileTreeExt extends FileTree {
|
||||
constructor(element, mprogress) {
|
||||
super(element, mprogress, FS);
|
||||
constructor() {
|
||||
super(FS);
|
||||
}
|
||||
|
||||
async readFolder(inPath) {
|
||||
|
||||
Reference in New Issue
Block a user