From e4dfe9f17d64d016376872b786d2987805ee41ef Mon Sep 17 00:00:00 2001
From: shimai <shimai@example.com>
Date: Fri, 03 Apr 2026 11:12:14 +0800
Subject: [PATCH] Merge branch 'test/tony.cheng/260312' of http://120.79.193.119:9090/r/~chengmw/cloud-melody-front into test/shimai.huang/260309
---
web-app/src/components/dashboard/AISuggestionCard.jsx | 3 +++
1 files changed, 3 insertions(+), 0 deletions(-)
diff --git a/web-app/src/components/dashboard/AISuggestionCard.jsx b/web-app/src/components/dashboard/AISuggestionCard.jsx
index 4663f36..f326727 100644
--- a/web-app/src/components/dashboard/AISuggestionCard.jsx
+++ b/web-app/src/components/dashboard/AISuggestionCard.jsx
@@ -22,6 +22,9 @@
return (
<div className="ai-suggestion-card">
+ {/* 背景图标 */}
+ <img src="/ai-bg.png" alt="" className="ai-suggestion-bg" />
+
{/* 标题 */}
<div className="ai-suggestion-header">
<BulbOutlined className="ai-suggestion-icon" />
--
Gitblit v1.8.0