fix(module): 补全 indexer 缺少 get_subtype 方法

- 补全 `indexer` 缺少 `get_subtype` 方法。
- 增加 `get_running_subtype_module` 方法,可结合 `types` 快速获取单个运行中的 `module` 。
This commit is contained in:
Aqr-K
2024-12-04 18:14:56 +08:00
parent 825fc35134
commit 1c578746fe
3 changed files with 26 additions and 3 deletions

View File

@@ -220,6 +220,8 @@ class OtherModulesType(Enum):
FileManager = "文件整理"
# 过滤器
Filter = "过滤器"
# 站点索引
Indexer = "站点索引"
# 用户配置Key字典