refactor(project): 全面清理项目代码并重命名项目 #19

Merged
zhangxiang merged 9 commits from dev into main 2026-04-29 21:49:02 +08:00
2 changed files with 2 additions and 2 deletions
Showing only changes of commit 6cda0bfd3d - Show all commits
+1 -1
View File
@@ -164,7 +164,7 @@ function ContactFormContent() {
<section className="py-24 relative overflow-hidden" ref={sectionRef}>
<div className="absolute inset-0 pointer-events-none">
<div className="absolute inset-0 bg-gradient-radial from-[rgba(79,70,229,0.03)] via-transparent to-transparent" />
<div className="absolute inset-0" style={{ background: 'radial-gradient(ellipse at center, rgba(196,30,58,0.03) 0%, transparent 70%)' }} />
</div>
<div className="container-wide relative z-10">
+1 -1
View File
@@ -146,7 +146,7 @@ export function ContactSection() {
/>
)}
<div className="absolute inset-0 pointer-events-none">
<div className="absolute inset-0 bg-gradient-radial from-[rgba(79,70,229,0.03)] via-transparent to-transparent" />
<div className="absolute inset-0" style={{ background: 'radial-gradient(ellipse at center, rgba(196,30,58,0.03) 0%, transparent 70%)' }} />
</div>
<div className="container-wide relative z-10">