- 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.
13 lines
214 B
JSON
13 lines
214 B
JSON
{
|
|
"name": "miniprogram-ts-quickstart",
|
|
"version": "1.0.0",
|
|
"description": "",
|
|
"scripts": {},
|
|
"keywords": [],
|
|
"author": "",
|
|
"license": "",
|
|
"dependencies": {
|
|
"tdesign-miniprogram": "^1.9.4"
|
|
}
|
|
}
|