feat: 新增 codeif 代码辅助

This commit is contained in:
xlsea
2025-04-29 00:13:45 +08:00
parent 291aaf6022
commit c16f0e78e7
4 changed files with 1193 additions and 0 deletions

24
.codelf/changelog.md Normal file
View File

@ -0,0 +1,24 @@
# Changelog
## [Unreleased]
### Added
- Added UnoCSS usage guidelines
- Added API request pattern documentation
- Added hooks usage guidelines for boolean and loading states
- Added table component guidelines with implementation examples
- Added code cleanliness guidelines for unused imports and variables
### Changed
- Updated development guidelines with new sections
- Enhanced code documentation with specific usage patterns
- Updated UnoCSS documentation to emphasize its priority over custom CSS/SCSS
- Added guidance on choosing between useBoolean and useLoading based on business requirements
## [1.0.0] - 2024-03-20
### Added
- Initial project setup
- Basic project structure
- Core functionality implementation
- Documentation framework