From 96ff783bbd1ae05260bb84e723bbb461aef5828a Mon Sep 17 00:00:00 2001 From: xuncha <1658671838@qq.com> Date: Thu, 19 Feb 2026 17:55:01 +0800 Subject: [PATCH] =?UTF-8?q?html=E5=AF=BC=E5=87=BA=E5=8D=A1=E7=89=87?= =?UTF-8?q?=E9=93=BE=E6=8E=A5=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- electron/services/exportHtml.css | 11 +++++++++++ electron/services/exportHtmlStyles.ts | 11 +++++++++++ 2 files changed, 22 insertions(+) diff --git a/electron/services/exportHtml.css b/electron/services/exportHtml.css index c03d459..993e478 100644 --- a/electron/services/exportHtml.css +++ b/electron/services/exportHtml.css @@ -186,6 +186,17 @@ body { word-break: break-word; } +.message-link-card { + color: #2563eb; + text-decoration: underline; + text-underline-offset: 2px; + word-break: break-all; +} + +.message-link-card:hover { + color: #1d4ed8; +} + .inline-emoji { width: 22px; height: 22px; diff --git a/electron/services/exportHtmlStyles.ts b/electron/services/exportHtmlStyles.ts index 42d4e07..935eb49 100644 --- a/electron/services/exportHtmlStyles.ts +++ b/electron/services/exportHtmlStyles.ts @@ -186,6 +186,17 @@ body { word-break: break-word; } +.message-link-card { + color: #2563eb; + text-decoration: underline; + text-underline-offset: 2px; + word-break: break-all; +} + +.message-link-card:hover { + color: #1d4ed8; +} + .inline-emoji { width: 22px; height: 22px;