feat: add Xiaohongshu QR code to website, README, guide, and USB build

This commit is contained in:
dongsheng123132
2026-03-09 11:14:25 +08:00
parent fa99ec70bc
commit 2a1c8101e5
6 changed files with 15 additions and 2 deletions

View File

@@ -269,6 +269,10 @@ A: No. U-Claw bundles Windows Node.js, runs natively via `.bat`.
<img src="微信二维码.jpg" alt="WeChat QR" width="200"> <img src="微信二维码.jpg" alt="WeChat QR" width="200">
- **Xiaohongshu 小红书**: Follow / 关注
<img src="小红书二维码.jpg" alt="Xiaohongshu QR" width="200">
- **Email 邮箱**: hefangsheng@gmail.com - **Email 邮箱**: hefangsheng@gmail.com
- **GitHub**: [@dongsheng123132](https://github.com/dongsheng123132) - **GitHub**: [@dongsheng123132](https://github.com/dongsheng123132)
- **Website 官网**: [u-claw.org](https://u-claw.org) - **Website 官网**: [u-claw.org](https://u-claw.org)

View File

@@ -147,8 +147,9 @@ if [ -d "$SCRIPTS_SRC" ]; then
# 复制教程文档 # 复制教程文档
mkdir -p "$UCLAW_DIR/docs" mkdir -p "$UCLAW_DIR/docs"
cp "$SCRIPT_DIR/docs/教程-OpenClaw中国区完全指南.md" "$UCLAW_DIR/docs/" 2>/dev/null || true cp "$SCRIPT_DIR/docs/教程-OpenClaw中国区完全指南.md" "$UCLAW_DIR/docs/" 2>/dev/null || true
# 复制微信二维码 # 复制二维码
cp "$SCRIPT_DIR/微信二维码.jpg" "$UCLAW_DIR/" 2>/dev/null || true cp "$SCRIPT_DIR/微信二维码.jpg" "$UCLAW_DIR/" 2>/dev/null || true
cp "$SCRIPT_DIR/小红书二维码.jpg" "$UCLAW_DIR/" 2>/dev/null || true
chmod +x "$UCLAW_DIR/启动菜单.command" "$UCLAW_DIR/运行.command" "$UCLAW_DIR/安装到电脑.command" 2>/dev/null || true chmod +x "$UCLAW_DIR/启动菜单.command" "$UCLAW_DIR/运行.command" "$UCLAW_DIR/安装到电脑.command" 2>/dev/null || true
ok "用户脚本已复制(含启动菜单、中国用户指南、微信二维码)" ok "用户脚本已复制(含启动菜单、中国用户指南、微信二维码)"
else else

View File

@@ -160,4 +160,5 @@ U-Claw 已预装 52 个技能,以下是最实用的:
- GitHub: github.com/dongsheng123132/u-claw - GitHub: github.com/dongsheng123132/u-claw
- 邮箱: hefangsheng@gmail.com - 邮箱: hefangsheng@gmail.com
- 微信: 扫描 U 盘内「微信二维码.jpg」添加作者 - 微信: 扫描 U 盘内「微信二维码.jpg」添加作者
(技术咨询、合作交流、问题反馈) - 小红书: 扫描 U 盘内「小红书二维码.jpg」关注
(技术咨询、合作交流、问题反馈、教程更新)

View File

@@ -583,6 +583,13 @@
<span class="en hidden">Scan to add on WeChat</span> <span class="en hidden">Scan to add on WeChat</span>
</p> </p>
</div> </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;">
<p style="margin-top: 12px; color: var(--text-dim); font-size: 14px;">
<span class="zh">小红书关注</span>
<span class="en hidden">Follow on Xiaohongshu</span>
</p>
</div>
<div style="text-align: left;"> <div style="text-align: left;">
<p style="margin-bottom: 16px; font-size: 16px;"> <p style="margin-bottom: 16px; font-size: 16px;">
<span style="color: var(--text-dim);">Email:</span> <span style="color: var(--text-dim);">Email:</span>

BIN
website/xhs-qr.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 74 KiB

BIN
小红书二维码.jpg Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 74 KiB