feat: initialize example images manager on app startup and streamline event listener setup

This commit is contained in:
Will Miao
2025-04-30 14:17:39 +08:00
parent cb5e64d26b
commit b32756932b
3 changed files with 26 additions and 36 deletions

View File

@@ -35,6 +35,9 @@ export class AppCore {
initTheme();
initBackToTop();
// Initialize the example images manager
exampleImagesManager.initialize();
// Mark as initialized
this.initialized = true;