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

View File

@@ -0,0 +1,54 @@
# REQ001-resources-file
schemas
- lesson
path: `src\data\Lesson\vocabulary`
```
vocabulary
Technology
images
sounds
01.json
[
{
image: 'helloworld.jpg',
sound: 'helloworld.mp4',
word: 'keyboard',
word_c : '鍵盤',
sample_e : "I buy a keyboard to type",
sample_c : "我買個鍵盤打字",
},...
]
02.json
03.json
...
Connectives
images
sounds
01.json
02.json
03.json
...
```
- quizzes
- listening_practice
- matching_frency
- connective_revision
- record
- matrix_title
- Genius
- hard worker
- attentive ears
- matchmarking
- connectives conqueror
- matrix_value
- user_config
- favourite vocabulary

Binary file not shown.

After

Width:  |  Height:  |  Size: 105 KiB

View File

@@ -0,0 +1,23 @@
---
tags: app-icon
---
## Description
icon wanted
![alt text](icon_wanted.jpeg)
then look into `C:\_workspace\004_carousell\_lettersoup\source\mobile\android\app\src\main\res\drawable\splash.png`
to see if image file updated
## Ref
https://ionicframework.com/docs/native/splash-screen
https://capacitorjs.com/docs/cordova/migrating-from-cordova-to-capacitor#splash-screens-and-icons
```bash
# command to update splash screen
$ npm run update_splash
$ npm run update_app_icon
```

View File

@@ -0,0 +1,9 @@
# REQ002-user-config-store
The user configuration store is a file that stores user settings.
## references
- [](https://capacitorjs.com/docs/apis/filesystem)
with key in `localStorage` `user_config`

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" : "我買個鍵盤打字",
},...
]
}
}]
```

Binary file not shown.

View File

@@ -0,0 +1,9 @@
---
tags: connectives-revision
---
# NOTES
![alt text](Code_iicadVWFqE.png)
the question page content waiting to be refactored.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,5 @@
---
tags: record
---
# notes

Binary file not shown.

Binary file not shown.

Binary file not shown.

Binary file not shown.

View File

@@ -0,0 +1,2 @@
![alt text](Code_X4DSfTv7Kb.png)
![alt text](Code_njUX4m6pJK.png)