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:
2026-03-12 18:11:00 +08:00
parent 7b760d20f3
commit 02dd31e85c
16 changed files with 480 additions and 1066 deletions

View File

@@ -3,5 +3,5 @@
## clone
```bash
ev sync clone -i https://kevisual.cn/root/resources/ai/1.0.0/kevisual/mini/taro-template/kevisual.json
ev sync clone -i https://kevisual.cn/root/resources/ai/1.0.0/kevisual/mini/webpack-taro-template/kevisual.json
```