Add standalone trade calendar page with solar and lunar dates.

Move calendar from stats to /calendar nav page; show Gregorian and lunar on cells, month title, and day detail.
This commit is contained in:
dekun
2026-06-30 12:07:58 +08:00
parent 8ebad6e8a2
commit 726ed7adef
7 changed files with 664 additions and 385 deletions
+6
View File
@@ -1620,6 +1620,12 @@ def stats():
return render_template("stats.html")
@app.route("/calendar")
@login_required
def trade_calendar():
return render_template("calendar.html")
@app.route("/api/stats")
@login_required
def api_stats():