feat: 添加服务模块,包含缓存管理、事件管理和预加载服务

This commit is contained in:
catlog22
2026-01-12 21:47:11 +08:00
parent ca77c114dd
commit fd9c55162d
5 changed files with 625 additions and 135 deletions

View File

@@ -106,6 +106,7 @@ const MODULE_FILES = [
'i18n.js', // Must be loaded first for translations
'utils.js',
'state.js',
'services.js', // CacheManager, EventManager, PreloadService - must be before main.js
'api.js',
'components/theme.js',
'components/modals.js',