"""配置模块 - 集中管理应用配置""" from config.ui_constants import UIConstants from config.cleaner_config import CleanerConfig __all__ = ["UIConstants", "CleanerConfig"]