First commit

This commit is contained in:
2024-12-18 13:26:06 +01:00
commit 96830baee3
2568 changed files with 363730 additions and 0 deletions

45
.storage/counter Normal file
View 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
}
]
}
}