Update: Python Online板卡下在载入Python3内核时增加提示信息

This commit is contained in:
王立帮
2024-11-26 18:11:32 +08:00
parent fca27cd589
commit 5411a188f7
8 changed files with 85 additions and 11 deletions

View File

@@ -1,5 +1,6 @@
export const EnMsg = {
'PYTHON_PYODIDE_IMAGE': 'Image'
'PYTHON_PYODIDE_IMAGE': 'Image',
'PYTHON_PYODIDE_LOADING': 'Python3 kernel loading...'
};
export const EnCatgories = {};