From 3366990cfa5f284f08bd1147a8cc92df9ef1d2b7 Mon Sep 17 00:00:00 2001 From: hyowons Date: Tue, 16 Jun 2026 09:51:17 +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'=EB=B3=B4=EC=9C=A0xx'=20=E2=86=92=20'xx=20?= =?UTF-8?q?=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 9119788..fdb48cf 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}