From 3c6df5b3c7edb8749e0e7f902d3fe2af9d05910a Mon Sep 17 00:00:00 2001 From: SXP-Simon Date: Thu, 12 Feb 2026 20:19:37 +0800 Subject: [PATCH] =?UTF-8?q?feat(template):=20=E8=B0=83=E6=95=B4=20hack=20?= =?UTF-8?q?=E6=A8=A1=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../reporting/templates/hack/image_template.html | 10 +++++----- .../reporting/templates/hack/pdf_template.html | 6 +++--- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/src/infrastructure/reporting/templates/hack/image_template.html b/src/infrastructure/reporting/templates/hack/image_template.html index 4963c8e..7ebbc79 100644 --- a/src/infrastructure/reporting/templates/hack/image_template.html +++ b/src/infrastructure/reporting/templates/hack/image_template.html @@ -15,7 +15,7 @@ --bg-panel: #141414; --bg-card: #1c1c1c; --text-primary: #ffffff; - --text-secondary: #a0a0a0; + --text-secondary: #cccccc; --accent-orange: #ff9900; /* Primary */ --accent-blue: #3399ff; @@ -158,7 +158,7 @@ } .comment { - color: #555; + color: var(--text-secondary); } h1 { @@ -539,7 +539,7 @@   peak_time: '{{most_active_period}}'
};
- // Total characters: {{total_characters}} + // Total characters: {{total_characters}} @@ -593,12 +593,12 @@ diff --git a/src/infrastructure/reporting/templates/hack/pdf_template.html b/src/infrastructure/reporting/templates/hack/pdf_template.html index a0ee9a2..6713a19 100644 --- a/src/infrastructure/reporting/templates/hack/pdf_template.html +++ b/src/infrastructure/reporting/templates/hack/pdf_template.html @@ -21,7 +21,7 @@ --bg-panel: #141414; --bg-card: #1c1c1c; --text-primary: #ffffff; - --text-secondary: #a0a0a0; + --text-secondary: #cccccc; --accent-orange: #ff9900; --accent-blue: #3399ff; --accent-red: #ff3366; @@ -141,7 +141,7 @@ } .comment { - color: #555; + color: #888888; } h1 { @@ -385,7 +385,7 @@