feat(board): python_pyodide下添加 Teachable Machine (待完善)
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
<style>
|
||||
div[m-id="{{d.mId}}"] {
|
||||
display: flex;
|
||||
flex-direction: row;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
flex-wrap: wrap;
|
||||
align-content: center;
|
||||
overflow: auto;
|
||||
}
|
||||
|
||||
div[m-id="{{d.mId}}"] > text {
|
||||
font-family: 'ravie';
|
||||
font-size: 60px;
|
||||
}
|
||||
|
||||
html[data-bs-theme=light] div[m-id="{{d.mId}}"] {
|
||||
background-color: #ffffff;
|
||||
}
|
||||
|
||||
html[data-bs-theme=dark] div[m-id="{{d.mId}}"] {
|
||||
background-color: #1e1e1e;
|
||||
}
|
||||
</style>
|
||||
<div m-id="{{d.mId}}" class="page-item">
|
||||
<text>Teachable Machine</text>
|
||||
</div>
|
||||
Reference in New Issue
Block a user