feat: add partner recruitment section to README and guide
Add bilingual "Looking for Partners" section in README (Chinese + English) and a new "合作招募" page in guide.html sidebar, plus a recruitment card in the existing "联系我们" contact page.
This commit is contained in:
@@ -165,6 +165,7 @@ ul{padding-left:20px}
|
||||
<a class="nav-item" href="https://skillhub.tencent.com/#categories" target="_blank">在线技能市场</a>
|
||||
<a class="nav-item" href="https://github.com/openclaw/openclaw" target="_blank">OpenClaw 官方</a>
|
||||
<a class="nav-item" href="#" data-page="contact">联系我们</a>
|
||||
<a class="nav-item" href="#" data-page="partners">🦞 合作招募</a>
|
||||
</div>
|
||||
</div>
|
||||
</nav>
|
||||
@@ -1038,6 +1039,37 @@ openclaw plugin uninstall <插件名></code></pre>
|
||||
</div>
|
||||
|
||||
<div class="tip" style="margin-top:24px"><strong>开源贡献:</strong>欢迎提交 PR!特别需要:修复脚本、教程文档、聊天平台桥接、实用技能。<br>Fork → Branch → Commit → PR,详见 <a href="https://github.com/dongsheng123132/u-claw" target="_blank">GitHub 仓库</a></div>
|
||||
|
||||
<div class="card" style="margin-top:24px;border:1px solid var(--cyan);border-radius:12px">
|
||||
<h3 style="color:var(--cyan);margin-bottom:12px">🦞 寻找技术伙伴</h3>
|
||||
<p>U-Claw 是一个快速成长的开源项目,目前已有不少商业合作机会。</p>
|
||||
<p style="margin-top:8px">我们正在寻找:<strong>技术伙伴</strong>(全栈 / Node.js / Electron / 脚本自动化)、<strong>资源合作</strong>(渠道、内容、社区运营)</p>
|
||||
<p style="margin-top:8px">如果你对 AI 工具的落地和商业化感兴趣 → <a href="#" onclick="document.querySelectorAll('.nav-item').forEach(n=>n.classList.remove('active'));document.querySelectorAll('.page').forEach(p=>p.style.display='none');document.getElementById('page-partners').style.display='block';return false;" style="color:var(--cyan)">查看详情</a></p>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- ===== 合作招募 ===== -->
|
||||
<div class="page" id="page-partners">
|
||||
<h1>🦞 寻找技术伙伴</h1>
|
||||
<p>U-Claw 是一个快速成长的开源项目,目前已有不少商业合作机会。</p>
|
||||
|
||||
<div class="card">
|
||||
<h3 style="color:var(--cyan)">我们正在寻找</h3>
|
||||
<ul>
|
||||
<li><strong>技术伙伴</strong> — 全栈 / Node.js / Electron / 脚本自动化</li>
|
||||
<li><strong>资源合作</strong> — 渠道、内容、社区运营</li>
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<div class="card">
|
||||
<h3 style="color:var(--green)">联系方式</h3>
|
||||
<p>如果你对 AI 工具的落地和商业化感兴趣,欢迎联系:</p>
|
||||
<ul>
|
||||
<li>微信: <strong>hecare888</strong></li>
|
||||
<li>GitHub: <a href="https://github.com/dongsheng123132" target="_blank">@dongsheng123132</a></li>
|
||||
<li>官网: <a href="https://u-claw.org" target="_blank">u-claw.org</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<!-- ===== Linux 启动盘模式 ===== -->
|
||||
|
||||
Reference in New Issue
Block a user