日期字段添加周几显示

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
2026-07-26 14:09:20 +08:00
parent c2a6b99fbd
commit 0684f15859
4 changed files with 8 additions and 6 deletions
+1
View File
@@ -57,6 +57,7 @@ def trades_page(request: Request, db: Session = Depends(get_db)):
open_trades=open_trades,
closed_trades=closed_trades,
today=today_str(),
weekdays=["周一","周二","周三","周四","周五","周六","周日"],
)
)