300安卓,100,200dsp设备分辨率最小值从1调整至100

This commit is contained in:
yangjiaxuan 2024-01-09 15:39:09 +08:00
parent decf1a6e67
commit 68c65d41e4
2 changed files with 2 additions and 2 deletions

View File

@ -548,7 +548,7 @@
"default": 200,
"size": 4,
"range": {
"min": 1,
"min": 100,
"max": 600,
"step": 1
}

View File

@ -548,7 +548,7 @@
"default": 200,
"size": 4,
"range": {
"min": 1,
"min": 100,
"max": 600,
"step": 1
}