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:
@@ -5,6 +5,14 @@
|
||||
|
||||
---
|
||||
|
||||
## 2026-07-29 — 期权标题去掉指数(指数只在永续行情)
|
||||
|
||||
### 变更
|
||||
|
||||
1. 期权 ATM / 持仓期权标题不再附带指数;指数仍在「永续行情」卡片显示。
|
||||
|
||||
---
|
||||
|
||||
## 2026-07-29 — 永续市价;期权标题带指数;ETH 大写
|
||||
|
||||
### 变更
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user