fix: use Xiaohongshu link instead of QR image, keep WeChat QR
This commit is contained in:
@@ -68,6 +68,10 @@ chmod +x build-uclaw.sh
|
||||
# 把 U-Claw/ 文件夹复制到 U 盘
|
||||
```
|
||||
|
||||
Note: `U-Claw/` is a generated release bundle. Keep the scripts/docs in git, and publish the built `U-Claw/` directory through GitHub Releases instead of committing it to the repository history.
|
||||
|
||||
说明:`U-Claw/` 是构建产物。建议把脚本和文档提交到 git,把生成好的 `U-Claw/` 目录通过 GitHub Releases 发布,而不是直接提交到仓库历史。
|
||||
|
||||
### Option 3: Copy from a Friend / 复制别人的
|
||||
|
||||
Just copy the `U-Claw/` folder. That's it.
|
||||
@@ -269,10 +273,7 @@ A: No. U-Claw bundles Windows Node.js, runs natively via `.bat`.
|
||||
|
||||
<img src="微信二维码.jpg" alt="WeChat QR" width="200">
|
||||
|
||||
- **Xiaohongshu 小红书**: Follow / 关注
|
||||
|
||||
<img src="小红书二维码.jpg" alt="Xiaohongshu QR" width="200">
|
||||
|
||||
- **Xiaohongshu 小红书**: [关注主页 / Follow](https://xhslink.com/m/6mf7Mq2M5wP)
|
||||
- **Email 邮箱**: hefangsheng@gmail.com
|
||||
- **GitHub**: [@dongsheng123132](https://github.com/dongsheng123132)
|
||||
- **Website 官网**: [u-claw.org](https://u-claw.org)
|
||||
|
||||
@@ -160,5 +160,5 @@ U-Claw 已预装 52 个技能,以下是最实用的:
|
||||
- GitHub: github.com/dongsheng123132/u-claw
|
||||
- 邮箱: hefangsheng@gmail.com
|
||||
- 微信: 扫描 U 盘内「微信二维码.jpg」添加作者
|
||||
- 小红书: 扫描 U 盘内「小红书二维码.jpg」关注
|
||||
- 小红书: https://xhslink.com/m/6mf7Mq2M5wP
|
||||
(技术咨询、合作交流、问题反馈、教程更新)
|
||||
|
||||
@@ -584,7 +584,13 @@
|
||||
</p>
|
||||
</div>
|
||||
<div style="text-align: center;">
|
||||
<img src="xhs-qr.jpg" alt="Xiaohongshu QR" style="width: 200px; height: 200px; border-radius: 12px; border: 1px solid var(--border); object-fit: cover;">
|
||||
<a href="https://xhslink.com/m/6mf7Mq2M5wP" target="_blank" style="display: inline-block; width: 200px; height: 200px; border-radius: 12px; border: 1px solid var(--border); background: linear-gradient(135deg, #ff2442, #ff6670); text-decoration: none; display: flex; flex-direction: column; align-items: center; justify-content: center;">
|
||||
<span style="font-size: 48px;">📕</span>
|
||||
<span style="color: white; font-size: 18px; font-weight: 700; margin-top: 8px;">
|
||||
<span class="zh">小红书</span><span class="en hidden">Xiaohongshu</span>
|
||||
</span>
|
||||
<span style="color: rgba(255,255,255,0.8); font-size: 13px;">8777+ likes</span>
|
||||
</a>
|
||||
<p style="margin-top: 12px; color: var(--text-dim); font-size: 14px;">
|
||||
<span class="zh">小红书关注</span>
|
||||
<span class="en hidden">Follow on Xiaohongshu</span>
|
||||
|
||||
Reference in New Issue
Block a user