refactor: migrate rss helper configuration

This commit is contained in:
jxxghp
2026-08-22 20:26:51 +08:00
parent 46ef5749db
commit 3181c01125
6 changed files with 17 additions and 11 deletions
@@ -9,7 +9,7 @@
"root": "app"
},
"settings_imports": {
"count": 134,
"count": 133,
"files": [
"app/adapters/cache/backends.py",
"app/adapters/cache/redis.py",
@@ -48,7 +48,6 @@
"app/agent/tools/impl/update_agent_task.py",
"app/agent/tools/impl/update_system_settings.py",
"app/application/maintenance.py",
"app/application/rss.py",
"app/application/security/auth.py",
"app/application/security/passkey.py",
"app/application/security/token.py",
+4 -3
View File
@@ -13,8 +13,8 @@
"runtime_to_db": [],
"workflow_to_db": []
},
"edge_count": 6396,
"edge_sha256": "343715ec8f599f096a45de0dd279d493e7eea7bcde70079f0df0446019578073",
"edge_count": 6397,
"edge_sha256": "7d10fe3157a2e2e0de2b8e7caf0edbbbb1c8302a58c9faf78812dba8a19e2d7a",
"edges": [
"app -> app.runtime",
"app -> app.runtime.compat",
@@ -2647,8 +2647,9 @@
"app.application.rss -> app.adapters.network.http",
"app.application.rss -> app.adapters.system",
"app.application.rss -> app.adapters.system.rust",
"app.application.rss -> app.application",
"app.application.rss -> app.application.configuration",
"app.application.rss -> app.runtime",
"app.application.rss -> app.runtime.config",
"app.application.rss -> app.runtime.log",
"app.application.rules -> app.adapters",
"app.application.rules -> app.adapters.system",