Spaces:
Running
Running
Update hongshi.html
Browse files- hongshi.html +450 -466
hongshi.html
CHANGED
@@ -1,466 +1,450 @@
|
|
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>红石API - 公益接口平台</title>
|
7 |
-
<link rel="icon" href="
|
8 |
-
<style>
|
9 |
-
:root {
|
10 |
-
--neon-blue: #00f3ff;
|
11 |
-
--neon-pink: #ff00ff;
|
12 |
-
--cyber-purple: #6c00ff;
|
13 |
-
--dark-bg: #0a0a12;
|
14 |
-
--grid-color: rgba(0, 243, 255, 0.1);
|
15 |
-
}
|
16 |
-
|
17 |
-
* {
|
18 |
-
margin: 0;
|
19 |
-
padding: 0;
|
20 |
-
box-sizing: border-box;
|
21 |
-
font-family: 'Segoe UI', system-ui;
|
22 |
-
}
|
23 |
-
|
24 |
-
body {
|
25 |
-
background: var(--dark-bg);
|
26 |
-
color: white;
|
27 |
-
position: relative;
|
28 |
-
overflow-x: hidden;
|
29 |
-
scroll-behavior: smooth;
|
30 |
-
}
|
31 |
-
|
32 |
-
|
33 |
-
|
34 |
-
|
35 |
-
|
36 |
-
|
37 |
-
|
38 |
-
|
39 |
-
|
40 |
-
|
41 |
-
linear-gradient(45deg, var(--
|
42 |
-
|
43 |
-
|
44 |
-
|
45 |
-
|
46 |
-
|
47 |
-
|
48 |
-
|
49 |
-
|
50 |
-
|
51 |
-
|
52 |
-
|
53 |
-
|
54 |
-
|
55 |
-
linear-gradient(var(--grid-color) 1px, transparent 1px)
|
56 |
-
|
57 |
-
|
58 |
-
|
59 |
-
|
60 |
-
|
61 |
-
|
62 |
-
|
63 |
-
|
64 |
-
|
65 |
-
|
66 |
-
|
67 |
-
|
68 |
-
|
69 |
-
|
70 |
-
|
71 |
-
|
72 |
-
|
73 |
-
|
74 |
-
|
75 |
-
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
|
86 |
-
|
87 |
-
|
88 |
-
|
89 |
-
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
-
|
94 |
-
|
95 |
-
|
96 |
-
|
97 |
-
|
98 |
-
|
99 |
-
|
100 |
-
|
101 |
-
|
102 |
-
|
103 |
-
|
104 |
-
|
105 |
-
|
106 |
-
|
107 |
-
|
108 |
-
|
109 |
-
|
110 |
-
|
111 |
-
|
112 |
-
|
113 |
-
|
114 |
-
|
115 |
-
|
116 |
-
|
117 |
-
transparent
|
118 |
-
|
119 |
-
|
120 |
-
|
121 |
-
|
122 |
-
|
123 |
-
|
124 |
-
|
125 |
-
|
126 |
-
|
127 |
-
|
128 |
-
border:
|
129 |
-
|
130 |
-
|
131 |
-
|
132 |
-
|
133 |
-
|
134 |
-
|
135 |
-
|
136 |
-
|
137 |
-
|
138 |
-
|
139 |
-
|
140 |
-
|
141 |
-
|
142 |
-
|
143 |
-
|
144 |
-
|
145 |
-
|
146 |
-
|
147 |
-
|
148 |
-
|
149 |
-
|
150 |
-
|
151 |
-
|
152 |
-
|
153 |
-
|
154 |
-
|
155 |
-
|
156 |
-
|
157 |
-
|
158 |
-
|
159 |
-
|
160 |
-
|
161 |
-
|
162 |
-
|
163 |
-
|
164 |
-
|
165 |
-
|
166 |
-
|
167 |
-
|
168 |
-
|
169 |
-
|
170 |
-
|
171 |
-
|
172 |
-
|
173 |
-
|
174 |
-
|
175 |
-
|
176 |
-
|
177 |
-
|
178 |
-
|
179 |
-
|
180 |
-
|
181 |
-
|
182 |
-
|
183 |
-
|
184 |
-
|
185 |
-
}
|
186 |
-
|
187 |
-
.card
|
188 |
-
|
189 |
-
|
190 |
-
|
191 |
-
|
192 |
-
|
193 |
-
|
194 |
-
|
195 |
-
|
196 |
-
|
197 |
-
|
198 |
-
opacity:
|
199 |
-
|
200 |
-
|
201 |
-
|
202 |
-
|
203 |
-
|
204 |
-
|
205 |
-
|
206 |
-
|
207 |
-
|
208 |
-
|
209 |
-
|
210 |
-
|
211 |
-
|
212 |
-
|
213 |
-
|
214 |
-
.
|
215 |
-
|
216 |
-
|
217 |
-
margin
|
218 |
-
|
219 |
-
|
220 |
-
|
221 |
-
|
222 |
-
|
223 |
-
|
224 |
-
|
225 |
-
|
226 |
-
|
227 |
-
}
|
228 |
-
|
229 |
-
.faq-
|
230 |
-
|
231 |
-
|
232 |
-
|
233 |
-
|
234 |
-
}
|
235 |
-
|
236 |
-
.faq-answer {
|
237 |
-
max-height:
|
238 |
-
|
239 |
-
|
240 |
-
|
241 |
-
|
242 |
-
|
243 |
-
|
244 |
-
|
245 |
-
|
246 |
-
|
247 |
-
|
248 |
-
|
249 |
-
|
250 |
-
|
251 |
-
transform:
|
252 |
-
}
|
253 |
-
|
254 |
-
|
255 |
-
|
256 |
-
|
257 |
-
|
258 |
-
}
|
259 |
-
|
260 |
-
@keyframes
|
261 |
-
0% {
|
262 |
-
|
263 |
-
|
264 |
-
|
265 |
-
|
266 |
-
|
267 |
-
|
268 |
-
|
269 |
-
|
270 |
-
|
271 |
-
|
272 |
-
.
|
273 |
-
|
274 |
-
}
|
275 |
-
|
276 |
-
|
277 |
-
|
278 |
-
|
279 |
-
|
280 |
-
|
281 |
-
|
282 |
-
|
283 |
-
|
284 |
-
|
285 |
-
|
286 |
-
|
287 |
-
|
288 |
-
|
289 |
-
<
|
290 |
-
|
291 |
-
|
292 |
-
|
293 |
-
|
294 |
-
|
295 |
-
<div class="
|
296 |
-
|
297 |
-
|
298 |
-
|
299 |
-
|
300 |
-
|
301 |
-
|
302 |
-
|
303 |
-
|
304 |
-
|
305 |
-
|
306 |
-
|
307 |
-
|
308 |
-
<div class="card" data-link="https://
|
309 |
-
<div style="display: flex; align-items: center;">
|
310 |
-
<img src="https://
|
311 |
-
<h3>
|
312 |
-
</div>
|
313 |
-
<p style="margin-top: 15px;">
|
314 |
-
</div>
|
315 |
-
<div class="card" data-link="https://
|
316 |
-
<div style="display: flex; align-items: center;">
|
317 |
-
<img src="https://
|
318 |
-
<h3
|
319 |
-
</div>
|
320 |
-
<p style="margin-top: 15px;">
|
321 |
-
</div>
|
322 |
-
<div class="card" data-link="https://
|
323 |
-
<div style="display: flex; align-items:
|
324 |
-
<img src="https://
|
325 |
-
<h3
|
326 |
-
</div>
|
327 |
-
<p style="margin-top: 15px;">
|
328 |
-
</div>
|
329 |
-
|
330 |
-
|
331 |
-
|
332 |
-
|
333 |
-
|
334 |
-
|
335 |
-
|
336 |
-
|
337 |
-
|
338 |
-
<
|
339 |
-
|
340 |
-
|
341 |
-
|
342 |
-
|
343 |
-
|
344 |
-
|
345 |
-
|
346 |
-
|
347 |
-
|
348 |
-
|
349 |
-
|
350 |
-
|
351 |
-
|
352 |
-
|
353 |
-
|
354 |
-
|
355 |
-
|
356 |
-
|
357 |
-
|
358 |
-
|
359 |
-
|
360 |
-
|
361 |
-
|
362 |
-
|
363 |
-
|
364 |
-
|
365 |
-
|
366 |
-
|
367 |
-
|
368 |
-
|
369 |
-
|
370 |
-
|
371 |
-
|
372 |
-
|
373 |
-
|
374 |
-
|
375 |
-
|
376 |
-
|
377 |
-
|
378 |
-
|
379 |
-
|
380 |
-
|
381 |
-
|
382 |
-
|
383 |
-
|
384 |
-
|
385 |
-
|
386 |
-
|
387 |
-
|
388 |
-
|
389 |
-
|
390 |
-
|
391 |
-
|
392 |
-
|
393 |
-
|
394 |
-
|
395 |
-
|
396 |
-
|
397 |
-
|
398 |
-
|
399 |
-
|
400 |
-
|
401 |
-
|
402 |
-
|
403 |
-
|
404 |
-
|
405 |
-
|
406 |
-
|
407 |
-
|
408 |
-
|
409 |
-
|
410 |
-
|
411 |
-
|
412 |
-
|
413 |
-
|
414 |
-
|
415 |
-
|
416 |
-
|
417 |
-
|
418 |
-
|
419 |
-
|
420 |
-
|
421 |
-
|
422 |
-
|
423 |
-
|
424 |
-
|
425 |
-
|
426 |
-
|
427 |
-
|
428 |
-
|
429 |
-
|
430 |
-
|
431 |
-
|
432 |
-
|
433 |
-
|
434 |
-
|
435 |
-
|
436 |
-
|
437 |
-
|
438 |
-
}
|
439 |
-
});
|
440 |
-
|
441 |
-
|
442 |
-
|
443 |
-
|
444 |
-
|
445 |
-
|
446 |
-
|
447 |
-
|
448 |
-
|
449 |
-
|
450 |
-
|
451 |
-
entry.target.style.opacity = 1;
|
452 |
-
entry.target.style.transform = 'translateY(0)';
|
453 |
-
}
|
454 |
-
});
|
455 |
-
});
|
456 |
-
|
457 |
-
document.querySelectorAll('.card, .faq-item').forEach(el => {
|
458 |
-
el.style.opacity = 0;
|
459 |
-
el.style.transform = 'translateY(30px)';
|
460 |
-
el.style.transition = 'all 0.6s cubic-bezier(0.4, 0, 0.2, 1)';
|
461 |
-
observer.observe(el);
|
462 |
-
});
|
463 |
-
});
|
464 |
-
</script>
|
465 |
-
</body>
|
466 |
-
</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>红石API - 公益接口平台</title>
|
7 |
+
<link rel="icon" href="/logo.webp">
|
8 |
+
<style>
|
9 |
+
:root {
|
10 |
+
--neon-blue: #00f3ff;
|
11 |
+
--neon-pink: #ff00ff;
|
12 |
+
--cyber-purple: #6c00ff;
|
13 |
+
--dark-bg: #0a0a12;
|
14 |
+
--grid-color: rgba(0, 243, 255, 0.1);
|
15 |
+
}
|
16 |
+
|
17 |
+
* {
|
18 |
+
margin: 0;
|
19 |
+
padding: 0;
|
20 |
+
box-sizing: border-box;
|
21 |
+
font-family: 'Segoe UI', system-ui;
|
22 |
+
}
|
23 |
+
|
24 |
+
body {
|
25 |
+
background: var(--dark-bg);
|
26 |
+
color: white;
|
27 |
+
position: relative;
|
28 |
+
overflow-x: hidden;
|
29 |
+
scroll-behavior: smooth;
|
30 |
+
}
|
31 |
+
|
32 |
+
.cyber-bg {
|
33 |
+
position: fixed;
|
34 |
+
top: 0;
|
35 |
+
left: 0;
|
36 |
+
width: 100%;
|
37 |
+
height: 100%;
|
38 |
+
z-index: -2;
|
39 |
+
background:
|
40 |
+
linear-gradient(45deg, var(--cyber-purple) 0%, transparent 50%),
|
41 |
+
linear-gradient(-45deg, var(--neon-pink) 0%, transparent 50%),
|
42 |
+
var(--dark-bg);
|
43 |
+
animation: bgMove 20s linear infinite;
|
44 |
+
background-size: 200% 200%;
|
45 |
+
}
|
46 |
+
|
47 |
+
.cyber-grid {
|
48 |
+
position: fixed;
|
49 |
+
top: 0;
|
50 |
+
left: 0;
|
51 |
+
width: 100%;
|
52 |
+
height: 100%;
|
53 |
+
background-image:
|
54 |
+
linear-gradient(var(--grid-color) 1px, transparent 1px),
|
55 |
+
linear-gradient(90deg, var(--grid-color) 1px, transparent 1px);
|
56 |
+
background-size: 30px 30px;
|
57 |
+
z-index: -1;
|
58 |
+
opacity: 0.3;
|
59 |
+
}
|
60 |
+
|
61 |
+
.hero {
|
62 |
+
height: 100vh;
|
63 |
+
display: flex;
|
64 |
+
align-items: center;
|
65 |
+
justify-content: center;
|
66 |
+
flex-direction: column;
|
67 |
+
text-align: center;
|
68 |
+
padding: 20px;
|
69 |
+
position: relative;
|
70 |
+
}
|
71 |
+
|
72 |
+
.logo {
|
73 |
+
width: 150px;
|
74 |
+
height: 150px;
|
75 |
+
margin-bottom: 30px;
|
76 |
+
animation: float 3s ease-in-out infinite;
|
77 |
+
filter: drop-shadow(0 0 15px var(--neon-blue));
|
78 |
+
}
|
79 |
+
|
80 |
+
.nav-buttons {
|
81 |
+
margin: 40px 0;
|
82 |
+
display: flex;
|
83 |
+
gap: 25px;
|
84 |
+
flex-wrap: wrap;
|
85 |
+
justify-content: center;
|
86 |
+
}
|
87 |
+
|
88 |
+
.btn {
|
89 |
+
padding: 15px 40px;
|
90 |
+
border: 2px solid var(--neon-blue);
|
91 |
+
border-radius: 30px;
|
92 |
+
color: var(--neon-blue);
|
93 |
+
text-decoration: none;
|
94 |
+
transition: all 0.3s;
|
95 |
+
position: relative;
|
96 |
+
overflow: hidden;
|
97 |
+
background: rgba(0, 0, 0, 0.3);
|
98 |
+
backdrop-filter: blur(5px);
|
99 |
+
}
|
100 |
+
|
101 |
+
.btn:hover {
|
102 |
+
background: var(--neon-blue);
|
103 |
+
color: var(--dark-bg);
|
104 |
+
box-shadow: 0 0 30px var(--neon-blue);
|
105 |
+
}
|
106 |
+
|
107 |
+
.btn::before {
|
108 |
+
content: '';
|
109 |
+
position: absolute;
|
110 |
+
top: -50%;
|
111 |
+
left: -50%;
|
112 |
+
width: 200%;
|
113 |
+
height: 200%;
|
114 |
+
background: linear-gradient(45deg,
|
115 |
+
transparent,
|
116 |
+
var(--neon-blue),
|
117 |
+
transparent);
|
118 |
+
animation: lightFlow 3s infinite linear;
|
119 |
+
opacity: 0.3;
|
120 |
+
}
|
121 |
+
|
122 |
+
.btn-more {
|
123 |
+
padding: 12px 35px;
|
124 |
+
font-size: 1.1em;
|
125 |
+
border: 2px solid var(--neon-pink);
|
126 |
+
color: var(--neon-pink);
|
127 |
+
background: rgba(255, 0, 255, 0.1);
|
128 |
+
border-radius: 30px;
|
129 |
+
text-decoration: none;
|
130 |
+
transition: all 0.3s;
|
131 |
+
display: inline-flex;
|
132 |
+
align-items: center;
|
133 |
+
position: relative;
|
134 |
+
}
|
135 |
+
|
136 |
+
.btn-more:hover {
|
137 |
+
background: var(--neon-pink);
|
138 |
+
color: var(--dark-bg);
|
139 |
+
box-shadow: 0 0 25px var(--neon-pink);
|
140 |
+
transform: translateY(-3px);
|
141 |
+
}
|
142 |
+
|
143 |
+
.daily-quote {
|
144 |
+
font-size: 1.5em;
|
145 |
+
margin: 30px 0;
|
146 |
+
min-height: 60px;
|
147 |
+
text-shadow: 0 0 10px var(--neon-pink);
|
148 |
+
}
|
149 |
+
|
150 |
+
.section {
|
151 |
+
padding: 100px 20px;
|
152 |
+
position: relative;
|
153 |
+
backdrop-filter: blur(5px);
|
154 |
+
}
|
155 |
+
|
156 |
+
.section-title {
|
157 |
+
text-align: center;
|
158 |
+
margin-bottom: 60px;
|
159 |
+
font-size: 2.5em;
|
160 |
+
text-shadow: 0 0 15px var(--neon-blue);
|
161 |
+
}
|
162 |
+
|
163 |
+
.grid {
|
164 |
+
display: grid;
|
165 |
+
grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
|
166 |
+
gap: 30px;
|
167 |
+
max-width: 1200px;
|
168 |
+
margin: 0 auto;
|
169 |
+
}
|
170 |
+
|
171 |
+
.card {
|
172 |
+
background: rgba(10, 10, 18, 0.7);
|
173 |
+
border: 1px solid var(--neon-blue);
|
174 |
+
border-radius: 15px;
|
175 |
+
padding: 25px;
|
176 |
+
transition: all 0.3s;
|
177 |
+
backdrop-filter: blur(10px);
|
178 |
+
cursor: pointer;
|
179 |
+
position: relative;
|
180 |
+
}
|
181 |
+
|
182 |
+
.card:hover {
|
183 |
+
transform: translateY(-10px);
|
184 |
+
box-shadow: 0 0 30px var(--neon-blue);
|
185 |
+
}
|
186 |
+
|
187 |
+
.card::after {
|
188 |
+
content: '↗';
|
189 |
+
position: absolute;
|
190 |
+
top: 15px;
|
191 |
+
right: 15px;
|
192 |
+
color: var(--neon-blue);
|
193 |
+
opacity: 0;
|
194 |
+
transition: opacity 0.3s;
|
195 |
+
}
|
196 |
+
|
197 |
+
.card:hover::after {
|
198 |
+
opacity: 1;
|
199 |
+
}
|
200 |
+
|
201 |
+
.vendor-logo {
|
202 |
+
width: 60px;
|
203 |
+
height: 60px;
|
204 |
+
margin-right: 20px;
|
205 |
+
filter: drop-shadow(0 0 5px var(--neon-blue));
|
206 |
+
}
|
207 |
+
|
208 |
+
.more-button {
|
209 |
+
display: flex;
|
210 |
+
justify-content: center;
|
211 |
+
margin-top: 40px;
|
212 |
+
}
|
213 |
+
|
214 |
+
.faq-item {
|
215 |
+
background: rgba(108, 0, 255, 0.1);
|
216 |
+
border: 1px solid var(--neon-pink);
|
217 |
+
margin: 20px 0;
|
218 |
+
padding: 25px;
|
219 |
+
border-radius: 10px;
|
220 |
+
}
|
221 |
+
|
222 |
+
.faq-question {
|
223 |
+
cursor: pointer;
|
224 |
+
display: flex;
|
225 |
+
justify-content: space-between;
|
226 |
+
align-items: center;
|
227 |
+
}
|
228 |
+
|
229 |
+
.faq-answer {
|
230 |
+
max-height: 0;
|
231 |
+
overflow: hidden;
|
232 |
+
transition: max-height 0.3s ease-out;
|
233 |
+
margin-top: 15px;
|
234 |
+
}
|
235 |
+
|
236 |
+
.faq-item.active .faq-answer {
|
237 |
+
max-height: 500px;
|
238 |
+
margin-top: 20px;
|
239 |
+
}
|
240 |
+
|
241 |
+
.arrow {
|
242 |
+
transition: transform 0.3s;
|
243 |
+
}
|
244 |
+
|
245 |
+
.faq-item.active .arrow {
|
246 |
+
transform: rotate(180deg);
|
247 |
+
}
|
248 |
+
|
249 |
+
@keyframes float {
|
250 |
+
0%, 100% { transform: translateY(0); }
|
251 |
+
50% { transform: translateY(-20px); }
|
252 |
+
}
|
253 |
+
|
254 |
+
@keyframes bgMove {
|
255 |
+
0% { background-position: 0% 0%; }
|
256 |
+
50% { background-position: 100% 100%; }
|
257 |
+
100% { background-position: 0% 0%; }
|
258 |
+
}
|
259 |
+
|
260 |
+
@keyframes lightFlow {
|
261 |
+
0% { transform: rotate(0deg) translate(-50%, -50%); }
|
262 |
+
100% { transform: rotate(360deg) translate(-50%, -50%); }
|
263 |
+
}
|
264 |
+
|
265 |
+
@media (max-width: 768px) {
|
266 |
+
.grid {
|
267 |
+
grid-template-columns: 1fr;
|
268 |
+
}
|
269 |
+
.section-title {
|
270 |
+
font-size: 2em;
|
271 |
+
}
|
272 |
+
.btn {
|
273 |
+
padding: 12px 30px;
|
274 |
+
}
|
275 |
+
}
|
276 |
+
</style>
|
277 |
+
</head>
|
278 |
+
<body>
|
279 |
+
<div class="cyber-bg"></div>
|
280 |
+
<div class="cyber-grid"></div>
|
281 |
+
|
282 |
+
<section class="hero">
|
283 |
+
<img src="data:image/webp;base64,UklGRsIAAABXRUJQVlA4TLUAAAAvn8AnED+gppEU6F5a/EulwobSAEgYGomK6wez/z+mmbZt3G7jD3jP/AcAXizD83oazuwFWEWyGikWsICFWHgWsIAF/NdQe/5lj4ro/wSMP7Cx8YEQTBaDj4Fg0diIzsUvWDQWk0bRueQFa6+xKAZF50IXTBqbpGhMisVJ50JXTDbGYlIbg+JC5xSLxmJSLDbt5ELXOsViUgxq46RznLyett57PvtCBAA=="
|
284 |
+
alt="红石API"
|
285 |
+
class="logo">
|
286 |
+
<h1 class="section-title">红石API</h1>
|
287 |
+
<p style="font-size: 1.2em; margin-bottom: 20px;">开放 · 安全 · 高效的智能接口平台</p>
|
288 |
+
|
289 |
+
<div class="nav-buttons">
|
290 |
+
<a href="https://api.hongshi.dpdns.org/about" class="btn" target="_blank">关��我们</a>
|
291 |
+
<a href="https://dash.hongshi.dpdns.org/status/api" class="btn" target="_blank">服务监控</a>
|
292 |
+
<a href="https://api.hongshi.dpdns.org/pricing" class="btn" target="_blank">定价方案</a>
|
293 |
+
</div>
|
294 |
+
|
295 |
+
<div class="daily-quote" id="dailyQuote"></div>
|
296 |
+
</section>
|
297 |
+
|
298 |
+
<section class="section">
|
299 |
+
<h2 class="section-title">️ 支持AI大模型</h2>
|
300 |
+
<div class="grid">
|
301 |
+
<div class="card" data-link="https://deepseek.com">
|
302 |
+
<div style="display: flex; align-items: center;">
|
303 |
+
<img src="https://www.deepseek.com/favicon.ico" class="vendor-logo" alt="DeepSeek">
|
304 |
+
<h3>DeepSeek</h3>
|
305 |
+
</div>
|
306 |
+
<p style="margin-top: 15px;">DeepSeek-R1、DeepSeek-v3以及对应联网模型</p>
|
307 |
+
</div>
|
308 |
+
<div class="card" data-link="https://openai.com">
|
309 |
+
<div style="display: flex; align-items: center;">
|
310 |
+
<img src="https://freepnglogo.com/images/all_img/1702059841openai-icon-png.png" class="vendor-logo" alt="OpenAI">
|
311 |
+
<h3>OpenAI</h3>
|
312 |
+
</div>
|
313 |
+
<p style="margin-top: 15px;">GPT-4.1-mini、Dall-E-2、Whisper-1等模型</p>
|
314 |
+
</div>
|
315 |
+
<div class="card" data-link="https://chat.qwen.ai/">
|
316 |
+
<div style="display: flex; align-items: center;">
|
317 |
+
<img src="https://assets.alicdn.com/g/qwenweb/qwen-webui-fe/0.0.54/static/favicon.png" class="vendor-logo" alt="Qwen">
|
318 |
+
<h3>通义千问</h3>
|
319 |
+
</div>
|
320 |
+
<p style="margin-top: 15px;">Qwen2、Qwen2.5、Qwen3、QwQ以及对应的联网模型</p>
|
321 |
+
</div>
|
322 |
+
<div class="card" data-link="https://gemini.google.com/">
|
323 |
+
<div style="display: flex; align-items:center;">
|
324 |
+
<img src="https://registry.npmmirror.com/@lobehub/icons-static-png/1.45.0/files/dark/gemini-color.png" class="vendor-logo" alt="Gemini">
|
325 |
+
<h3>Gemini</h3>
|
326 |
+
</div>
|
327 |
+
<p style="margin-top: 15px;">Gemini-1.5以及Gemini-2.0系列模型</p>
|
328 |
+
</div>
|
329 |
+
</div>
|
330 |
+
<div class="more-button">
|
331 |
+
<a href="https://api.hongshi.dpdns.org/pricing" class="btn-more" target="_blank">
|
332 |
+
<span style="margin-right: 8px;">🗃️</span>查看完整模型列表
|
333 |
+
</a>
|
334 |
+
</div>
|
335 |
+
</section>
|
336 |
+
|
337 |
+
<section class="section" style="background: rgba(255, 0, 255, 0.05);">
|
338 |
+
<h2 class="section-title">️ 应用接入</h2>
|
339 |
+
<div class="grid">
|
340 |
+
<div class="card" data-link="https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web">
|
341 |
+
<div style="display: flex; align-items: center;">
|
342 |
+
<img src="https://voapi.yopanai.com/index/platforms/voapi-p-1.png" class="vendor-logo" alt="NextWeb">
|
343 |
+
<h3>ChatGPT-Next-Web</h3>
|
344 |
+
</div>
|
345 |
+
<p style="margin-top: 15px;">开箱即用的Web聊天应用</p>
|
346 |
+
</div>
|
347 |
+
<div class="card" data-link="https://github.com/lobehub/lobe-chat">
|
348 |
+
<div style="display: flex; align-items: center;">
|
349 |
+
<img src="https://voapi.yopanai.com/index/platforms/voapi-p-2.png" class="vendor-logo" alt="LobeChat">
|
350 |
+
<h3>LobeChat</h3>
|
351 |
+
</div>
|
352 |
+
<p style="margin-top: 15px;">一个快速、优雅、高效的对话UI</p>
|
353 |
+
</div>
|
354 |
+
<div class="card" data-link="https://github.com/ChatAnyTeam/ChatAny">
|
355 |
+
<div style="display: flex; align-items: center;">
|
356 |
+
<img src="https://voapi.yopanai.com/index/platforms/voapi-p-3.png" class="vendor-logo" alt="ChatAny">
|
357 |
+
<h3>ChatAny</h3>
|
358 |
+
</div>
|
359 |
+
<p style="margin-top: 15px;">一键拥有你自己的 ChatGPT+众多AI 的聚合网页服务</p>
|
360 |
+
</div>
|
361 |
+
</div>
|
362 |
+
<br>
|
363 |
+
<h4 align="center">以及所有支持OpenAI格式调用的UI</h4>
|
364 |
+
</section>
|
365 |
+
|
366 |
+
<section class="section">
|
367 |
+
<h2 class="section-title">️ 常见问题</h2>
|
368 |
+
<div style="max-width: 800px; margin: 0 auto;">
|
369 |
+
<div class="faq-item">
|
370 |
+
<div class="faq-question" onclick="toggleFAQ(this)">
|
371 |
+
<h3>Q1: 收不到验证邮件怎么办?</h3>
|
372 |
+
<div class="arrow">▼</div>
|
373 |
+
</div>
|
374 |
+
<div class="faq-answer">
|
375 |
+
<p style="margin-top: 15px;">A1: 请检查垃圾邮件箱,确保完成CF验证流程,目前支持QQ/Outlook邮箱。</p>
|
376 |
+
</div>
|
377 |
+
</div>
|
378 |
+
<div class="faq-item">
|
379 |
+
<div class="faq-question" onclick="toggleFAQ(this)">
|
380 |
+
<h3>Q2: 如何获取技术支持?</h3>
|
381 |
+
<div class="arrow">▼</div>
|
382 |
+
</div>
|
383 |
+
<div class="faq-answer">
|
384 |
+
<p style="margin-top: 15px;">A2: 邮件联系 <a href="mailto:[email protected]" style="color: #00f3ff;">[email protected]</a> 或加入官网QQ群。</p>
|
385 |
+
</div>
|
386 |
+
</div>
|
387 |
+
</div>
|
388 |
+
</section>
|
389 |
+
|
390 |
+
<script>
|
391 |
+
const quotes = [
|
392 |
+
"代码如诗,连接未来。",
|
393 |
+
"开放共享,智启新程。",
|
394 |
+
"任何足够先进的技术都和魔法无异",
|
395 |
+
"我们正处于一场技术变革的前夜,人工智能是这场变革的核心。",
|
396 |
+
"人工智能将是下一个工业革命的引擎。"
|
397 |
+
];
|
398 |
+
|
399 |
+
function typeWriter(text, element) {
|
400 |
+
let index = 0;
|
401 |
+
element.innerHTML = '';
|
402 |
+
function type() {
|
403 |
+
if (index < text.length) {
|
404 |
+
element.innerHTML += text.charAt(index);
|
405 |
+
index++;
|
406 |
+
setTimeout(type, 100);
|
407 |
+
} else {
|
408 |
+
element.innerHTML += '<span style="animation: blink 1s infinite">|</span>';
|
409 |
+
}
|
410 |
+
}
|
411 |
+
type();
|
412 |
+
}
|
413 |
+
|
414 |
+
function toggleFAQ(element) {
|
415 |
+
const faqItem = element.closest('.faq-item');
|
416 |
+
faqItem.classList.toggle('active');
|
417 |
+
}
|
418 |
+
|
419 |
+
document.querySelectorAll('.card').forEach(card => {
|
420 |
+
card.addEventListener('click', function(e) {
|
421 |
+
if (!e.target.closest('a')) {
|
422 |
+
const url = this.dataset.link;
|
423 |
+
if (url) window.open(url, '_blank');
|
424 |
+
}
|
425 |
+
});
|
426 |
+
});
|
427 |
+
|
428 |
+
window.addEventListener('load', () => {
|
429 |
+
const quote = quotes[Math.floor(Math.random() * quotes.length)];
|
430 |
+
typeWriter(quote, document.getElementById('dailyQuote'));
|
431 |
+
|
432 |
+
const observer = new IntersectionObserver((entries) => {
|
433 |
+
entries.forEach(entry => {
|
434 |
+
if (entry.isIntersecting) {
|
435 |
+
entry.target.style.opacity = 1;
|
436 |
+
entry.target.style.transform = 'translateY(0)';
|
437 |
+
}
|
438 |
+
});
|
439 |
+
});
|
440 |
+
|
441 |
+
document.querySelectorAll('.card, .faq-item').forEach(el => {
|
442 |
+
el.style.opacity = 0;
|
443 |
+
el.style.transform = 'translateY(30px)';
|
444 |
+
el.style.transition = 'all 0.6s cubic-bezier(0.4, 0, 0.2, 1)';
|
445 |
+
observer.observe(el);
|
446 |
+
});
|
447 |
+
});
|
448 |
+
</script>
|
449 |
+
</body>
|
450 |
+
</html>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|