Other

小蜜蜂企微机器人使用帮助文档

<html lang="zh"> <head> <meta charset="UTF-8"> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <title>企业微信自动化助手使用指南</title> <style> body { font-family: Arial, sans-serif; line-height: 1.6; background-color: #f4f4f4; margin: 0; padding: 0; } header { background-color: #0078d4; color: white; text-align: center; padding: 20px 0; } header h1 { margin: 0; } .container { width: 80%; margin: 20px auto; padding: 20px; background-color: white; border-radius: 8px; box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); } img { max-width: 100%; height: auto; } h2, h3 { color: #0078d4; } ul { list-style-type: disc; margin-left: 20px; } a { color: #0078d4; text-decoration: none; } a:hover { text-decoration: underline; } .footer { text-align: center; margin-top: 20px; padding: 10px; background-color: #f1f1f1; } </style> </head> <body> <header> <h1>企业微信自动化助手使用指南</h1> </header> <div class="container"> <h2>客服微信:953999109</h2> <p>机器人官网:<a href="https://zhizhiai.njstack.com/wxrobot.html" target="_blank">https://zhizhiai.njstack.com/wxrobot.html</a></p> <hr> <h2>企业微信版本与安装链接</h2> <p>请安装以下版本的企业微信:</p> <h3>企业微信 (4.1.31.6017)</h3> <p>下载地址:<a href="https://dldir1.qq.com/wework/work_weixin/WeCom_4.1.31.6017.exe" target="_blank">https://dldir1.qq.com/wework/work_weixin/WeCom_4.1.31.6017.exe</a></p> <hr> <h2>使用指南</h2> <h3>1. 查看操作演示视频</h3> <p>观看视频教程:<a href="https://www.bilibili.com/video/BV1i14y1m76r/?spm_id_from=888.80997.embed_other.whitelist&t=5.005049&bvid=BV1i14y1m76r" target="_blank">https://www.bilibili.com/video/BV1i14y1m76r/?spm_id_from=888.80997.embed_other.whitelist&t=5.005049&bvid=BV1i14y1m76r</a></p> <h3>2. 安装与注意事项</h3> <ul> <li><strong>排除防病毒程序干扰</strong>(本程序无病毒,请放心使用)。</li> <li><strong>避免快捷键冲突</strong>(确保 Ctrl+A 等快捷键无其他程序占用)。</li> </ul> <p>如发现异常,请检查日志文件进行分析。</p> <hr> <h2>操作流程</h2> <h3>步骤 1:打开“添加客户”窗口</h3> <p>手动启动企业微信,打开“添加客户”界面。</p> <img src="https://zhizhiai.njstack.com/blog/c1c4e23897c743ad9be776a311727e24/38a0005b-141c-ece3-e64c-1732239051259.png" alt="添加客户窗口"> <h3>步骤 2:导入客户数据</h3> <p>数据格式:每行一条,格式为 <strong>手机号, 标签, 备注</strong>(支持空格或逗号分隔)。</p> <pre>示例: 18200001111,朋友,张三 17700001111,潜在客户,李四 13500001111,成交客户,王二麻</pre> <img src="https://zhizhiai.njstack.com/blog/c1c4e23897c743ad9be776a311727e24/08061b7c-0814-4147-6a14-1732239094776.png" alt="导入示例"> <h4>注意事项:</h4> <ul> <li><strong>提前配置标签:</strong>确保微信中的标签已创建并排列在靠前位置,以便程序正常识别。</li> </ul> <img src="https://zhizhiai.njstack.com/blog/c1c4e23897c743ad9be776a311727e24/243a381e-0216-3163-304b-1732249694040.png" alt="标签示例"> <h3>步骤 3:配置操作参数</h3> <ul> <li><strong>数据操作间隔:</strong>每添加一个客户后的等待时间,单位为毫秒(1000 毫秒 = 1 秒)。</li> <li><strong>键鼠操作间隔:</strong>鼠标点击或键盘按键之间的间隔时间。</li> <li><strong>网络超时检测:</strong>设置回车查询结果与添加结果显示的等待时间(单位:秒)。</li> </ul> <h3>步骤 4:开始执行</h3> <ul> <li>点击“执行”启动程序。</li> <li>可随时点击“停止”终止工作线程。</li> </ul> <hr> <h2>文件说明</h2> <ul> <li><strong>Robot.exe:</strong>程序启动文件。</li> <li><strong>./logs:</strong>日志文件目录,用于记录操作信息。</li> </ul> <hr> <h2>使用要求</h2> <ul> <li><strong>运行期间请勿触碰键盘鼠标</strong>,以免操作中断。</li> <li>为减少 OCR 识别错误,建议隐藏桌面图标,并最小化其他程序窗口。</li> <li>请使用 <strong>企业微信版本:4.1.31.6017</strong>。</li> </ul> <p>如有任何问题,请随时联系客服微信:<strong>953999109</strong>。</p> </div> <div class="footer"> <p>&copy; 2024 企业微信自动化助手 | All Rights Reserved</p> </div> </body> </html>