From d9568f767a2d85757b40e0e6472488579f1aa897 Mon Sep 17 00:00:00 2001 From: kkfluous Date: Sat, 28 Mar 2026 18:19:03 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E5=85=A8=E5=B1=8F?= =?UTF-8?q?=E6=B0=B4=E5=8D=B0=EF=BC=88=E7=BE=9A=E7=89=9B=E6=B0=A2=E8=83=BD?= =?UTF-8?q?-=E6=97=B6=E9=97=B4=E6=88=B3=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 (1M context) --- src/App.tsx | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/src/App.tsx b/src/App.tsx index cd85900..7ce8329 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -393,8 +393,17 @@ export default function App() { const SUMMARY = summary!; + const watermarkText = `羚牛氢能-${new Date().toLocaleString('zh-CN', { year: 'numeric', month: '2-digit', day: '2-digit', hour: '2-digit', minute: '2-digit', second: '2-digit', hour12: false }).replace(/\//g, '-')}`; + return ( -
+
+ {/* Watermark */} +
+
${watermarkText}`)}")`, + backgroundRepeat: 'repeat', + }} /> +
{/* Compact Header Bar */}
{/* Title row */}