Drop index from option market card title.

Index remains only on the perp quote card.

Co-authored-by: Cursor <cursoragent@cursor.com>
This commit is contained in:
dekun
2026-07-29 19:45:11 +08:00
parent a668214e5d
commit 9b3693e542
2 changed files with 8 additions and 1 deletions
+8
View File
@@ -5,6 +5,14 @@
---
## 2026-07-29 — 期权标题去掉指数(指数只在永续行情)
### 变更
1. 期权 ATM / 持仓期权标题不再附带指数;指数仍在「永续行情」卡片显示。
---
## 2026-07-29 — 永续市价;期权标题带指数;ETH 大写
### 变更
-1
View File
@@ -640,7 +640,6 @@ export default function PlanPage() {
<h3 className="plan-panel-title">
{open ? "持仓期权" : "期权 ATM"}
{snap?.pair ? ` @ ${snap.pair.strike}` : ""}
{snap?.index_px != null ? ` · 指数 ${fmt(snap.index_px)}` : ""}
</h3>
<div className="kv">
<span>Call /</span>