add stat and fix get place

This commit is contained in:
2025-12-06 16:50:06 +07:00
parent dad8d1c3a2
commit 0fe8b77d12
13 changed files with 136 additions and 11 deletions
+25 -1
View File
@@ -3,8 +3,32 @@
{
"code": "Т-1",
"name": "Точка 1",
"text": "Текст точки 1",
"text": "Текст точки 1([Т-2])([Т-3])",
"applications": [{ "name": "application 1" }]
},
{
"code": "Т-2",
"name": "Точка 2",
"text": "Текст точки 2([Т-4])",
"applications": [{ "name": "application 2" }]
},
{
"code": "Т-3",
"name": "Точка 3",
"text": "Текст точки 3",
"applications": [{ "name": "application 3" }]
},
{
"code": "Т-4",
"name": "Точка 4",
"text": "Текст точки 4",
"applications": [{ "name": "application 4" }]
},
{
"code": "Т-5",
"name": "Точка 5",
"text": "Текст точки 5",
"applications": [{ "name": "application 5" }]
}
]
}