看股功能更新

This commit is contained in:
2026-08-16 00:05:26 +08:00
parent 9cce670b74
commit fc86fe0674
28 changed files with 3823 additions and 96 deletions

View File

@@ -38,3 +38,9 @@ LLM_MODEL=glm-5.2
# TRANSFER_FEE_RATE=0.00001 # 过户费 0.001%,沪深双边
# COMMISSION_RATE=0.0001 # 佣金 万1
# COMMISSION_MIN=5.0 # 最低 5 元
# ---- Redis 读缓存(可选;股票列表/筛选项提速)----
# 留空 = 不缓存,直查数据库;连接失败自动降级,不影响接口可用性
# REDIS_URL=redis://default:password@127.0.0.1:6379
# STOCKS_CACHE_TTL=300 # 股票列表缓存秒数
# FACETS_CACHE_TTL=3600 # 行业/地域筛选项缓存秒数