From a61f1f67c5f6fc745c49ea6301cf4cba8c2d98f3 Mon Sep 17 00:00:00 2001 From: hyowons Date: Tue, 16 Jun 2026 10:04:39 +0900 Subject: [PATCH] =?UTF-8?q?style:=20=EB=B3=B4=EC=9C=A0=20=EB=B0=B0?= =?UTF-8?q?=EC=A7=80=20'xx=20=EC=A3=BC'=20=E2=86=92=20'=EB=B3=B4=EC=9C=A0?= =?UTF-8?q?=20xx=20=EC=A3=BC'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.8 --- agents/stock/workspace/scripts/behive_web.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/agents/stock/workspace/scripts/behive_web.py b/agents/stock/workspace/scripts/behive_web.py index fdb48cf..ce45068 100644 --- a/agents/stock/workspace/scripts/behive_web.py +++ b/agents/stock/workspace/scripts/behive_web.py @@ -1907,7 +1907,7 @@ def _render_row(c: dict, source: str = 'watchlist') -> str: if mode == 'held': qty = c.get('held_qty', 0) - status_cell = f'{qty:,} 주' + status_cell = f'보유 {qty:,} 주' accounts = c.get('held_accounts') or [] avg = c.get('held_avg_price', 0) held_row = ( @@ -2767,7 +2767,7 @@ def _render_holding_row(r: dict, total_value: int, show_day_change: bool = False
{_buy_rank_badge(buy_amount)}{stock}{acct_label}
-
{qty:,} 주{_pending_badges_html(r)}{weight:.2f}%{star}
+
보유 {qty:,} 주{_pending_badges_html(r)}{weight:.2f}%{star}
{summary_journal_html}