Skip to content

Commit 9426cb5

Browse files
committed
docs: 添加交流群信息到README文档
1. 在中文README.md添加逆向技术交流群二维码和联系方式\n2. 在英文README.en.md添加相应的英文版本交流群信息\n3. 美化二维码和文本布局,提升用户体验
1 parent b13df92 commit 9426cb5

File tree

2 files changed

+56
-2
lines changed

2 files changed

+56
-2
lines changed

README.en.md

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,31 @@ Pull Requests are welcome to add new test cases or improve existing ones. Any fo
8484

8585
## 📜 License
8686

87-
[MIT License](LICENSE) - © JSREI (JavaScript Reverse Engineering Infrastructure)
87+
[MIT License](LICENSE) - © JSREI (JavaScript Reverse Engineering Infrastructure)
88+
89+
---
90+
91+
# Reverse Engineering Community
92+
93+
<div align="center">
94+
<div style="margin-bottom: 20px;">
95+
<h3>Scan to join our WeChat group:</h3>
96+
<div style="background-color: #f8f9fa; padding: 15px; border-radius: 8px; display: inline-block;">
97+
<img src="https://cdn.jsdelivr.net/gh/JSREI/.github/profile/README.assets/image-20241016230653669.png" style="width: 200px; border-radius: 5px;">
98+
</div>
99+
</div>
100+
101+
<div style="margin-bottom: 20px;">
102+
<h3>If the QR code expires, add my WeChat and send "逆向群" to join:</h3>
103+
<div style="background-color: #f8f9fa; padding: 15px; border-radius: 8px; display: inline-block;">
104+
<img src="https://cdn.jsdelivr.net/gh/JSREI/.github/profile/README.assets/image-20231030132026541-7614065.png" style="width: 200px; border-radius: 5px;">
105+
</div>
106+
</div>
107+
108+
<div style="margin-bottom: 20px;">
109+
<h3><a href="https://t.me/jsreijsrei">Click here</a> or scan to join our Telegram group:</h3>
110+
<div style="background-color: #f8f9fa; padding: 15px; border-radius: 8px; display: inline-block;">
111+
<img src="https://cdn.jsdelivr.net/gh/JSREI/.github/profile/README.assets/image-20241016231143315.png" style="width: 200px; border-radius: 5px;">
112+
</div>
113+
</div>
114+
</div>

README.md

Lines changed: 28 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,4 +84,31 @@ python -m http.server 8080
8484

8585
## 📜 许可证
8686

87-
[MIT License](LICENSE) - © JSREI (JavaScript Reverse Engineering Infrastructure)
87+
[MIT License](LICENSE) - © JSREI (JavaScript Reverse Engineering Infrastructure)
88+
89+
---
90+
91+
# 逆向技术交流群
92+
93+
<div align="center">
94+
<div style="margin-bottom: 20px;">
95+
<h3>扫码加入逆向技术微信交流群:</h3>
96+
<div style="background-color: #f8f9fa; padding: 15px; border-radius: 8px; display: inline-block;">
97+
<img src="https://cdn.jsdelivr.net/gh/JSREI/.github/profile/README.assets/image-20241016230653669.png" style="width: 200px; border-radius: 5px;">
98+
</div>
99+
</div>
100+
101+
<div style="margin-bottom: 20px;">
102+
<h3>如群二维码过期,可以加我个人微信,发送【逆向群】拉你进群:</h3>
103+
<div style="background-color: #f8f9fa; padding: 15px; border-radius: 8px; display: inline-block;">
104+
<img src="https://cdn.jsdelivr.net/gh/JSREI/.github/profile/README.assets/image-20231030132026541-7614065.png" style="width: 200px; border-radius: 5px;">
105+
</div>
106+
</div>
107+
108+
<div style="margin-bottom: 20px;">
109+
<h3><a href="https://t.me/jsreijsrei">点此</a>或扫码加入TG交流群:</h3>
110+
<div style="background-color: #f8f9fa; padding: 15px; border-radius: 8px; display: inline-block;">
111+
<img src="https://cdn.jsdelivr.net/gh/JSREI/.github/profile/README.assets/image-20241016231143315.png" style="width: 200px; border-radius: 5px;">
112+
</div>
113+
</div>
114+
</div>

0 commit comments

Comments
 (0)