chaojie commited on
Commit
19dc90c
·
verified ·
1 Parent(s): 62ef9b5

undefined - Initial Deployment

Browse files
Files changed (2) hide show
  1. README.md +6 -4
  2. index.html +633 -19
README.md CHANGED
@@ -1,10 +1,12 @@
1
  ---
2
- title: N2v
3
- emoji: 🐨
4
  colorFrom: blue
5
- colorTo: green
6
  sdk: static
7
  pinned: false
 
 
8
  ---
9
 
10
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
1
  ---
2
+ title: n2v
3
+ emoji: 🐳
4
  colorFrom: blue
5
+ colorTo: gray
6
  sdk: static
7
  pinned: false
8
+ tags:
9
+ - deepsite
10
  ---
11
 
12
+ Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
index.html CHANGED
@@ -1,19 +1,633 @@
1
- <!doctype html>
2
- <html>
3
- <head>
4
- <meta charset="utf-8" />
5
- <meta name="viewport" content="width=device-width" />
6
- <title>My static Space</title>
7
- <link rel="stylesheet" href="style.css" />
8
- </head>
9
- <body>
10
- <div class="card">
11
- <h1>Welcome to your static Space!</h1>
12
- <p>You can modify this app directly by editing <i>index.html</i> in the Files and versions tab.</p>
13
- <p>
14
- Also don't forget to check the
15
- <a href="https://huggingface.co/docs/hub/spaces" target="_blank">Spaces documentation</a>.
16
- </p>
17
- </div>
18
- </body>
19
- </html>
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ <!DOCTYPE html>
2
+ <html lang="zh-CN">
3
+ <head>
4
+ <meta charset="UTF-8">
5
+ <meta name="viewport" content="width=device-width, initial-scale=1.0">
6
+ <title>视频制作全流程工具集</title>
7
+ <script src="https://cdn.tailwindcss.com"></script>
8
+ <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.0/css/all.min.css">
9
+ <style>
10
+ .gradient-bg {
11
+ background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
12
+ }
13
+ .tool-card:hover {
14
+ transform: translateY(-5px);
15
+ box-shadow: 0 10px 20px rgba(0,0,0,0.2);
16
+ }
17
+ .progress-step.active {
18
+ background-color: #4f46e5;
19
+ color: white;
20
+ }
21
+ .progress-step.completed {
22
+ background-color: #10b981;
23
+ color: white;
24
+ }
25
+ .sidebar {
26
+ transition: all 0.3s ease;
27
+ }
28
+ @media (max-width: 768px) {
29
+ .sidebar {
30
+ transform: translateX(-100%);
31
+ position: fixed;
32
+ z-index: 50;
33
+ height: 100vh;
34
+ }
35
+ .sidebar.open {
36
+ transform: translateX(0);
37
+ }
38
+ }
39
+ </style>
40
+ </head>
41
+ <body class="bg-gray-50 font-sans">
42
+ <!-- 移动端菜单按钮 -->
43
+ <div class="md:hidden fixed top-4 left-4 z-50">
44
+ <button id="menuBtn" class="p-2 rounded-md bg-indigo-600 text-white">
45
+ <i class="fas fa-bars"></i>
46
+ </button>
47
+ </div>
48
+
49
+ <!-- 侧边栏 -->
50
+ <div id="sidebar" class="sidebar w-64 bg-white shadow-md fixed h-full md:relative">
51
+ <div class="p-4 gradient-bg text-white">
52
+ <h1 class="text-2xl font-bold flex items-center">
53
+ <i class="fas fa-video mr-2"></i> 视频工坊
54
+ </h1>
55
+ <p class="text-sm opacity-80 mt-1">一站式视频制作解决方案</p>
56
+ </div>
57
+
58
+ <div class="p-4">
59
+ <div class="mb-6">
60
+ <h3 class="text-xs uppercase font-semibold text-gray-500 mb-2">当前项目</h3>
61
+ <div class="bg-indigo-50 rounded-lg p-3">
62
+ <p class="text-sm font-medium text-indigo-800">旅行Vlog制作</p>
63
+ <div class="flex justify-between items-center mt-2">
64
+ <div class="w-full bg-gray-200 rounded-full h-2">
65
+ <div class="bg-indigo-600 h-2 rounded-full" style="width: 45%"></div>
66
+ </div>
67
+ <span class="text-xs ml-2 text-gray-600">45%</span>
68
+ </div>
69
+ </div>
70
+ </div>
71
+
72
+ <nav>
73
+ <h3 class="text-xs uppercase font-semibold text-gray-500 mb-2">制作流程</h3>
74
+ <ul class="space-y-1">
75
+ <li>
76
+ <a href="#" class="flex items-center p-2 rounded-lg bg-indigo-100 text-indigo-700">
77
+ <i class="fas fa-lightbulb mr-3"></i> 构思创意
78
+ </a>
79
+ </li>
80
+ <li>
81
+ <a href="#" class="flex items-center p-2 rounded-lg hover:bg-gray-100 text-gray-700">
82
+ <i class="fas fa-search mr-3"></i> 资料收集
83
+ </a>
84
+ </li>
85
+ <li>
86
+ <a href="#" class="flex items-center p-2 rounded-lg hover:bg-gray-100 text-gray-700">
87
+ <i class="fas fa-list-ol mr-3"></i> 分镜制作
88
+ </a>
89
+ </li>
90
+ <li>
91
+ <a href="#" class="flex items-center p-2 rounded-lg hover:bg-gray-100 text-gray-700">
92
+ <i class="fas fa-cut mr-3"></i> 视频剪辑
93
+ </a>
94
+ </li>
95
+ <li>
96
+ <a href="#" class="flex items-center p-2 rounded-lg hover:bg-gray-100 text-gray-700">
97
+ <i class="fas fa-microphone mr-3"></i> 配音配乐
98
+ </a>
99
+ </li>
100
+ <li>
101
+ <a href="#" class="flex items-center p-2 rounded-lg hover:bg-gray-100 text-gray-700">
102
+ <i class="fas fa-upload mr-3"></i> 发布导出
103
+ </a>
104
+ </li>
105
+ </ul>
106
+ </nav>
107
+
108
+ <div class="mt-8">
109
+ <h3 class="text-xs uppercase font-semibold text-gray-500 mb-2">快捷工具</h3>
110
+ <div class="grid grid-cols-2 gap-2">
111
+ <button class="p-2 bg-gray-100 rounded-lg text-sm hover:bg-gray-200">
112
+ <i class="fas fa-ruler-combined mr-1"></i> 比例调整
113
+ </button>
114
+ <button class="p-2 bg-gray-100 rounded-lg text-sm hover:bg-gray-200">
115
+ <i class="fas fa-subscript mr-1"></i> 字幕工具
116
+ </button>
117
+ <button class="p-2 bg-gray-100 rounded-lg text-sm hover:bg-gray-200">
118
+ <i class="fas fa-palette mr-1"></i> 调色板
119
+ </button>
120
+ <button class="p-2 bg-gray-100 rounded-lg text-sm hover:bg-gray-200">
121
+ <i class="fas fa-wave-square mr-1"></i> 音频波形
122
+ </button>
123
+ </div>
124
+ </div>
125
+ </div>
126
+ </div>
127
+
128
+ <!-- 主内容区 -->
129
+ <div class="md:ml-64">
130
+ <!-- 顶部导航 -->
131
+ <header class="bg-white shadow-sm">
132
+ <div class="max-w-7xl mx-auto px-4 py-4 sm:px-6 lg:px-8 flex justify-between items-center">
133
+ <div>
134
+ <h2 class="text-xl font-semibold text-gray-800">视频构思与规划</h2>
135
+ <p class="text-sm text-gray-500">为您的视频项目制定创意和计划</p>
136
+ </div>
137
+
138
+ <div class="flex items-center space-x-4">
139
+ <div class="relative">
140
+ <button class="p-2 rounded-full hover:bg-gray-100">
141
+ <i class="fas fa-bell text-gray-600"></i>
142
+ <span class="absolute top-0 right-0 h-2 w-2 rounded-full bg-red-500"></span>
143
+ </button>
144
+ </div>
145
+ <div class="flex items-center">
146
+ <img class="h-8 w-8 rounded-full" src="https://images.unsplash.com/photo-1472099645785-5658abf4ff4e?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=facearea&facepad=2&w=256&h=256&q=80" alt="">
147
+ <span class="ml-2 text-sm font-medium">用户</span>
148
+ </div>
149
+ </div>
150
+ </div>
151
+ </header>
152
+
153
+ <!-- 进度条 -->
154
+ <div class="bg-white shadow-sm mt-2">
155
+ <div class="max-w-7xl mx-auto px-4 py-3 sm:px-6 lg:px-8">
156
+ <div class="flex justify-between items-center">
157
+ <div class="flex space-x-4 overflow-x-auto py-2">
158
+ <div class="progress-step active flex-shrink-0 flex items-center justify-center w-8 h-8 rounded-full border-2 border-indigo-600">
159
+ 1
160
+ </div>
161
+ <div class="flex-shrink-0 flex items-center">
162
+ <div class="h-1 w-8 bg-gray-200"></div>
163
+ </div>
164
+ <div class="progress-step flex-shrink-0 flex items-center justify-center w-8 h-8 rounded-full border-2 border-gray-300">
165
+ 2
166
+ </div>
167
+ <div class="flex-shrink-0 flex items-center">
168
+ <div class="h-1 w-8 bg-gray-200"></div>
169
+ </div>
170
+ <div class="progress-step flex-shrink-0 flex items-center justify-center w-8 h-8 rounded-full border-2 border-gray-300">
171
+ 3
172
+ </div>
173
+ <div class="flex-shrink-0 flex items-center">
174
+ <div class="h-1 w-8 bg-gray-200"></div>
175
+ </div>
176
+ <div class="progress-step flex-shrink-0 flex items-center justify-center w-8 h-8 rounded-full border-2 border-gray-300">
177
+ 4
178
+ </div>
179
+ <div class="flex-shrink-0 flex items-center">
180
+ <div class="h-1 w-8 bg-gray-200"></div>
181
+ </div>
182
+ <div class="progress-step flex-shrink-0 flex items-center justify-center w-8 h-8 rounded-full border-2 border-gray-300">
183
+ 5
184
+ </div>
185
+ </div>
186
+ <button class="px-4 py-2 bg-indigo-600 text-white rounded-md hover:bg-indigo-700 text-sm font-medium">
187
+ 保存并继续 <i class="fas fa-arrow-right ml-1"></i>
188
+ </button>
189
+ </div>
190
+ </div>
191
+ </div>
192
+
193
+ <!-- 主内容 -->
194
+ <main class="max-w-7xl mx-auto px-4 py-6 sm:px-6 lg:px-8">
195
+ <div class="grid grid-cols-1 md:grid-cols-3 gap-6">
196
+ <!-- 构思工具 -->
197
+ <div class="bg-white rounded-lg shadow-md overflow-hidden">
198
+ <div class="gradient-bg p-4 text-white">
199
+ <div class="flex justify-between items-center">
200
+ <h3 class="text-lg font-semibold">
201
+ <i class="fas fa-lightbulb mr-2"></i> 视频构思
202
+ </h3>
203
+ <button class="p-1 rounded-full bg-white bg-opacity-20 hover:bg-opacity-30">
204
+ <i class="fas fa-expand"></i>
205
+ </button>
206
+ </div>
207
+ <p class="text-sm opacity-90 mt-1">确定视频主题、风格和目标观众</p>
208
+ </div>
209
+ <div class="p-4">
210
+ <div class="mb-4">
211
+ <label class="block text-sm font-medium text-gray-700 mb-1">视频主题</label>
212
+ <input type="text" class="w-full px-3 py-2 border border-gray-300 rounded-md focus:outline-none focus:ring-2 focus:ring-indigo-500" placeholder="例如:夏威夷旅行日记">
213
+ </div>
214
+ <div class="mb-4">
215
+ <label class="block text-sm font-medium text-gray-700 mb-1">视频风格</label>
216
+ <select class="w-full px-3 py-2 border border-gray-300 rounded-md focus:outline-none focus:ring-2 focus:ring-indigo-500">
217
+ <option>Vlog</option>
218
+ <option>教程</option>
219
+ <option>纪录片</option>
220
+ <option>宣传片</option>
221
+ <option>短视频</option>
222
+ </select>
223
+ </div>
224
+ <div class="mb-4">
225
+ <label class="block text-sm font-medium text-gray-700 mb-1">目标观众</label>
226
+ <input type="text" class="w-full px-3 py-2 border border-gray-300 rounded-md focus:outline-none focus:ring-2 focus:ring-indigo-500" placeholder="例如:18-35岁旅行爱好者">
227
+ </div>
228
+ <div>
229
+ <label class="block text-sm font-medium text-gray-700 mb-1">视频描述</label>
230
+ <textarea rows="3" class="w-full px-3 py-2 border border-gray-300 rounded-md focus:outline-none focus:ring-2 focus:ring-indigo-500" placeholder="详细描述您的视频内容..."></textarea>
231
+ </div>
232
+ </div>
233
+ </div>
234
+
235
+ <!-- 资料收集 -->
236
+ <div class="bg-white rounded-lg shadow-md overflow-hidden">
237
+ <div class="bg-emerald-600 p-4 text-white">
238
+ <div class="flex justify-between items-center">
239
+ <h3 class="text-lg font-semibold">
240
+ <i class="fas fa-search mr-2"></i> 资料收集
241
+ </h3>
242
+ <button class="p-1 rounded-full bg-white bg-opacity-20 hover:bg-opacity-30">
243
+ <i class="fas fa-expand"></i>
244
+ </button>
245
+ </div>
246
+ <p class="text-sm opacity-90 mt-1">收集视频素材、参考资料和灵感</p>
247
+ </div>
248
+ <div class="p-4">
249
+ <div class="mb-4">
250
+ <div class="flex justify-between items-center mb-2">
251
+ <label class="text-sm font-medium text-gray-700">素材上传</label>
252
+ <button class="text-xs text-emerald-600 hover:text-emerald-800">
253
+ <i class="fas fa-plus mr-1"></i> 添加
254
+ </button>
255
+ </div>
256
+ <div class="border-2 border-dashed border-gray-300 rounded-md p-4 text-center">
257
+ <i class="fas fa-cloud-upload-alt text-3xl text-gray-400 mb-2"></i>
258
+ <p class="text-sm text-gray-500">拖放文件或点击上传</p>
259
+ <p class="text-xs text-gray-400 mt-1">支持MP4, MOV, JPG, PNG等格式</p>
260
+ </div>
261
+ </div>
262
+ <div class="mb-4">
263
+ <label class="block text-sm font-medium text-gray-700 mb-2">参考链接</label>
264
+ <div class="space-y-2">
265
+ <div class="flex items-center">
266
+ <input type="text" class="flex-1 px-3 py-1 border border-gray-300 rounded-md focus:outline-none focus:ring-2 focus:ring-emerald-500 text-sm" placeholder="添加参考链接">
267
+ <button class="ml-2 p-1 bg-emerald-600 text-white rounded-md hover:bg-emerald-700">
268
+ <i class="fas fa-plus"></i>
269
+ </button>
270
+ </div>
271
+ <div class="text-xs text-gray-500">例如:YouTube视频、文章、图片等</div>
272
+ </div>
273
+ </div>
274
+ <div>
275
+ <label class="block text-sm font-medium text-gray-700 mb-2">灵感板</label>
276
+ <div class="grid grid-cols-3 gap-2">
277
+ <div class="h-16 bg-gray-100 rounded-md flex items-center justify-center">
278
+ <i class="fas fa-image text-gray-400"></i>
279
+ </div>
280
+ <div class="h-16 bg-gray-100 rounded-md flex items-center justify-center">
281
+ <i class="fas fa-image text-gray-400"></i>
282
+ </div>
283
+ <div class="h-16 bg-gray-100 rounded-md flex items-center justify-center">
284
+ <i class="fas fa-plus text-gray-400"></i>
285
+ </div>
286
+ </div>
287
+ </div>
288
+ </div>
289
+ </div>
290
+
291
+ <!-- 分镜制作 -->
292
+ <div class="bg-white rounded-lg shadow-md overflow-hidden">
293
+ <div class="bg-amber-600 p-4 text-white">
294
+ <div class="flex justify-between items-center">
295
+ <h3 class="text-lg font-semibold">
296
+ <i class="fas fa-list-ol mr-2"></i> 分镜制作
297
+ </h3>
298
+ <button class="p-1 rounded-full bg-white bg-opacity-20 hover:bg-opacity-30">
299
+ <i class="fas fa-expand"></i>
300
+ </button>
301
+ </div>
302
+ <p class="text-sm opacity-90 mt-1">规划视频场景和镜头顺序</p>
303
+ </div>
304
+ <div class="p-4">
305
+ <div class="mb-4">
306
+ <div class="flex justify-between items-center mb-2">
307
+ <label class="text-sm font-medium text-gray-700">分镜列表</label>
308
+ <button class="text-xs text-amber-600 hover:text-amber-800">
309
+ <i class="fas fa-plus mr-1"></i> 添加场景
310
+ </button>
311
+ </div>
312
+ <div class="space-y-2">
313
+ <div class="flex items-start p-2 bg-amber-50 rounded-md">
314
+ <div class="flex-shrink-0 mt-1">
315
+ <div class="w-6 h-6 rounded-full bg-amber-200 text-amber-800 flex items-center justify-center text-xs font-bold">1</div>
316
+ </div>
317
+ <div class="ml-2 flex-1">
318
+ <div class="text-sm font-medium">开场镜头</div>
319
+ <div class="text-xs text-gray-500">海滩全景,日出场景</div>
320
+ </div>
321
+ <button class="text-gray-400 hover:text-gray-600">
322
+ <i class="fas fa-ellipsis-v"></i>
323
+ </button>
324
+ </div>
325
+ <div class="flex items-start p-2 hover:bg-gray-50 rounded-md">
326
+ <div class="flex-shrink-0 mt-1">
327
+ <div class="w-6 h-6 rounded-full bg-gray-200 text-gray-800 flex items-center justify-center text-xs font-bold">2</div>
328
+ </div>
329
+ <div class="ml-2 flex-1">
330
+ <div class="text-sm font-medium">人物介绍</div>
331
+ <div class="text-xs text-gray-500">主持人面对镜头自我介绍</div>
332
+ </div>
333
+ <button class="text-gray-400 hover:text-gray-600">
334
+ <i class="fas fa-ellipsis-v"></i>
335
+ </button>
336
+ </div>
337
+ <div class="flex items-start p-2 hover:bg-gray-50 rounded-md">
338
+ <div class="flex-shrink-0 mt-1">
339
+ <div class="w-6 h-6 rounded-full bg-gray-200 text-gray-800 flex items-center justify-center text-xs font-bold">3</div>
340
+ </div>
341
+ <div class="ml-2 flex-1">
342
+ <div class="text-sm font-medium">活动展示</div>
343
+ <div class="text-xs text-gray-500">冲浪、浮潜等活动镜头</div>
344
+ </div>
345
+ <button class="text-gray-400 hover:text-gray-600">
346
+ <i class="fas fa-ellipsis-v"></i>
347
+ </button>
348
+ </div>
349
+ </div>
350
+ </div>
351
+ <div>
352
+ <label class="block text-sm font-medium text-gray-700 mb-2">分镜详情</label>
353
+ <div class="border border-gray-200 rounded-md p-3">
354
+ <div class="flex justify-between items-center mb-2">
355
+ <div class="text-sm font-medium">场景1: 开场镜头</div>
356
+ <div class="text-xs text-gray-500">预计时长: 5秒</div>
357
+ </div>
358
+ <div class="text-xs text-gray-600 mb-3">
359
+ <p>海滩全景,日出场景,背景音乐渐入</p>
360
+ </div>
361
+ <div class="flex items-center text-xs text-gray-500">
362
+ <i class="fas fa-image mr-1"></i>
363
+ <span class="mr-3">素材: beach_sunrise.mp4</span>
364
+ <i class="fas fa-music mr-1"></i>
365
+ <span>音乐: morning_theme.mp3</span>
366
+ </div>
367
+ </div>
368
+ </div>
369
+ </div>
370
+ </div>
371
+ </div>
372
+
373
+ <!-- 剪辑和配音工具 -->
374
+ <div class="grid grid-cols-1 md:grid-cols-2 gap-6 mt-6">
375
+ <!-- 视频剪辑 -->
376
+ <div class="bg-white rounded-lg shadow-md overflow-hidden">
377
+ <div class="bg-purple-600 p-4 text-white">
378
+ <div class="flex justify-between items-center">
379
+ <h3 class="text-lg font-semibold">
380
+ <i class="fas fa-cut mr-2"></i> 视频剪辑
381
+ </h3>
382
+ <button class="p-1 rounded-full bg-white bg-opacity-20 hover:bg-opacity-30">
383
+ <i class="fas fa-expand"></i>
384
+ </button>
385
+ </div>
386
+ <p class="text-sm opacity-90 mt-1">编辑和组合您的视频素材</p>
387
+ </div>
388
+ <div class="p-4">
389
+ <div class="mb-4">
390
+ <div class="flex justify-between items-center mb-2">
391
+ <label class="text-sm font-medium text-gray-700">时间轴</label>
392
+ <div class="flex space-x-2">
393
+ <button class="p-1 text-purple-600 hover:text-purple-800">
394
+ <i class="fas fa-plus"></i>
395
+ </button>
396
+ <button class="p-1 text-purple-600 hover:text-purple-800">
397
+ <i class="fas fa-minus"></i>
398
+ </button>
399
+ </div>
400
+ </div>
401
+ <div class="bg-gray-100 rounded-md p-3">
402
+ <div class="flex items-center mb-2">
403
+ <div class="w-16 text-xs text-gray-500">视频轨</div>
404
+ <div class="flex-1 h-8 bg-purple-200 rounded"></div>
405
+ </div>
406
+ <div class="flex items-center mb-2">
407
+ <div class="w-16 text-xs text-gray-500">音频轨</div>
408
+ <div class="flex-1 h-4 bg-blue-200 rounded"></div>
409
+ </div>
410
+ <div class="flex items-center">
411
+ <div class="w-16 text-xs text-gray-500">音乐轨</div>
412
+ <div class="flex-1 h-4 bg-green-200 rounded"></div>
413
+ </div>
414
+ </div>
415
+ </div>
416
+ <div class="grid grid-cols-4 gap-2">
417
+ <button class="p-2 bg-gray-100 rounded-md hover:bg-gray-200 text-center">
418
+ <i class="fas fa-crop-alt text-purple-600 mb-1"></i>
419
+ <p class="text-xs">裁剪</p>
420
+ </button>
421
+ <button class="p-2 bg-gray-100 rounded-md hover:bg-gray-200 text-center">
422
+ <i class="fas fa-exchange-alt text-purple-600 mb-1"></i>
423
+ <p class="text-xs">转场</p>
424
+ </button>
425
+ <button class="p-2 bg-gray-100 rounded-md hover:bg-gray-200 text-center">
426
+ <i class="fas fa-text-height text-purple-600 mb-1"></i>
427
+ <p class="text-xs">字幕</p>
428
+ </button>
429
+ <button class="p-2 bg-gray-100 rounded-md hover:bg-gray-200 text-center">
430
+ <i class="fas fa-sliders-h text-purple-600 mb-1"></i>
431
+ <p class="text-xs">滤镜</p>
432
+ </button>
433
+ </div>
434
+ </div>
435
+ </div>
436
+
437
+ <!-- 配音配乐 -->
438
+ <div class="bg-white rounded-lg shadow-md overflow-hidden">
439
+ <div class="bg-blue-600 p-4 text-white">
440
+ <div class="flex justify-between items-center">
441
+ <h3 class="text-lg font-semibold">
442
+ <i class="fas fa-microphone mr-2"></i> 配音配乐
443
+ </h3>
444
+ <button class="p-1 rounded-full bg-white bg-opacity-20 hover:bg-opacity-30">
445
+ <i class="fas fa-expand"></i>
446
+ </button>
447
+ </div>
448
+ <p class="text-sm opacity-90 mt-1">为视频添加声音和音乐</p>
449
+ </div>
450
+ <div class="p-4">
451
+ <div class="mb-4">
452
+ <div class="flex justify-between items-center mb-2">
453
+ <label class="text-sm font-medium text-gray-700">录音</label>
454
+ <button class="text-xs text-blue-600 hover:text-blue-800">
455
+ <i class="fas fa-headphones mr-1"></i> 监听
456
+ </button>
457
+ </div>
458
+ <div class="flex items-center space-x-2">
459
+ <button class="p-3 bg-blue-600 text-white rounded-full hover:bg-blue-700">
460
+ <i class="fas fa-microphone"></i>
461
+ </button>
462
+ <div class="flex-1 bg-gray-100 rounded-full h-3">
463
+ <div class="bg-blue-400 h-3 rounded-full" style="width: 30%"></div>
464
+ </div>
465
+ <button class="p-2 bg-gray-200 rounded-full hover:bg-gray-300">
466
+ <i class="fas fa-stop text-gray-600"></i>
467
+ </button>
468
+ </div>
469
+ <div class="text-xs text-gray-500 mt-2">点击麦克风按钮开始录音</div>
470
+ </div>
471
+ <div class="mb-4">
472
+ <label class="block text-sm font-medium text-gray-700 mb-2">音乐库</label>
473
+ <div class="flex items-center">
474
+ <input type="text" class="flex-1 px-3 py-1 border border-gray-300 rounded-l-md focus:outline-none focus:ring-2 focus:ring-blue-500 text-sm" placeholder="搜索音乐">
475
+ <button class="px-3 py-1 bg-blue-600 text-white rounded-r-md hover:bg-blue-700">
476
+ <i class="fas fa-search"></i>
477
+ </button>
478
+ </div>
479
+ <div class="grid grid-cols-3 gap-2 mt-3">
480
+ <div class="p-2 bg-gray-100 rounded-md hover:bg-gray-200">
481
+ <div class="h-12 bg-blue-100 rounded flex items-center justify-center mb-1">
482
+ <i class="fas fa-music text-blue-600"></i>
483
+ </div>
484
+ <p class="text-xs truncate">轻松背景</p>
485
+ </div>
486
+ <div class="p-2 bg-gray-100 rounded-md hover:bg-gray-200">
487
+ <div class="h-12 bg-blue-100 rounded flex items-center justify-center mb-1">
488
+ <i class="fas fa-music text-blue-600"></i>
489
+ </div>
490
+ <p class="text-xs truncate">欢快节奏</p>
491
+ </div>
492
+ <div class="p-2 bg-gray-100 rounded-md hover:bg-gray-200">
493
+ <div class="h-12 bg-blue-100 rounded flex items-center justify-center mb-1">
494
+ <i class="fas fa-music text-blue-600"></i>
495
+ </div>
496
+ <p class="text-xs truncate">电子氛围</p>
497
+ </div>
498
+ </div>
499
+ </div>
500
+ <div>
501
+ <label class="block text-sm font-medium text-gray-700 mb-2">音效</label>
502
+ <div class="grid grid-cols-4 gap-2">
503
+ <button class="p-2 bg-gray-100 rounded-md hover:bg-gray-200 text-center">
504
+ <i class="fas fa-bell text-blue-600 mb-1"></i>
505
+ <p class="text-xs">提示音</p>
506
+ </button>
507
+ <button class="p-2 bg-gray-100 rounded-md hover:bg-gray-200 text-center">
508
+ <i class="fas fa-hand-paper text-blue-600 mb-1"></i>
509
+ <p class="text-xs">掌声</p>
510
+ </button>
511
+ <button class="p-2 bg-gray-100 rounded-md hover:bg-gray-200 text-center">
512
+ <i class="fas fa-wind text-blue-600 mb-1"></i>
513
+ <p class="text-xs">自然</p>
514
+ </button>
515
+ <button class="p-2 bg-gray-100 rounded-md hover:bg-gray-200 text-center">
516
+ <i class="fas fa-plus text-blue-600 mb-1"></i>
517
+ <p class="text-xs">更多</p>
518
+ </button>
519
+ </div>
520
+ </div>
521
+ </div>
522
+ </div>
523
+ </div>
524
+
525
+ <!-- 导出和分享 -->
526
+ <div class="mt-6">
527
+ <div class="bg-white rounded-lg shadow-md overflow-hidden">
528
+ <div class="bg-green-600 p-4 text-white">
529
+ <div class="flex justify-between items-center">
530
+ <h3 class="text-lg font-semibold">
531
+ <i class="fas fa-upload mr-2"></i> 导出与分享
532
+ </h3>
533
+ <button class="p-1 rounded-full bg-white bg-opacity-20 hover:bg-opacity-30">
534
+ <i class="fas fa-expand"></i>
535
+ </button>
536
+ </div>
537
+ <p class="text-sm opacity-90 mt-1">完成并分享您的视频作品</p>
538
+ </div>
539
+ <div class="p-4">
540
+ <div class="mb-4">
541
+ <label class="block text-sm font-medium text-gray-700 mb-2">导出设置</label>
542
+ <div class="grid grid-cols-2 gap-4">
543
+ <div>
544
+ <label class="text-xs text-gray-500 mb-1">格式</label>
545
+ <select class="w-full px-3 py-2 border border-gray-300 rounded-md focus:outline-none focus:ring-2 focus:ring-green-500 text-sm">
546
+ <option>MP4</option>
547
+ <option>MOV</option>
548
+ <option>AVI</option>
549
+ <option>GIF</option>
550
+ </select>
551
+ </div>
552
+ <div>
553
+ <label class="text-xs text-gray-500 mb-1">分辨率</label>
554
+ <select class="w-full px-3 py-2 border border-gray-300 rounded-md focus:outline-none focus:ring-2 focus:ring-green-500 text-sm">
555
+ <option>1080p (高清)</option>
556
+ <option>720p (标清)</option>
557
+ <option>4K (超高清)</option>
558
+ </select>
559
+ </div>
560
+ </div>
561
+ </div>
562
+ <div class="mb-4">
563
+ <label class="block text-sm font-medium text-gray-700 mb-2">分享平台</label>
564
+ <div class="flex space-x-2">
565
+ <button class="p-2 bg-red-100 rounded-md hover:bg-red-200">
566
+ <i class="fab fa-youtube text-red-600"></i>
567
+ </button>
568
+ <button class="p-2 bg-blue-100 rounded-md hover:bg-blue-200">
569
+ <i class="fab fa-facebook text-blue-600"></i>
570
+ </button>
571
+ <button class="p-2 bg-pink-100 rounded-md hover:bg-pink-200">
572
+ <i class="fab fa-instagram text-pink-600"></i>
573
+ </button>
574
+ <button class="p-2 bg-gray-100 rounded-md hover:bg-gray-200">
575
+ <i class="fas fa-ellipsis-h"></i>
576
+ </button>
577
+ </div>
578
+ </div>
579
+ <div class="flex justify-between items-center">
580
+ <div>
581
+ <p class="text-sm text-gray-600">预计文件大小: <span class="font-medium">256MB</span></p>
582
+ <p class="text-xs text-gray-500">基于当前设置和素材长度</p>
583
+ </div>
584
+ <button class="px-4 py-2 bg-green-600 text-white rounded-md hover:bg-green-700 font-medium">
585
+ <i class="fas fa-file-export mr-1"></i> 导出视频
586
+ </button>
587
+ </div>
588
+ </div>
589
+ </div>
590
+ </div>
591
+ </main>
592
+ </div>
593
+
594
+ <script>
595
+ // 移动端菜单切换
596
+ document.getElementById('menuBtn').addEventListener('click', function() {
597
+ document.getElementById('sidebar').classList.toggle('open');
598
+ });
599
+
600
+ // 工具卡片悬停效果
601
+ const toolCards = document.querySelectorAll('.tool-card');
602
+ toolCards.forEach(card => {
603
+ card.addEventListener('mouseenter', function() {
604
+ this.classList.add('hover:shadow-lg');
605
+ });
606
+ card.addEventListener('mouseleave', function() {
607
+ this.classList.remove('hover:shadow-lg');
608
+ });
609
+ });
610
+
611
+ // 模拟进度步骤点击
612
+ const progressSteps = document.querySelectorAll('.progress-step');
613
+ progressSteps.forEach((step, index) => {
614
+ step.addEventListener('click', function() {
615
+ progressSteps.forEach((s, i) => {
616
+ if (i <= index) {
617
+ s.classList.add('completed');
618
+ s.classList.remove('active');
619
+ } else {
620
+ s.classList.remove('completed', 'active');
621
+ }
622
+ });
623
+ this.classList.add('active');
624
+ });
625
+ });
626
+
627
+ // 初始化第一个步骤为活动状态
628
+ if (progressSteps.length > 0) {
629
+ progressSteps[0].classList.add('active');
630
+ }
631
+ </script>
632
+ <p style="border-radius: 8px; text-align: center; font-size: 12px; color: #fff; margin-top: 16px;position: fixed; left: 8px; bottom: 8px; z-index: 10; background: rgba(0, 0, 0, 0.8); padding: 4px 8px;">Made with <img src="https://enzostvs-deepsite.hf.space/logo.svg" alt="DeepSite Logo" style="width: 16px; height: 16px; vertical-align: middle;display:inline-block;margin-right:3px;filter:brightness(0) invert(1);"><a href="https://enzostvs-deepsite.hf.space" style="color: #fff;text-decoration: underline;" target="_blank" >DeepSite</a> - 🧬 <a href="https://enzostvs-deepsite.hf.space?remix=chaojie/n2v" style="color: #fff;text-decoration: underline;" target="_blank" >Remix</a></p></body>
633
+ </html>