From d8a57a768dff7ef3e6ef32acec930bd6fba0bce0 Mon Sep 17 00:00:00 2001 From: liuwei Date: Mon, 20 Apr 2026 13:03:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=8B=E8=B0=83=E8=8F=9C=E5=8D=95=E5=8A=9F?= =?UTF-8?q?=E8=83=BD=E5=8D=A1=E7=89=87=E5=AD=97=E4=BD=93=E5=B0=BA=E5=AF=B8?= =?UTF-8?q?=E4=BB=A5=E6=8F=90=E5=8D=87=E4=B8=89=E5=88=97=E7=B4=A7=E5=87=91?= =?UTF-8?q?=E5=B1=95=E7=A4=BA=E5=AF=86=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/robot_menu/menu_render_tool.py | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/plugins/robot_menu/menu_render_tool.py b/plugins/robot_menu/menu_render_tool.py index 8c9a802..f06e5b2 100644 --- a/plugins/robot_menu/menu_render_tool.py +++ b/plugins/robot_menu/menu_render_tool.py @@ -310,20 +310,20 @@ class RobotMenuRenderTool: border: 1px solid #d3e8ff; border-radius: 12px; padding: 4px 6px; - font-size: 12px; + font-size: 9px; }} .feature-meta {{ flex: 1; }} .feature-meta h3 {{ margin: 0 0 2px 0; - font-size: 18px; + font-size: 15px; font-weight: 300; line-height: 1.25; letter-spacing: .1px; color: #000; }} - .feature-key {{ margin: 0; font-size: 12px; color: var(--muted); }} + .feature-key {{ margin: 0; font-size: 9px; color: var(--muted); }} .status-badge {{ - font-size: 12px; + font-size: 9px; font-weight: 700; padding: 4px 10px; border-radius: 999px; @@ -347,7 +347,7 @@ class RobotMenuRenderTool: background: #f8fbff; border: 1px dashed #d6e6f7; }} - .feature-body p {{ margin: 0; font-size: 14px; color: #1f1f1f; line-height: 1.5; }} + .feature-body p {{ margin: 0; font-size: 11px; color: #1f1f1f; line-height: 1.5; }} .line-main {{ color: #1f1f1f; }} .line-sub {{ color: #6b6b6b; }} code {{ @@ -356,7 +356,7 @@ class RobotMenuRenderTool: color: #0068bd; padding: 1px 7px; border-radius: 999px; - font-size: 12px; + font-size: 9px; }} .footer {{ background: var(--ps-blue);