期权交易"权利金"改为"开仓价";新增期权双买交易功能,支持跨式策略开平仓及组合盈亏分析

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
This commit is contained in:
fish
2026-07-28 14:24:49 +08:00
parent 6228c139ef
commit af3e359d24
6 changed files with 642 additions and 6 deletions
+3
View File
@@ -212,6 +212,9 @@
<a href="/options/" class="{% if active_nav == 'options' %}active{% endif %}">
<span class="icon">📊</span> 期权交易
</a>
<a href="/dual-options/" class="{% if active_nav == 'dual_options' %}active{% endif %}">
<span class="icon">🎯</span> 期权双买
</a>
<a href="/admin/" class="{% if active_nav == 'admin' %}active{% endif %}">
<span class="icon">⚙️</span> 系统管理
</a>