This commit is contained in:
2026-06-26 10:23:08 +08:00
parent f3675924dc
commit d6b6732ec2
5 changed files with 175 additions and 202 deletions
@@ -4,7 +4,7 @@ import {
StarOutlined,
LockOutlined,
GiftOutlined,
SparklesOutlined,
ThunderboltOutlined,
PlayCircleOutlined,
CheckCircleOutlined,
HeartOutlined,
@@ -80,7 +80,7 @@ const CreativePlazaPage: React.FC = () => {
const features = [
{
icon: <SparklesOutlined style={{ fontSize: 28, color: '#8b5cf6' }} />,
icon: <ThunderboltOutlined style={{ fontSize: 28, color: '#8b5cf6' }} />,
title: 'AI智能生成',
description: '先进的AI技术,一键生成高质量视频内容',
},
@@ -252,7 +252,7 @@ const CreativePlazaPage: React.FC = () => {
border: 'none',
}}
>
<SparklesOutlined style={{ marginRight: 4 }} />
<ThunderboltOutlined style={{ marginRight: 4 }} />
</Button>
</div>
+6 -6
View File
@@ -6,9 +6,9 @@ import {
LockOutlined,
ThunderboltOutlined,
GiftOutlined,
TrendingUpOutlined,
FlameOutlined,
AwardOutlined,
BarChartOutlined,
FireOutlined,
TrophyOutlined,
} from '@ant-design/icons';
const PopularPage: React.FC = () => {
@@ -90,7 +90,7 @@ const PopularPage: React.FC = () => {
justifyContent: 'center',
boxShadow: '0 4px 16px rgba(245,158,11,0.3)',
}}>
<TrendingUpOutlined style={{ fontSize: 22, color: '#fff' }} />
<BarChartOutlined style={{ fontSize: 22, color: '#fff' }} />
</div>
<div>
<Typography.Title level={2} style={{ margin: 0, color: '#1e293b', fontWeight: 700 }}>
@@ -117,7 +117,7 @@ const PopularPage: React.FC = () => {
}}
>
<Typography.Title level={4} style={{ marginBottom: 20, color: '#1e293b' }}>
<FlameOutlined style={{ marginRight: 8, color: '#f59e0b' }} />
<FireOutlined style={{ marginRight: 8, color: '#f59e0b' }} />
</Typography.Title>
<div style={{ display: 'grid', gridTemplateColumns: 'repeat(6, 1fr)', gap: 16 }}>
@@ -165,7 +165,7 @@ const PopularPage: React.FC = () => {
<div style={{ display: 'flex', justifyContent: 'space-between', alignItems: 'center', marginBottom: 20 }}>
<Typography.Title level={4} style={{ margin: 0, color: '#1e293b' }}>
<AwardOutlined style={{ marginRight: 8, color: '#6366f1' }} />
<TrophyOutlined style={{ marginRight: 8, color: '#6366f1' }} />
</Typography.Title>
<Button