@qnroa/qtype 0.0.3 → 0.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +61 -0
- package/CHANGELOG.zh.md +51 -0
- package/dist/cli/commands/publish/build/action.js +49 -0
- package/dist/cli/commands/publish/build/mermaidPrerender.js +30 -8
- package/dist/view/assets/{index-CRh4USfC.js → index-1XXyxiQO.js} +28 -28
- package/dist/view/assets/{index-ByMJp0a5.js → index-DIBSxFYl.js} +2 -2
- package/dist/view/assets/{index-JNx7Ohoj.js → index-DgHvnMV9.js} +1 -1
- package/dist/view/index.html +2 -2
- package/docs/en/settings.md +2 -2
- package/docs/zh/settings.md +2 -2
- package/package.json +1 -1
package/docs/en/settings.md
CHANGED
|
@@ -54,9 +54,9 @@ Deeper semantics in [typing-rules.md](https://www.npmjs.com/package/@qnroa/qtype
|
|
|
54
54
|
|
|
55
55
|
| Key | Type | Default | Notes |
|
|
56
56
|
|---|---|---|---|
|
|
57
|
-
| `qtype.keySoundEnabled` | boolean |
|
|
57
|
+
| `qtype.keySoundEnabled` | boolean | true | Key click sound |
|
|
58
58
|
| `qtype.keySoundVolume` | 0-100 | 40 | Key sound volume |
|
|
59
|
-
| `qtype.errorSoundEnabled` | boolean |
|
|
59
|
+
| `qtype.errorSoundEnabled` | boolean | true | Error sound |
|
|
60
60
|
| `qtype.errorSoundVolume` | 0-100 | 60 | Error sound volume |
|
|
61
61
|
| `qtype.completeSoundEnabled` | boolean | true | Sound when a material finishes |
|
|
62
62
|
| `qtype.autoSpeak` | boolean | true | Auto-speak on word / sentence card switch |
|
package/docs/zh/settings.md
CHANGED
|
@@ -48,9 +48,9 @@ qtype 有**两套设置**,分开管:
|
|
|
48
48
|
|
|
49
49
|
| 键 | 类型 | 默认 | 说明 |
|
|
50
50
|
|---|---|---|---|
|
|
51
|
-
| `qtype.keySoundEnabled` | boolean |
|
|
51
|
+
| `qtype.keySoundEnabled` | boolean | true | 按键点击音 |
|
|
52
52
|
| `qtype.keySoundVolume` | 0-100 | 40 | 按键音音量 |
|
|
53
|
-
| `qtype.errorSoundEnabled` | boolean |
|
|
53
|
+
| `qtype.errorSoundEnabled` | boolean | true | 错误提示音 |
|
|
54
54
|
| `qtype.errorSoundVolume` | 0-100 | 60 | 错误音音量 |
|
|
55
55
|
| `qtype.completeSoundEnabled` | boolean | true | 完成整个 material 时的音效 |
|
|
56
56
|
| `qtype.autoSpeak` | boolean | true | word / sentence 卡切卡时自动朗读 |
|