From 3a9170449c2e746029413334432d50bc6928fe9d Mon Sep 17 00:00:00 2001 From: SXP-Simon Date: Sat, 4 Apr 2026 18:00:10 +0800 Subject: [PATCH] fix(ATRI): GitHub Repo Link --- .../templates/ATRI/html_template.html | 40 ++++++++++++++----- .../templates/ATRI/image_template.html | 40 ++++++++++++++----- .../templates/ATRI/pdf_template.html | 9 ++++- 3 files changed, 70 insertions(+), 19 deletions(-) diff --git a/src/infrastructure/reporting/templates/ATRI/html_template.html b/src/infrastructure/reporting/templates/ATRI/html_template.html index 853f7c7..193845e 100644 --- a/src/infrastructure/reporting/templates/ATRI/html_template.html +++ b/src/infrastructure/reporting/templates/ATRI/html_template.html @@ -1326,6 +1326,23 @@ margin-right: auto; } + .footer-repo { + display: inline-flex; + align-items: center; + gap: 6px; + color: var(--deep); + text-decoration: none; + font-family: 'LXGW WenKai Mono', monospace; + font-size: 11px; + font-weight: 600; + opacity: 0.8; + transition: opacity 0.2s; + } + + .footer-repo:hover { + opacity: 1; + } + .token-section { @@ -2890,16 +2907,21 @@ -