- Created `pages/list` for managing and displaying to-do tasks. - Created `pages/settings` as a placeholder for application settings. - Updated `pages/index` for a refreshed layout with navigation to "Tasks" and "Settings". - Integrated custom tab bar across all pages for seamless transitions.
24 lines
436 B
JSON
24 lines
436 B
JSON
{
|
|
"pages": [
|
|
"pages/index/index",
|
|
"pages/list/list",
|
|
"pages/settings/settings",
|
|
"pages/logs/logs"
|
|
],
|
|
"tabBar": {
|
|
"custom": true,
|
|
"list": [
|
|
{
|
|
"pagePath": "pages/index/index"
|
|
},
|
|
{
|
|
"pagePath": "pages/list/list"
|
|
},
|
|
{
|
|
"pagePath": "pages/settings/settings"
|
|
}
|
|
]
|
|
},
|
|
"componentFramework": "glass-easel",
|
|
"lazyCodeLoading": "requiredComponents"
|
|
} |