修改ai创作背景图

This commit is contained in:
2026-06-30 17:03:07 +08:00
parent 0541fc0046
commit ef9d9e8a74
5 changed files with 4 additions and 3 deletions
Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 MiB

+2 -1
View File
@@ -17,6 +17,7 @@ import {
import bg1 from '../assets/bg1.png';
import bg2 from '../assets/bg2.png';
import bg3 from '../assets/bg3.png';
import text from '../assets/testb.png';
@@ -856,7 +857,7 @@ const AIChatPage: React.FC = () => {
borderRadius: 20,
height: 'calc(100vh - 34px)',
background: 'linear-gradient(135deg, #f8fafc 0%, #f0f4ff 50%, #faf5ff 100%)',
backgroundImage: `url(${bg2})`,
backgroundImage: `url(${bg3})`,
backgroundRepeat: 'no-repeat',
backgroundSize: '100% 100%',
backgroundPosition: 'center',