feat: 修复全局样式报错问题

This commit is contained in:
zdl
2025-10-25 18:22:58 +08:00
parent 094793c022
commit 506f89e64e

View File

@@ -797,12 +797,12 @@ export default function MidjourneyHeroSection() {
/>
{/* 全局样式 */}
<style jsx global>{`
<style>{`
@keyframes spin {
from { transform: rotate(0deg); }
to { transform: rotate(360deg); }
}
@keyframes pulse {
0%, 100% { opacity: 0.4; transform: scale(1); }
50% { opacity: 0.6; transform: scale(1.1); }