增加系统设置弹窗(包括多段振捣设置、IP设置)

This commit is contained in:
yaj
2026-04-08 18:33:30 +08:00
parent 5e8f291738
commit 8a08b57c45
4 changed files with 1666 additions and 0 deletions

View File

@ -0,0 +1,38 @@
[general]
multi_stage_vibration = true
[stages]
count = 4
[frequency_range]
min = 200
max = 230
[value_range]
ratio_min = 0
ratio_max = 100
ratio_step = 20
time_min = 0
time_max = 300
time_step = 30
[stage_1]
mode = ratio
value = 20
frequency = 220
[stage_2]
mode = ratio
value = 60
frequency = 220
[stage_3]
mode = time
value = 120
frequency = 220
[stage_4]
mode = ratio
value = 80
frequency = 220