This commit is contained in:
louiscklaw
2025-02-01 01:16:09 +08:00
commit 91fab4a5d5
4178 changed files with 407527 additions and 0 deletions

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,35 @@
---
tags: lesson
---
# lesson
![alt text](Code_hTwMlUr1kx.png)
```jss
filename: /data/Lesson/lesson_categories.json
lesson_categories = [
{"name": "vocabulary","path": "vocabulary"},
{"name": "Connectives","path": "connectives"},
...
]
filename: /data/Lesson/category_content.json
category_content = [{
"Technology": {
"category": "vocabulary",
"content": [
{
"image": "helloworld.jpg",
"sound": "helloworld.mp4",
"word": "keyboard",
"word_c" : "鍵盤",
"sample_e" : "I buy a keyboard to type",
"sample_c" : "我買個鍵盤打字",
},...
]
}
}]
```