up
All checks were successful
Deploy to Production / deploy (push) Successful in 7s

This commit is contained in:
lubukhu
2026-03-02 15:04:39 +07:00
parent 01a28f40a2
commit be589d261b
21 changed files with 2260 additions and 790 deletions

View File

@@ -1,6 +1,6 @@
{ {
"name": "G120-sequence", "name": "audio_spelling_sequence_sentence",
"short_name": "G120-sequence", "short_name": "audio_spelling_sequence_sentence",
"start_url": "index.html", "start_url": "index.html",
"display": "fullscreen", "display": "fullscreen",
"orientation": "any", "orientation": "any",

File diff suppressed because it is too large Load Diff

File diff suppressed because one or more lines are too long

Binary file not shown.

Before

Width:  |  Height:  |  Size: 1.0 MiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 179 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 17 KiB

After

Width:  |  Height:  |  Size: 149 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 74 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 14 KiB

After

Width:  |  Height:  |  Size: 76 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 12 KiB

After

Width:  |  Height:  |  Size: 66 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 13 KiB

After

Width:  |  Height:  |  Size: 80 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 24 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 162 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 332 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 225 KiB

After

Width:  |  Height:  |  Size: 91 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 35 KiB

After

Width:  |  Height:  |  Size: 14 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 92 KiB

After

Width:  |  Height:  |  Size: 154 KiB

Binary file not shown.

Before

Width:  |  Height:  |  Size: 93 KiB

View File

@@ -3,7 +3,7 @@
<head> <head>
<meta charset="UTF-8" /> <meta charset="UTF-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
<title>G120-sequence</title> <title>audio_spelling_sequence_sentence</title>
<!-- Standardised web app manifest --> <!-- Standardised web app manifest -->
<link rel="manifest" href="appmanifest.json" /> <link rel="manifest" href="appmanifest.json" />

View File

@@ -1,5 +1,5 @@
{ {
"version": 1769516124, "version": 1772438522,
"fileList": [ "fileList": [
"data.js", "data.js",
"c2runtime.js", "c2runtime.js",
@@ -9,20 +9,16 @@
"images/pause-sheet0.png", "images/pause-sheet0.png",
"images/slot-sheet0.png", "images/slot-sheet0.png",
"images/txt_texttimer.png", "images/txt_texttimer.png",
"images/txt_worditem.png",
"images/5sosarahtakesoff-sheet0.png",
"images/senaaikhoi-sheet0.png", "images/senaaikhoi-sheet0.png",
"images/checker_wrong_correct-sheet0.png", "images/checker_wrong_correct-sheet0.png",
"images/checker_wrong_correct-sheet1.png", "images/checker_wrong_correct-sheet1.png",
"images/btn_setting-sheet0.png", "images/btn_setting-sheet0.png",
"images/panel-sheet0.png", "images/btn_audio-sheet0.png",
"images/btn_pause-sheet0.png", "images/btn_pause-sheet0.png",
"images/btn_music-sheet0.png", "images/btn_music-sheet0.png",
"images/btn_music-sheet1.png", "images/btn_music-sheet1.png",
"images/panel_pause-sheet0.png", "images/panel_pause-sheet0.png",
"images/layer-sheet0.png", "images/layer-sheet0.png",
"images/newwordpng-sheet0.png",
"images/layer2-sheet0.png",
"media/click.ogg", "media/click.ogg",
"media/correct.ogg", "media/correct.ogg",
"media/error-010-206498.ogg", "media/error-010-206498.ogg",

File diff suppressed because it is too large Load Diff

Binary file not shown.