refactor: centralize compact date formatting

This commit is contained in:
leefer
2026-08-02 00:18:38 +08:00
parent 2ef31f6115
commit 309ed277fe
9 changed files with 62 additions and 14 deletions
+10 -4
View File
@@ -230,6 +230,12 @@
"path": "backend/data/numbers.py"
}
],
"date_formatting": [
{
"function": "display_compact_date",
"path": "backend/bootstrap/config.py"
}
],
"llm_entrypoints": [
{
"function": "stream_with_mentor",
@@ -289,13 +295,13 @@
},
{
"path": "backend/features/screener/engine.py",
"bytes": 108434,
"lines": 2206
"bytes": 108387,
"lines": 2203
},
{
"path": "backend/data/providers/tushare_client.py",
"bytes": 94171,
"lines": 2168
"bytes": 94124,
"lines": 2165
},
{
"path": "frontend/app.js",