From 88a31d5a960bd10f3799bc00f8aa24461567d06e Mon Sep 17 00:00:00 2001
From: shimai <shimai@example.com>
Date: Tue, 07 Apr 2026 15:23:43 +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