v1.2.2 实体标记策略可配置:默认只标记首次出现(管理后台可切全部标记);前端移除管理入口(⚙️),/admin 地址保持可用

This commit is contained in:
2026-08-17 21:25:10 +08:00
parent a122a498e1
commit c03d6c3fe2
6 changed files with 21 additions and 3 deletions
+1
View File
@@ -52,6 +52,7 @@ DEFAULT_CONFIG = {
], ensure_ascii=False),
"footer_text": "NBA球迷大全 · 数据为模拟演示数据(2025-26 赛季) · LLM: DeepSeek · 向量: Chroma + bge-large-zh",
"admin_password": "admin123",
"entity_mark_mode": "first", # 实体标记:first=只标记首次出现 / all=全部标记
}
SEARCHABLE = { # 每个表可搜索的 TEXT 字段