Prevents quality_score from dropping to zero when many issues are reported during a repository audit. Reworks calculateQualityScore to use a balanced penalty scheme and a weighted average (issues 30%, metrics 70%). Keeps API compatibility and provides more stable, meaningful scores even with heavy issue loads.
- Add line breaks to online demo section in both README files
- Enhance readability of demo URL presentation
- Maintain consistent formatting across Chinese and English README documents
- Moved online demo section to a more prominent location in both Chinese and English README files
- Ensured consistent placement and formatting of online demo link
- Improved visibility of the online demo URL for easier access
- Maintained existing documentation structure and style
- Add GitHub repository link in desktop header view
- Include GitHub link in mobile menu navigation
- Use GitHub SVG icon for consistent branding
- Improve navigation options by providing direct link to project repository
- Enhance user engagement and project visibility
- Remove redundant online demo section from both README files
- Simplify Vercel deployment introduction
- Maintain consistent messaging across English and Chinese READMEs
- Remove audit report export section for cleaner documentation
- Streamline quick start and deployment instructions
- Update README.md and README_EN.md with new online demo section
- Add direct link to Vercel preview deployment
- Highlight key benefits of the online demo
- Update .gitignore to include .vercel directory
- Improve documentation for easier user onboarding
- Clarify database mode details in both README.md and README_EN.md
- Highlight default local database mode (IndexedDB) usage
- Remove redundant recommendation for local database configuration
- Add explanation of Supabase cloud database option
- Update notes about Vercel deployment and backend API
- Modify vercel.json to set default local database environment variable
- Add .vercelignore to exclude unnecessary files from Vercel deployment
- Update README.md and README_EN.md with detailed Vercel deployment instructions
- Create vercel.json with deployment configuration
- Add one-click deployment button and multiple deployment methods
- Include environment variable setup guidance
- Highlight Vercel deployment advantages and important notes
- Improve documentation for easier deployment and setup process
Enhances project deployment flexibility and provides clear, step-by-step guidance for users looking to quickly deploy the application on Vercel.
- Add Swift and Kotlin as supported programming languages
- Update language detection and file upload logic in InstantAnalysis page
- Refactor language-related code to use centralized SUPPORTED_LANGUAGES constant
- Enhance project detail page to handle repository scanning with more flexibility
- Improve error handling and user guidance for project audits
- Add language name formatting utility in ProjectDetail component
- Update file input accept types to include new language extensions
- 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.
- Added functionality to automatically load saved ZIP files from IndexedDB when creating audit tasks.
- Introduced loading indicators and user feedback for ZIP file operations in the CreateTaskDialog component.
- Enhanced project detail page to handle ZIP file audits, including error handling and user notifications.
- Implemented methods for saving and deleting ZIP files in IndexedDB to streamline project management.
- Introduced a new Recycle Bin page for managing deleted projects.
- Implemented project editing functionality with a dialog for updating project details.
- Added methods for retrieving deleted projects and restoring or permanently deleting them from the database.
- Enhanced the Projects page with edit and delete options for better project management.