From 76376c0ab0d7a8f70a419166b0d345bef7bf4f67 Mon Sep 17 00:00:00 2001 From: hyowons Date: Mon, 8 Jun 2026 16:51:19 +0900 Subject: [PATCH] =?UTF-8?q?feat:=20=ED=83=9C=EA=B7=B8=EB=A5=BC=20=EB=AF=B8?= =?UTF-8?q?=EB=A6=AC=EB=B3=B4=EA=B8=B0=EC=97=90=EC=84=9C=20=EB=B9=BC?= =?UTF-8?q?=EA=B3=A0=20=ED=8E=BC=EC=B9=9C=20detail=EC=97=90=20=ED=91=9C?= =?UTF-8?q?=EC=8B=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit line2에서 tag_chip 제거, detail 상단에 태그 있을 때만 표시. Co-Authored-By: Claude Opus 4.8 --- agents/stock/workspace/scripts/behive_web.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/agents/stock/workspace/scripts/behive_web.py b/agents/stock/workspace/scripts/behive_web.py index e01a9da..e541d58 100644 --- a/agents/stock/workspace/scripts/behive_web.py +++ b/agents/stock/workspace/scripts/behive_web.py @@ -2678,7 +2678,7 @@ def _render_holding_row(r: dict, total_value: int, show_day_change: bool = False
{_buy_rank_badge(buy_amount)}{stock}{acct_label}
-
{tag_chip}보유 {qty:,}주{_pending_badges_html(r)}{weight:.2f}%{star}
+
보유 {qty:,}주{_pending_badges_html(r)}{weight:.2f}%{star}
{summary_journal_html}
@@ -2689,6 +2689,7 @@ def _render_holding_row(r: dict, total_value: int, show_day_change: bool = False {candle_summary}
+ {f'
{tag_chip}
' if tag_chip else ''}
{dl_inner}
{pl_dl_inner}
{ohlc_mini_html}