- Add contributors section to both README.md and README_EN.md
- Include contrib.rocks badge to showcase project contributors
- Update token description for GitLab to clarify support for Project Access Token
- Improve documentation with visual representation of project contributors
- Remove "Contributors" section from README.md
- Remove "Contributors" section from README_EN.md
- Delete contrib.rocks badge from both files
- Maintain overall structure and other sections of the README files
- Replace custom image-card with contrib.rocks contributors badge
- Update both README.md and README_EN.md with new contributors visualization
- Improve visual representation of project contributors
- Enhance readability and aesthetic of contributors section
- Added new "Contributors" section to both README.md and README_EN.md
- Included GitHub contributors graph image card in both files
- Highlighted community contribution and appreciation
- Improved project documentation with recognition of contributors
- Deleted the section detailing the author's experiences and challenges in maintaining the project as an undergraduate student.
- Removed expressions of gratitude towards the Linux.do community and the importance of community collaboration.
- Streamlined the README content for a more concise presentation.
- Included a new section detailing the author's experiences and challenges in maintaining the project as an undergraduate student.
- Expressed gratitude towards the Linux.do community for their support and contributions.
- Highlighted the importance of community collaboration and ongoing project optimization efforts.
- Organized acknowledgments into distinct sections: Core Technology, AI Platform Support, Data Storage, Functional Components, and Special Thanks.
- Added new AI platform support entries for OpenAI, Anthropic Claude, DeepSeek, Alibaba Qwen, Zhipu AI, Moonshot AI, and Ollama.
- Enhanced clarity and readability of technology and component acknowledgments in both English and Chinese README files.
- Updated the layout of the star project button in both English and Chinese README files for improved responsiveness and visual appeal.
- Adjusted the div styling to center the button and ensure it scales properly across different screen sizes.
- Added version, stars, and forks badges to both English and Chinese README files for improved project visibility and engagement.
- Centered the badges for better presentation.
- Replaced build status badge with version badge in both English and Chinese README files.
- Added social media badges for stars and forks to enhance project visibility and engagement.
- Merge conflicting sections in README.md and README_EN.md
- Consolidate Supabase configuration instructions
- Remove duplicate and conflicting text blocks
- Improve clarity and consistency of documentation
- Ensure both English and Chinese README files have matching content structure
- Completely restructure local development section for improved readability
- Add detailed configuration instructions with comprehensive `.env` file examples
- Include advanced configuration tips for resolving common deployment issues
- Expand troubleshooting sections with practical solutions
- Add details about database modes, LLM platform switching, and local model support
- Improve code block formatting and provide clearer step-by-step guidance
- Remove redundant explanations and consolidate configuration instructions
- Update README.md and README_EN.md with new section about audit report export
- Add new image 'public/images/审计报告示例.png' demonstrating audit report export feature
- Include descriptions highlighting JSON and PDF export capabilities
- Enhance documentation with visual example of audit report functionality
- Implement export report dialog in task detail page
- Add support for JSON and PDF report export formats
- Create report export service with export logic
- Update README.md and README_EN.md with report export documentation
- Add package-lock.json to ensure consistent dependency versions
Enhances user experience by providing flexible and detailed audit report export options for better documentation and sharing of code review results.
- Introduce three database modes: local IndexedDB, Supabase cloud, and demo mode
- Update `.env.example` with comprehensive database configuration options
- Add new database management components for local storage and status tracking
- Implement local database initialization and configuration utilities
- Update Dockerfile and docker-compose.yml to support local database environment variable
- Enhance README documentation with detailed database mode explanations and usage guidance
- Add configuration for output language selection in environment settings
- Refactor database configuration to support flexible storage strategies
- Improve error handling and configuration management for database interactions
Resolves database persistence and provides users with flexible data storage options across different use cases.
- Add Dockerfile for multi-stage build with Node.js and Nginx
- Create docker-compose.yml for simplified container deployment
- Add .dockerignore to optimize Docker build context
- Configure nginx.conf with performance and security optimizations
- Update README.md and README_EN.md with Docker deployment instructions
- Enhance database configuration to support optional Supabase integration
- Improve environment configuration handling for local and containerized environments
Enables easier deployment and provides a standardized container-based setup for the application.
- Exchanged image paths in README.md and README_EN.md
- Swapped example2.png and example3.png to enhance visual clarity
- Maintained existing image captions and descriptions
- Ensures consistent visual storytelling across both language versions
- Reorganize source code into feature-based and shared module structure
- Move components, services, and hooks into more logical directories
- Update project configuration files to reflect new structure
- Add .env.example template for easier environment setup
- Enhance README.md with more detailed project information and setup instructions
- Consolidate utility functions and hooks into shared modules
- Remove deprecated or unused files and components
- Improve type definitions and configuration management
- Update routing and main application configuration
This refactoring aims to improve code maintainability, readability, and scalability by implementing a more modular and organized project structure.