mirror of
https://github.com/jxxghp/MoviePilot.git
synced 2026-09-05 23:47:41 +08:00
feat(runtime): 为旧门面补上分阶段退役,与命中观测形成闭环 (#6430)
This commit is contained in:
+14
-3
@@ -13,8 +13,8 @@
|
||||
"runtime_to_db": [],
|
||||
"workflow_to_db": []
|
||||
},
|
||||
"edge_count": 6546,
|
||||
"edge_sha256": "9799edea47a44d52ae4d5d4bf3e38614b1d1a255f850891b3cc1d8fb85b40735",
|
||||
"edge_count": 6554,
|
||||
"edge_sha256": "1c72744be67d95f98eac1c7b1a72bdbf7b6d1d4f337556b8e22293c3a9525c67",
|
||||
"edges": [
|
||||
"app -> app.runtime",
|
||||
"app -> app.runtime.compat",
|
||||
@@ -5588,6 +5588,11 @@
|
||||
"app.runtime.config -> app.schemas.types",
|
||||
"app.runtime.debounce -> app.runtime",
|
||||
"app.runtime.debounce -> app.runtime.log",
|
||||
"app.runtime.deprecation.policy -> app.runtime",
|
||||
"app.runtime.deprecation.policy -> app.runtime.deprecation",
|
||||
"app.runtime.deprecation.policy -> app.runtime.deprecation.notices",
|
||||
"app.runtime.deprecation.policy -> app.runtime.log",
|
||||
"app.runtime.deprecation.policy -> app.runtime.settings",
|
||||
"app.runtime.event.binding -> app.runtime",
|
||||
"app.runtime.event.binding -> app.runtime.event",
|
||||
"app.runtime.event.binding -> app.runtime.event.registry",
|
||||
@@ -5772,6 +5777,9 @@
|
||||
"app.runtime.extensions.service_config -> app.schemas",
|
||||
"app.runtime.extensions.service_config -> app.schemas.system",
|
||||
"app.runtime.extensions.service_config -> app.schemas.types",
|
||||
"app.runtime.observability -> app.runtime",
|
||||
"app.runtime.observability -> app.runtime.deprecation",
|
||||
"app.runtime.observability -> app.runtime.deprecation.policy",
|
||||
"app.runtime.progress -> app.runtime",
|
||||
"app.runtime.progress -> app.runtime.cache",
|
||||
"app.runtime.progress -> app.runtime.localization",
|
||||
@@ -6563,7 +6571,7 @@
|
||||
"app.workflow.actions.transfer_file -> app.workflow",
|
||||
"app.workflow.actions.transfer_file -> app.workflow.actions"
|
||||
],
|
||||
"module_count": 806,
|
||||
"module_count": 809,
|
||||
"modules": [
|
||||
"app",
|
||||
"app.adapters",
|
||||
@@ -7218,6 +7226,9 @@
|
||||
"app.runtime.config",
|
||||
"app.runtime.correlation",
|
||||
"app.runtime.debounce",
|
||||
"app.runtime.deprecation",
|
||||
"app.runtime.deprecation.notices",
|
||||
"app.runtime.deprecation.policy",
|
||||
"app.runtime.event",
|
||||
"app.runtime.event.binding",
|
||||
"app.runtime.event.contracts",
|
||||
|
||||
Reference in New Issue
Block a user