Commit Graph

137 Commits

Author SHA1 Message Date
lintsinghua d9d2f8603f fix(docs): Resolve merge conflicts in README files
- 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
2025-10-25 13:06:20 +08:00
lintsinghua 943066f852 Merge branch 'main' of github.com:lintsinghua/XCodeReviewer 2025-10-25 13:03:16 +08:00
lintsinghua 859f51e071 docs(readme): Enhance local development and deployment documentation
- 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
2025-10-25 13:02:26 +08:00
lintsinghua 8e30931466
更新 README.md 2025-10-25 12:19:35 +08:00
lintsinghua 9072f82361
更新 README.md 2025-10-25 12:19:17 +08:00
lintsinghua 1a3fee36bd
更新 README.md 2025-10-25 12:18:38 +08:00
lintsinghua bd9ee04ae9
更新 README.md 2025-10-25 12:16:24 +08:00
lintsinghua b8a94d4d54 docs(readme): Add audit report export section with example image
- 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
2025-10-24 21:03:48 +08:00
lintsinghua 9fc95f8daf feat(reports): Add comprehensive report export 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.
2025-10-24 20:56:24 +08:00
lintsinghua c403b4a440 Merge branch 'main' of github.com:lintsinghua/XCodeReviewer 2025-10-24 18:36:33 +08:00
lintsinghua 3f7cc276d9 feat(database): Add local database support with IndexedDB and multi-mode configuration
- 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.
2025-10-24 18:34:55 +08:00
lintsinghua b78007f12f
Update README.md 2025-10-24 17:29:06 +08:00
lintsinghua 37b5cd3f6d
Update README.md 2025-10-24 16:24:50 +08:00
lintsinghua ef61bc38cc update 2025-10-24 16:20:32 +08:00
lintsinghua 613177e091 Add support for Ollama local models in LLM configuration and enhance README documentation. Update .env.example to include Ollama settings, improve error handling in code analysis, and refine logging for LLM interactions. 2025-10-24 12:25:29 +08:00
lintsinghua a0d1607e38 Revise README files to enhance code privacy and security warnings, clarify user responsibilities regarding sensitive code, and update third-party service integration details. Ensure users are informed about data transmission and retention policies when using LLM services. 2025-10-24 11:22:41 +08:00
lintsinghua 791c331028 Update README files to reflect new multi-platform LLM support, detailing API functionality for over 10 mainstream platforms and enhancing user guidance. 2025-10-24 11:13:33 +08:00
lintsinghua 363608a836 Refactor LLM configuration and add support for multiple providers in environment setup. Update README and example files to reflect new configuration options and usage instructions. Introduce LLM service architecture with adapters for various AI providers. 2025-10-24 10:59:05 +08:00
lintsinghua 306a19ec33
Update README.md 2025-10-23 11:48:13 +08:00
lintsinghua e3be9862cf
Update README.md 2025-10-23 11:44:31 +08:00
lintsinghua 9a8fae886f
Update README.md 2025-10-23 11:30:35 +08:00
lintsinghua 4e2ee5077c
Update README.md 2025-10-23 11:13:50 +08:00
lintsinghua da7601663a
Enhance future plans section in README
Updated section title and added emoji for future plans.
2025-10-23 11:05:45 +08:00
lintsinghua 56ef67d85b
Update README.md 2025-10-23 11:02:26 +08:00
lintsinghua 1972595a8d
Update README.md 2025-10-23 10:48:23 +08:00
lintsinghua e8c7deffe4
Update README.md 2025-10-23 10:46:15 +08:00
lintsinghua 93bac360f1 feat(deployment): Add Docker support and deployment configuration
- 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.
2025-10-23 00:13:48 +08:00
lintsinghua d6a78817e1 docs(readme): Swap example images for improved visual representation
- 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
2025-10-22 18:14:45 +08:00
lintsinghua a12633b47d refactor(project-structure): Restructure project architecture and improve code organization
- 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.
2025-10-22 15:12:59 +08:00
lintsinghua f6cb1cb174
Revise README to remove development and troubleshooting info
Removed development guidelines and troubleshooting sections from the README.
2025-10-19 22:42:31 +08:00
lintsinghua ebe66c7641 更新README.md,移除多余的标题行,并在文末添加Star历史链接,以便用户查看项目的受欢迎程度。 2025-09-20 13:10:16 +08:00
lintsinghua bd396ca08b 在README.md中添加了项目logo,并调整了布局以增强视觉效果。同时新增了logo图像文件。 2025-09-20 13:09:12 +08:00
lintsinghua 789a1b0cdf 新增英文版README_EN.md,包含项目介绍、功能特点、快速入门指南及技术栈等详细信息,同时更新中文README.md以添加语言切换链接。 2025-09-20 12:11:34 +08:00
lintsinghua c4e3e64265 更新README.md - 改进项目描述,增加功能介绍和使用指南 2025-09-20 11:58:22 +08:00
lintsinghua 49a957905f docs: 更新README.md - 根据项目实际内容重新撰写文档 2025-09-20 00:12:06 +08:00
lintsinghua ecd35ac87b
Update README.md 2025-09-19 23:55:46 +08:00
lintsinghua 4c8ff6e12d
Initial commit 2025-09-19 23:53:48 +08:00