Skip to content

Commit 8c1832a

Browse files
heliotropeheliotrope
authored andcommitted
chore: 删除死代码 ADMIN_EMAIL 和过时的公式数据库拷贝
ADMIN_EMAIL在components/config.py里定义后从未被引用,而且是硬编码在公开 仓库里的真实个人邮箱,一并删除。data/formulas.py是tools.py里_FORMULAS 字典的一份过时拷贝(文件头注释自称"extracted from tools.py"),全仓库 没有任何地方import它,此前也从未被纳入版本控制,直接从磁盘删除。
1 parent 13c9cb1 commit 8c1832a

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

components/config.py

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,6 @@
1515
# 额外处理 reasoning_content 传递)是后续单独评估的事,不在这次改动里。
1616
DEFAULT_MODEL = "deepseek-v4-flash"
1717

18-
# ── 管理员 ────────────────────────────────────────────────────────────────────
19-
ADMIN_EMAIL = "a13989358483@gmail.com"
20-
2118

2219
def get_secret(key: str) -> str:
2320
try:

0 commit comments

Comments
 (0)