From 6f45735adfdcd973a19f638f9ced9629f79cd6de Mon Sep 17 00:00:00 2001
From: shimai <shimai@example.com>
Date: Wed, 15 Apr 2026 16:12:01 +0800
Subject: [PATCH] v2.0: 提交当前所有变更,准备创建v2.0标签

---
 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