mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 07:27:15 +08:00
refactor: 收口 V3 分层架构与插件兼容边界
This commit is contained in:
@@ -435,10 +435,10 @@ MODULE_ALIASES: Dict[str, ModuleAlias] = {
|
||||
owner="runtime",
|
||||
),
|
||||
"app.core.security": ModuleAlias(
|
||||
target="app.application.security.access",
|
||||
replacement="app.application.security.access",
|
||||
target="app.sdk.security",
|
||||
replacement="app.sdk.security",
|
||||
introduced="v3.0.0",
|
||||
owner="application",
|
||||
owner="sdk",
|
||||
),
|
||||
"app.helper.agent": ModuleAlias(
|
||||
target="app.application.messaging.agent", replacement="app.application.messaging.agent",
|
||||
@@ -569,10 +569,16 @@ MODULE_ALIASES: Dict[str, ModuleAlias] = {
|
||||
introduced="v3.0.0", owner="adapters",
|
||||
),
|
||||
"app.helper.service": ModuleAlias(
|
||||
target="app.runtime.extensions.service_registry",
|
||||
target="app.sdk.services",
|
||||
replacement="app.sdk.services",
|
||||
introduced="v3.0.0", owner="runtime",
|
||||
),
|
||||
"app.runtime.extensions.service_registry": ModuleAlias(
|
||||
target="app.sdk.services",
|
||||
replacement="app.sdk.services",
|
||||
introduced="v3.0.0",
|
||||
owner="sdk",
|
||||
),
|
||||
"app.helper.sites": ModuleAlias(
|
||||
target="app.application.site.sites", replacement="app.sdk.network",
|
||||
introduced="v3.0.0", owner="application",
|
||||
|
||||
Reference in New Issue
Block a user