mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-04 23:17:20 +08:00
refactor(runtime): lazily activate host modules (#6331)
This commit is contained in:
@@ -0,0 +1,15 @@
|
||||
schema_version = 1
|
||||
id = "FileManagerModule"
|
||||
kind = "host_module"
|
||||
entrypoint = "app.modules.filemanager:FileManagerModule"
|
||||
depends_on = []
|
||||
|
||||
[metadata]
|
||||
name = "文件整理"
|
||||
type = "other"
|
||||
subtype = "FileManager"
|
||||
priority = 4
|
||||
|
||||
[activation]
|
||||
policy = "bootstrap"
|
||||
watch = []
|
||||
Reference in New Issue
Block a user