Skip to content

Commit f1debd1

Browse files
committed
deploy: 55345a3
1 parent ae63da1 commit f1debd1

1 file changed

Lines changed: 33 additions & 5 deletions

File tree

index.html

Lines changed: 33 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -343,19 +343,47 @@ <h2>🔍 演示视频</h2>
343343
</iframe>
344344
</div>
345345
</section>
346+
347+
<!-- 加群信息区块 -->
348+
<section class="feature-card" id="group">
349+
<h2>👥 逆向技术交流群</h2>
350+
<div style="margin-top: 2rem;">
351+
<p style="font-size: 1.1rem;">扫码加入逆向技术微信交流群:</p>
352+
<div style="display: flex; flex-wrap: wrap; justify-content: center; gap: 2rem; margin-top: 1.5rem;">
353+
<div style="text-align: center;">
354+
<img src="https://cdn.jsdelivr.net/gh/JSREI/.github/profile/README.assets/image-20241016230653669.png" style="width: 200px; border-radius: 8px; box-shadow: var(--card-shadow);">
355+
<p style="margin-top: 0.5rem;">微信交流群</p>
356+
</div>
357+
358+
<div style="text-align: center;">
359+
<img src="https://cdn.jsdelivr.net/gh/JSREI/.github/profile/README.assets/image-20231030132026541-7614065.png" style="width: 200px; border-radius: 8px; box-shadow: var(--card-shadow);">
360+
<p style="margin-top: 0.5rem;">如群二维码过期,可加此微信并发送【逆向群】</p>
361+
</div>
362+
363+
<div style="text-align: center;">
364+
<img src="https://cdn.jsdelivr.net/gh/JSREI/.github/profile/README.assets/image-20241016231143315.png" style="width: 200px; border-radius: 8px; box-shadow: var(--card-shadow);">
365+
<p style="margin-top: 0.5rem;">
366+
<a href="https://t.me/jsreijsrei" target="_blank" class="nav-link" style="justify-content: center;">
367+
<i class="fab fa-telegram"></i>
368+
Telegram 交流群
369+
</a>
370+
</p>
371+
</div>
372+
</div>
373+
</div>
374+
</section>
346375
</main>
347376
</div>
348377

349378
<!-- 页脚 -->
350379
<footer style="background: var(--secondary-color); padding: 3rem 0; margin-top: 5rem;">
351380
<div class="container" style="text-align: center; color: white;">
352381
<div style="display: flex; justify-content: center; gap: 2rem; margin-bottom: 2rem;">
353-
<a href="#" class="social-link"><i class="fab fa-github"></i></a>
354-
<a href="#" class="social-link"><i class="fab fa-telegram"></i></a>
355-
<a href="#" class="social-link"><i class="fas fa-envelope"></i></a>
382+
<a href="https://github.com/JSREI" class="social-link" target="_blank"><i class="fab fa-github"></i></a>
383+
<a href="https://t.me/jsreijsrei" class="social-link" target="_blank"><i class="fab fa-telegram"></i></a>
384+
<a href="mailto:cc11001100@163.com" class="social-link"><i class="fas fa-envelope"></i></a>
356385
</div>
357-
<p>© 2024 <a href="https://github.com/JSREI/jQuery-hook" target="_blank"
358-
style="color: white; text-decoration: underline;">jQuery Hook</a> - 让逆向工程回归优雅本质</p>
386+
<p>© 2024 <a href="https://github.com/JSREI" target="_blank" style="color: white; text-decoration: underline;">JSREI (JavaScript Reverse Engineering Initiative)</a> - <a href="https://github.com/JSREI/jQuery-hook" target="_blank" style="color: white; text-decoration: underline;">jQuery Hook</a> - 让逆向工程回归优雅本质</p>
359387
</div>
360388
</footer>
361389

0 commit comments

Comments
 (0)