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

File diff suppressed because one or more lines are too long
+1 -1
View File
@@ -28,7 +28,7 @@
} }
})(); })();
</script> </script>
<script type="module" crossorigin src="/assets/index-BxqbNh67.js"></script> <script type="module" crossorigin src="/assets/index-C6cOCSi8.js"></script>
<link rel="stylesheet" crossorigin href="/assets/index-BhPFzWLH.css"> <link rel="stylesheet" crossorigin href="/assets/index-BhPFzWLH.css">
</head> </head>
<body> <body>
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 bg1 from '../assets/bg1.png';
import bg2 from '../assets/bg2.png'; import bg2 from '../assets/bg2.png';
import bg3 from '../assets/bg3.png';
import text from '../assets/testb.png'; import text from '../assets/testb.png';
@@ -856,7 +857,7 @@ const AIChatPage: React.FC = () => {
borderRadius: 20, borderRadius: 20,
height: 'calc(100vh - 34px)', height: 'calc(100vh - 34px)',
background: 'linear-gradient(135deg, #f8fafc 0%, #f0f4ff 50%, #faf5ff 100%)', background: 'linear-gradient(135deg, #f8fafc 0%, #f0f4ff 50%, #faf5ff 100%)',
backgroundImage: `url(${bg2})`, backgroundImage: `url(${bg3})`,
backgroundRepeat: 'no-repeat', backgroundRepeat: 'no-repeat',
backgroundSize: '100% 100%', backgroundSize: '100% 100%',
backgroundPosition: 'center', backgroundPosition: 'center',