2026-04-24 FE Backup

This commit is contained in:
2026-04-24 12:37:16 +00:00
parent ace79b82f7
commit 0ba11a23b8
3705 changed files with 1240402 additions and 0 deletions

View File

@@ -0,0 +1,91 @@
{
"custom": {},
"params": {
"title": "Running",
"value": 5
},
"propConfig": {
"params.title": {
"paramDirection": "input",
"persistent": true
},
"params.value": {
"paramDirection": "input",
"persistent": true
}
},
"props": {
"defaultSize": {
"height": 100,
"width": 70
}
},
"root": {
"children": [
{
"meta": {
"name": "Label"
},
"position": {
"basis": "80%"
},
"propConfig": {
"props.text": {
"binding": {
"config": {
"path": "view.params.value"
},
"type": "property"
}
}
},
"props": {
"textStyle": {
"color": "var(--tagvalue-color)",
"fontSize": 42,
"textAlign": "center"
}
},
"type": "ia.display.label"
},
{
"meta": {
"name": "Label_0"
},
"propConfig": {
"props.text": {
"binding": {
"config": {
"path": "view.params.title"
},
"type": "property"
}
}
},
"props": {
"textStyle": {
"textAlign": "center"
}
},
"type": "ia.display.label"
}
],
"meta": {
"name": "root"
},
"props": {
"direction": "column",
"style": {
"backgroundColor": "var(--container)",
"borderBottomLeftRadius": 5,
"borderBottomRightRadius": 5,
"borderTopLeftRadius": 5,
"borderTopRightRadius": 5,
"boxShadow": "var(--boxShadow2)",
"overflow": "visible",
"padding": "3px"
}
},
"type": "ia.container.flex"
}
}