refactor: centralize compact date formatting
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user