新增平仓汇总页面,按期货/期权/双买分类统计盈亏和胜率
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user