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

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

View File

@@ -797,7 +797,7 @@ export default function MidjourneyHeroSection() {
/> />
{/* 全局样式 */} {/* 全局样式 */}
<style jsx global>{` <style>{`
@keyframes spin { @keyframes spin {
from { transform: rotate(0deg); } from { transform: rotate(0deg); }
to { transform: rotate(360deg); } to { transform: rotate(360deg); }