mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-08-30 04:27:40 +08:00
16 lines
256 B
TOML
16 lines
256 B
TOML
schema_version = 1
|
|
id = "IndexerModule"
|
|
kind = "host_module"
|
|
entrypoint = "app.modules.indexer:IndexerModule"
|
|
depends_on = []
|
|
|
|
[metadata]
|
|
name = "站点索引"
|
|
type = "indexer"
|
|
subtype = "Indexer"
|
|
priority = 0
|
|
|
|
[activation]
|
|
policy = "bootstrap"
|
|
watch = []
|