From 60200b846057d6f3f1e1b96681c15c80928ff96e Mon Sep 17 00:00:00 2001 From: tinkle-community Date: Fri, 26 Dec 2025 02:10:33 +0800 Subject: [PATCH] feat: add elegant NOFX watermark to chart - Add centered watermark with gradient effect - Semi-transparent, non-intrusive design - Professional branding for market charts --- web/src/components/AdvancedChart.tsx | 33 +++++++++++++++++++++++++++- 1 file changed, 32 insertions(+), 1 deletion(-) diff --git a/web/src/components/AdvancedChart.tsx b/web/src/components/AdvancedChart.tsx index f2ad2ff3..ab344a65 100644 --- a/web/src/components/AdvancedChart.tsx +++ b/web/src/components/AdvancedChart.tsx @@ -697,7 +697,38 @@ export function AdvancedChart({ )} {/* 图表容器 */} -
+
+
+ + {/* NOFX 水印 */} +
+
+ NOFX +
+
+
{/* 错误提示 */} {error && (