新增平仓汇总页面,按期货/期权/双买分类统计盈亏和胜率

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
fish
2026-07-28 15:16:56 +08:00
parent d28ab148f6
commit 7ac9de3663
4 changed files with 305 additions and 1 deletions
+3
View File
@@ -215,6 +215,9 @@
<a href="/dual-options/" class="{% if active_nav == 'dual_options' %}active{% endif %}">
<span class="icon">🎯</span> 期权双买
</a>
<a href="/summary/" class="{% if active_nav == 'summary' %}active{% endif %}">
<span class="icon">📋</span> 平仓汇总
</a>
<a href="/admin/" class="{% if active_nav == 'admin' %}active{% endif %}">
<span class="icon">⚙️</span> 系统管理
</a>