First commit
This commit is contained in:
45
.storage/counter
Normal file
45
.storage/counter
Normal file
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"version": 1,
|
||||
"minor_version": 1,
|
||||
"key": "counter",
|
||||
"data": {
|
||||
"items": [
|
||||
{
|
||||
"id": "low",
|
||||
"name": "low",
|
||||
"minimum": 0,
|
||||
"maximum": 10000,
|
||||
"initial": 0,
|
||||
"step": 1,
|
||||
"restore": true
|
||||
},
|
||||
{
|
||||
"id": "high",
|
||||
"name": "high",
|
||||
"minimum": 0,
|
||||
"maximum": 10000,
|
||||
"initial": 0,
|
||||
"step": 1,
|
||||
"restore": true
|
||||
},
|
||||
{
|
||||
"id": "sync",
|
||||
"name": "sync",
|
||||
"minimum": 0,
|
||||
"maximum": 10000,
|
||||
"initial": 0,
|
||||
"step": 1,
|
||||
"restore": true
|
||||
},
|
||||
{
|
||||
"id": "coder",
|
||||
"name": "coder",
|
||||
"minimum": 0,
|
||||
"maximum": 10000,
|
||||
"initial": 0,
|
||||
"step": 1,
|
||||
"restore": true
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user