We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ace14fd commit c982e47Copy full SHA for c982e47
README.md
@@ -331,7 +331,7 @@ Data 区长 $177$。
331
| $4$ | 是否进行音频设置 |
332
| $4$ | 是否开启播放音量静音 |
333
| $4$ | 是否开启录制音量静音 |
334
-| $4$ | 录制音量,小端序编码,$0\sim 100$ |
+| $4$ | 录制音量,小端序编码,范围 0-100 |
335
| $4$ | 播放音量 |
336
| $4$ | 是否进行学生机密码设置 |
337
| $66$ | 密码,以 `\x00` 结尾,使用 `utf-16le` 编码 |
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "Jiyu-udp-attack"
3
-version = "1.1.1"
+version = "1.2.0"
4
description = "Send packets to student machines disguised as Jiyu teacher machine"
5
authors = ["weilycoder <[email protected]>"]
6
license = "MIT"
0 commit comments