System generated commit, initial commit

This commit is contained in:
2026-04-03 14:24:12 +00:00
parent 93b363aa66
commit c5a9745a0f
4 changed files with 79 additions and 0 deletions

36
application.json Normal file
View File

@@ -0,0 +1,36 @@
{
"appIsExample": false,
"applicationDetail": {
"appPositioning": {
"type": "FIXED"
},
"navigationSetting": {},
"themeSetting": {
"appMaxWidth": "LARGE",
"density": 1.0,
"sizing": 1.0
}
},
"applicationVersion": 2,
"collapseInvisibleWidgets": true,
"color": "#FFEFDB",
"evaluationVersion": 2,
"icon": "restaurant",
"pages": [
{
"id": "Page1",
"isDefault": true
}
],
"unpublishedApplicationDetail": {
"appPositioning": {
"type": "FIXED"
},
"navigationSetting": {},
"themeSetting": {
"appMaxWidth": "LARGE",
"density": 1.0,
"sizing": 1.0
}
}
}

6
metadata.json Normal file
View File

@@ -0,0 +1,6 @@
{
"artifactJsonType": "APPLICATION",
"clientSchemaVersion": 2,
"fileFormatVersion": 5,
"serverSchemaVersion": 12
}

32
pages/Page1/Page1.json Normal file
View File

@@ -0,0 +1,32 @@
{
"gitSyncId": "69cf912ba3fb7f5b03132a35_b2f88915-790f-420f-bcc0-d9a77b55b97e",
"unpublishedPage": {
"layouts": [
{
"dsl": {
"backgroundColor": "none",
"bottomRow": 5000,
"canExtend": true,
"containerStyle": "none",
"detachFromLayout": true,
"dynamicBindingPathList": [],
"dynamicTriggerPathList": [],
"leftColumn": 0,
"minHeight": 1292,
"parentColumnSpace": 1,
"parentRowSpace": 1,
"rightColumn": 4896,
"snapColumns": 64,
"snapRows": 124,
"topRow": 0,
"type": "CANVAS_WIDGET",
"version": 94,
"widgetId": "0",
"widgetName": "MainContainer"
}
}
],
"name": "Page1",
"slug": "page1"
}
}

5
theme.json Normal file
View File

@@ -0,0 +1,5 @@
{
"displayName": "Modern",
"isSystemTheme": true,
"name": "Default-New"
}