mirror of
https://github.com/ialley-workshop-open/uni-halo.git
synced 2026-09-13 00:50:40 +08:00
55 lines
2.5 KiB
Markdown
55 lines
2.5 KiB
Markdown
# Generation Info
|
|
|
|
- **Source:** `sources/uniapp`
|
|
- **Git SHA:** `91423a240a5b0714fc5e7e13bd3f93a79b8cc8d7`
|
|
- **Generated:** 2026-01-30
|
|
|
|
## Generated Skills
|
|
|
|
| Category | File | Description |
|
|
|----------|------|-------------|
|
|
| Core | core-framework.md | Framework basics, platform support, condition compilation |
|
|
| Core | core-view-components.md | Container components: view, scroll-view, swiper, movable-area |
|
|
| Core | core-form-components.md | Form controls: input, textarea, picker, checkbox, radio |
|
|
| Features | feature-media-components.md | Media: image, video, camera, map, live-player |
|
|
| Features | feature-navigation.md | Navigation: navigator, routing APIs |
|
|
| Features | feature-network.md | Network: request, upload, download, WebSocket |
|
|
| Features | feature-storage.md | Storage: localStorage, file system |
|
|
| Features | feature-system-info.md | System: device info, network, screen, vibration |
|
|
| Features | feature-file-operations.md | Files: image/video selection, file operations |
|
|
| Features | feature-location.md | Location: geolocation, map component |
|
|
| Features | feature-ui-feedback.md | UI: toast, modal, loading, action sheet |
|
|
| Features | feature-lifecycle.md | Lifecycle: app and page hooks |
|
|
| Config | config-pages.md | pages.json configuration |
|
|
| Config | config-manifest.md | manifest.json configuration |
|
|
|
|
## Source Documentation Structure
|
|
|
|
```
|
|
sources/uniapp/docs/
|
|
├── README.md # Framework overview
|
|
├── api/ # API documentation
|
|
│ ├── README.md # API overview
|
|
│ ├── request/ # Network APIs
|
|
│ ├── storage/ # Storage APIs
|
|
│ ├── media/ # Media APIs
|
|
│ ├── file/ # File APIs
|
|
│ ├── location/ # Location APIs
|
|
│ ├── ui/ # UI APIs
|
|
│ └── system/ # System APIs
|
|
├── component/ # Component documentation
|
|
├── collocation/ # Configuration
|
|
│ ├── pages.md # pages.json
|
|
│ ├── manifest.md # manifest.json
|
|
│ └── manifest-app.md # App-specific manifest
|
|
├── tutorial/ # Tutorials
|
|
└── quickstart.md # Getting started
|
|
```
|
|
|
|
## Notes
|
|
|
|
- Skills focus on practical usage patterns and code examples
|
|
- Platform-specific differences are highlighted where relevant
|
|
- Configuration files include common use cases for each platform
|
|
- API skills include both callback and Promise usage patterns
|