Skip to content

Commit 55345a3

Browse files
committed
优化网站页脚和添加tools目录说明文档:1. 在网站中添加加群信息区块 2. 优化页脚信息展示,添加JSREI组织信息 3. 为tools目录添加README.md说明文件
1 parent a89b2ba commit 55345a3

File tree

2 files changed

+56
-5
lines changed

2 files changed

+56
-5
lines changed

tools/README.md

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
# jQuery-hook 工具目录
2+
3+
此目录包含了与 jQuery-hook 项目相关的辅助工具。
4+
5+
## 文件介绍
6+
7+
### gen-fuck-jquery-code.html
8+
9+
这个 HTML 文件用于生成大量的 jQuery 相关代码,主要目的是创建混淆视听的代码样本。
10+
11+
功能特点:
12+
- 生成随机的 jQuery 选择器和操作
13+
- 创建大量的伪 jQuery 代码块
14+
- 用于测试或演示 jQuery 代码混淆场景
15+
16+
使用方法:
17+
1. 在浏览器中打开此 HTML 文件
18+
2. 页面将自动生成并显示大量随机的 jQuery 代码块
19+
3. 这些代码可用于测试 jQuery-hook 工具在复杂代码环境中的性能和有效性
20+
21+
## 注意事项
22+
23+
这些工具主要用于开发和测试目的。在使用过程中,请参考相关文档和项目主 README 以获取更多指导。

website/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)