* fix: auto enable light mode config does not take effect when silent start is enabled * refactor: extract run_once_lightweight logic into lightweight.rs as a fn
Enable more precise control over autostart functionality and clean up logging code by removing unnecessary boolean parameters.
Replace log macros with custom logging macros in timer module
fix: #3187 and #3096, silent startup can not trigger lightweight mode fix: optimize startup initializing processing
refactor(cm-service): better error handling from Backend to Frontend