feat(board): 更新python_pyodide下 Teachable Machine

This commit is contained in:
王立帮
2025-09-21 23:10:05 +08:00
parent 8dbd1370db
commit 67996ae4f3
16 changed files with 8054 additions and 57 deletions

View File

@@ -0,0 +1,28 @@
// import dark theme
@use 'element-plus/theme-chalk/src/dark/css-vars.scss' as *;
// :root {
// --ep-color-primary: red;
// }
code {
border-radius: 2px;
padding: 2px 4px;
background-color: var(--ep-color-primary-light-9);
color: var(--ep-color-primary);
}
#nprogress {
pointer-events: none;
}
#nprogress .bar {
background: rgb(13, 148, 136);
opacity: 0.75;
position: fixed;
z-index: 1031;
top: 0;
left: 0;
width: 100%;
height: 2px;
}