feat: vue重构

This commit is contained in:
Cassianvale
2025-03-05 17:45:09 +08:00
parent 5dacc9f528
commit 4393bf68cd
27 changed files with 4164 additions and 15 deletions

View File

@@ -476,7 +476,7 @@ class StockAnalyzer:
def _process_ai_stream(self, response, stock_code) -> Generator[str, None, None]:
"""处理AI流式响应"""
logger.info(f"开始处理 {stock_code} 的AI流式响应")
logger.info(f"开始处理股票 {stock_code} 的AI流式响应\n")
buffer = ""
chunk_count = 0