From fd888e3b905d13702acb014937d66f2f35d71359 Mon Sep 17 00:00:00 2001 From: root <953994191@qq.com> Date: Wed, 29 Apr 2026 19:06:19 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=AD=90=E5=9B=BE=E4=B8=AD?= =?UTF-8?q?=20common/intent=20=E7=AD=89=E6=A8=A1=E5=9D=97=E7=9A=84?= =?UTF-8?q?=E5=AF=BC=E5=85=A5=E8=B7=AF=E5=BE=84=EF=BC=88=E5=B7=B2=E7=A7=BB?= =?UTF-8?q?=E8=87=B3=20app/core=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- backend/app/subgraphs/contact/nodes.py | 2 +- backend/app/subgraphs/dictionary/nodes.py | 2 +- backend/app/subgraphs/news_analysis/nodes.py | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/backend/app/subgraphs/contact/nodes.py b/backend/app/subgraphs/contact/nodes.py index 57c6891..66519c6 100644 --- a/backend/app/subgraphs/contact/nodes.py +++ b/backend/app/subgraphs/contact/nodes.py @@ -8,7 +8,7 @@ from typing import Dict, Any from datetime import datetime # 公共工具 -from ..common import MarkdownFormatter +from app.core import MarkdownFormatter from .state import ContactState from .api_client import ContactAPIClient diff --git a/backend/app/subgraphs/dictionary/nodes.py b/backend/app/subgraphs/dictionary/nodes.py index faf06c3..7b76099 100644 --- a/backend/app/subgraphs/dictionary/nodes.py +++ b/backend/app/subgraphs/dictionary/nodes.py @@ -8,7 +8,7 @@ from datetime import datetime import random # 公共工具 -from ..common import ( +from app.core import ( MarkdownFormatter ) diff --git a/backend/app/subgraphs/news_analysis/nodes.py b/backend/app/subgraphs/news_analysis/nodes.py index bd8e9d9..fbab16b 100644 --- a/backend/app/subgraphs/news_analysis/nodes.py +++ b/backend/app/subgraphs/news_analysis/nodes.py @@ -7,7 +7,7 @@ from typing import Dict, Any from datetime import datetime # 公共工具 -from ..common import MarkdownFormatter +from app.core import MarkdownFormatter from .state import ( NewsAnalysisState,