-
- Updated the SaaS documentation to clarify the separation of core business modules. - Enhanced the ImageModerationService for better error handling and configuration management. - Improved code readability by removing unnecessary whitespace and optimizing LINQ queries in various services. - Adjusted performance metrics calculations in the LqStoreDashboardService for accuracy in reporting. - Updated DTOs to reflect changes in performance metrics definitions.
-
- Refactored multiple worker scripts (css.worker.js, editor.worker.js, html.worker.js, json.worker.js, ts.worker.js) to improve code structure and maintainability. - Removed the unused CSS file (app.26c706cb.css) to clean up the project and reduce bundle size. - Ensured all worker scripts are optimized for better performance.
-
- Updated the file upload process to include image moderation before uploading to OSS. - Added configuration options for enabling/disabling image moderation and specifying the moderation service endpoint. - Enhanced the FileService to handle local file storage and moderation logic, ensuring compliance with content policies. - Updated .env and appsettings.json to reflect new configuration settings for the image moderation feature.