Merge branch 'pr-1' into dev

# Conflicts:
#	stock_analyzer.py
#	templates/index.html
This commit is contained in:
兰志宏
2025-03-05 17:21:41 +08:00
4 changed files with 379 additions and 51 deletions

View File

@@ -90,7 +90,7 @@ def analyze():
logger.debug(f"开始处理批量股票的流式响应")
chunk_count = 0
for chunk in custom_analyzer.scan_market(
for chunk in custom_analyzer.scan_stocks(
[code.strip() for code in stock_codes],
min_score=0,
market_type=market_type,