修正属性数量

This commit is contained in:
gb 2022-07-26 09:08:22 +08:00
parent 22487339e0
commit 8ae49ef322
1 changed files with 23 additions and 1 deletions

View File

@ -1,6 +1,6 @@
{ {
"device_type": "G239", "device_type": "G239",
"option_count": 63, "option_count": 65,
"1": { "1": {
"category": "base", "category": "base",
"name": "cfg-1", "name": "cfg-1",
@ -726,5 +726,27 @@
"max": 5 "max": 5
}, },
"depend_or": ["61==true"] "depend_or": ["61==true"]
},
"63": {
"category": "base",
"name": "cfg-63",
"title": "分纸强度",
"desc": "",
"type": "int",
"cur": 0,
"default": 0,
"size": 4,
"range": [0, 1, 2]
},
"64": {
"category": "base",
"name": "cfg-64",
"title": "休眠时间",
"desc": "",
"type": "int",
"cur": -1,
"default": -1,
"size": 4,
"range": [-1, 5, 10, 30, 60, 120, 240]
} }
} }