mirror of
https://github.com/KenanZhu/AutoLibrary.git
synced 2026-06-18 23:43:02 +08:00
25aab588a8
add: - src/utils/ConfigManager.py - src/utils/JSONReader.py - src/utils/JSONWriter.py remove: - src/utils/ConfigReader.py - src/utils/ConfigWriter.py refactor: - 更新调用方以使用 ConfigManager / JSONReader / JSONWriter(见 ALConfigWidget.py、ALMainWindow.py、ALTimerTaskManageWidget.py、ALMainWorkers.py 等) - 统一方法命名(initlize* -> initialize*)、改进错误提示与配置路径管理 BREAKING CHANGE: 删除 ConfigReader/ConfigWriter,外部调用需改为 JSONReader/JSONWriter 或通过 ConfigManager 访问配置
8 lines
316 B
Python
8 lines
316 B
Python
"""
|
|
Utils module for the AutoLibrary project.
|
|
|
|
Here are the classes and modules in this package:
|
|
- ConfigManager: Configuration manager class for the AutoLibrary project.
|
|
- JSONReader: JSON reader class for the AutoLibrary project.
|
|
- JSONWriter: JSON writer class for the AutoLibrary project.
|
|
""" |