feat: update project structure and add new pages
- Changed the clone URL in README to point to the new webpack-taro-template. - Added 'mine' page to app configuration. - Enhanced index page styles and structure. - Created BottomNav component for navigation. - Added configuration and styles for the new 'mine' page. - Introduced navItems configuration for navigation. - Added AGENTS.md for project overview and development guidelines.
This commit is contained in:
@@ -30,7 +30,8 @@
|
||||
"dev:rn": "npm run build:rn -- --watch",
|
||||
"dev:qq": "npm run build:qq -- --watch",
|
||||
"dev:jd": "npm run build:jd -- --watch",
|
||||
"dev:harmony-hybrid": "npm run build:harmony-hybrid -- --watch"
|
||||
"dev:harmony-hybrid": "npm run build:harmony-hybrid -- --watch",
|
||||
"docs": "git clone --depth 1 git@github.com:NervJS/taro-docs.git taro-docs"
|
||||
},
|
||||
"browserslist": [
|
||||
"defaults and fully supports es6-module",
|
||||
@@ -39,6 +40,8 @@
|
||||
"author": "",
|
||||
"dependencies": {
|
||||
"@babel/runtime": "^7.28.6",
|
||||
"@nutui/icons-react-taro": "3.0.2-cpp.3.beta.5",
|
||||
"@nutui/nutui-react-taro": "^2.7.15",
|
||||
"@tarojs/components": "4.1.11",
|
||||
"@tarojs/helper": "4.1.11",
|
||||
"@tarojs/plugin-framework-react": "4.1.11",
|
||||
@@ -71,8 +74,6 @@
|
||||
"@types/react": "^18.3.23",
|
||||
"@types/webpack-env": "^1.18.8",
|
||||
"babel-preset-taro": "4.1.11",
|
||||
"eslint-plugin-react": "^7.37.5",
|
||||
"eslint-plugin-react-hooks": "^7.0.1",
|
||||
"postcss": "^8.5.8",
|
||||
"react-refresh": "^0.18.0",
|
||||
"tsconfig-paths-webpack-plugin": "^4.2.0",
|
||||
|
||||
Reference in New Issue
Block a user