feat: add contact section with WeChat QR and email
- Website: contact section with WeChat QR code, email, GitHub links - README: contact section with QR image and email
This commit is contained in:
12
README.md
12
README.md
@@ -263,8 +263,18 @@ A: No. U-Claw bundles Windows Node.js, runs natively via `.bat`.
|
|||||||
|
|
||||||
自由使用、修改、分发。
|
自由使用、修改、分发。
|
||||||
|
|
||||||
|
## Contact / 联系方式
|
||||||
|
|
||||||
|
- **WeChat 微信**: Scan QR below / 扫码添加
|
||||||
|
|
||||||
|
<img src="微信二维码.jpg" alt="WeChat QR" width="200">
|
||||||
|
|
||||||
|
- **Email 邮箱**: hefangsheng@gmail.com
|
||||||
|
- **GitHub**: [@dongsheng123132](https://github.com/dongsheng123132)
|
||||||
|
- **Website 官网**: [u-claw.org](https://u-claw.org)
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
**Made with 🦞 by [dongsheng](https://github.com/dongsheng123132) & OpenClaw Community**
|
**Made with 🦞 by [dongsheng](https://github.com/dongsheng123132) & OpenClaw Community**
|
||||||
|
|
||||||
**Website: [u-claw.org](https://u-claw.org)**
|
**Website: [u-claw.org](https://u-claw.org)** · **Email: hefangsheng@gmail.com**
|
||||||
|
|||||||
@@ -565,6 +565,41 @@
|
|||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<!-- Contact -->
|
||||||
|
<section>
|
||||||
|
<h2>
|
||||||
|
<span class="zh">联系我们</span>
|
||||||
|
<span class="en hidden">Contact</span>
|
||||||
|
</h2>
|
||||||
|
<p class="section-sub">
|
||||||
|
<span class="zh">问题反馈、合作交流、技术咨询</span>
|
||||||
|
<span class="en hidden">Feedback, collaboration, technical support</span>
|
||||||
|
</p>
|
||||||
|
<div style="display: flex; flex-wrap: wrap; gap: 40px; justify-content: center; align-items: center;">
|
||||||
|
<div style="text-align: center;">
|
||||||
|
<img src="wechat-qr.jpg" alt="WeChat QR" style="width: 200px; height: 200px; border-radius: 12px; border: 1px solid var(--border);">
|
||||||
|
<p style="margin-top: 12px; color: var(--text-dim); font-size: 14px;">
|
||||||
|
<span class="zh">微信扫码添加</span>
|
||||||
|
<span class="en hidden">Scan to add on WeChat</span>
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
<div style="text-align: left;">
|
||||||
|
<p style="margin-bottom: 16px; font-size: 16px;">
|
||||||
|
<span style="color: var(--text-dim);">Email:</span>
|
||||||
|
<a href="mailto:hefangsheng@gmail.com" style="color: var(--accent); text-decoration: none;">hefangsheng@gmail.com</a>
|
||||||
|
</p>
|
||||||
|
<p style="margin-bottom: 16px; font-size: 16px;">
|
||||||
|
<span style="color: var(--text-dim);">GitHub:</span>
|
||||||
|
<a href="https://github.com/dongsheng123132" style="color: var(--accent); text-decoration: none;">dongsheng123132</a>
|
||||||
|
</p>
|
||||||
|
<p style="font-size: 16px;">
|
||||||
|
<span style="color: var(--text-dim);">Website:</span>
|
||||||
|
<a href="https://u-claw.org" style="color: var(--accent); text-decoration: none;">u-claw.org</a>
|
||||||
|
</p>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
|
</section>
|
||||||
|
|
||||||
<footer>
|
<footer>
|
||||||
<p>
|
<p>
|
||||||
🦞 U-Claw — Made by
|
🦞 U-Claw — Made by
|
||||||
@@ -573,7 +608,8 @@
|
|||||||
</p>
|
</p>
|
||||||
<p style="margin-top: 8px;">
|
<p style="margin-top: 8px;">
|
||||||
<a href="https://github.com/dongsheng123132/u-claw">GitHub</a> ·
|
<a href="https://github.com/dongsheng123132/u-claw">GitHub</a> ·
|
||||||
<a href="https://github.com/openclaw/openclaw">OpenClaw</a>
|
<a href="https://github.com/openclaw/openclaw">OpenClaw</a> ·
|
||||||
|
<a href="mailto:hefangsheng@gmail.com">hefangsheng@gmail.com</a>
|
||||||
</p>
|
</p>
|
||||||
</footer>
|
</footer>
|
||||||
|
|
||||||
|
|||||||
BIN
website/wechat-qr.jpg
Normal file
BIN
website/wechat-qr.jpg
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 144 KiB |
Reference in New Issue
Block a user