1
This commit is contained in:
@@ -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,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
|
||||
|
||||
Reference in New Issue
Block a user