Skip to content

Commit c982e47

Browse files
committed
docs: Clarify recording volume range in settings table
1 parent ace14fd commit c982e47

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ Data 区长 $177$。
331331
| $4$ | 是否进行音频设置 |
332332
| $4$ | 是否开启播放音量静音 |
333333
| $4$ | 是否开启录制音量静音 |
334-
| $4$ | 录制音量,小端序编码,$0\sim 100$ |
334+
| $4$ | 录制音量,小端序编码,范围 0-100 |
335335
| $4$ | 播放音量 |
336336
| $4$ | 是否进行学生机密码设置 |
337337
| $66$ | 密码,以 `\x00` 结尾,使用 `utf-16le` 编码 |

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "Jiyu-udp-attack"
3-
version = "1.1.1"
3+
version = "1.2.0"
44
description = "Send packets to student machines disguised as Jiyu teacher machine"
55
authors = ["weilycoder <[email protected]>"]
66
license = "MIT"

0 commit comments

Comments
 (0)