index.html.vue 1.9 KB

1234567891011121314151617181920212223242526272829
  1. <template><div><h1 id="快速开始" tabindex="-1"><a class="header-anchor" href="#快速开始"><span>快速开始</span></a></h1>
  2. <p>欢迎使用 Tappo!本指南帮助你快速上手。</p>
  3. <h2 id="什么是-tappo" tabindex="-1"><a class="header-anchor" href="#什么是-tappo"><span>什么是 Tappo</span></a></h2>
  4. <p>Tappo 是一款智能浏览器自动化工具,让你通过可视化工作流实现:</p>
  5. <ul>
  6. <li>网页数据采集</li>
  7. <li>表单自动填写</li>
  8. <li>批量操作任务</li>
  9. <li>定时自动执行</li>
  10. </ul>
  11. <h2 id="开始使用" tabindex="-1"><a class="header-anchor" href="#开始使用"><span>开始使用</span></a></h2>
  12. <h3 id="_1-下载引擎" tabindex="-1"><a class="header-anchor" href="#_1-下载引擎"><span>1. 下载引擎</span></a></h3>
  13. <p>从 <a href="https://github.com/tappo-dev/tappo/releases" target="_blank" rel="noopener noreferrer">发布页面</a> 下载适合你系统的引擎:</p>
  14. <ul>
  15. <li>Windows: <code v-pre>Tappo.exe</code></li>
  16. </ul>
  17. <h3 id="_2-启动引擎" tabindex="-1"><a class="header-anchor" href="#_2-启动引擎"><span>2. 启动引擎</span></a></h3>
  18. <p>双击运行 <code v-pre>Tappo.exe</code>,引擎会自动打开浏览器访问工作台。</p>
  19. <h3 id="_3-创建工作流" tabindex="-1"><a class="header-anchor" href="#_3-创建工作流"><span>3. 创建工作流</span></a></h3>
  20. <p>在工作台中点击「新建工作流」,开始创建你的第一个自动化任务。</p>
  21. <h2 id="下一步" tabindex="-1"><a class="header-anchor" href="#下一步"><span>下一步</span></a></h2>
  22. <ul>
  23. <li><RouteLink to="/guide/install.html">安装引擎</RouteLink> - 详细安装说明</li>
  24. <li><RouteLink to="/guide/create-workflow.html">创建工作流</RouteLink> - 学习创建工作流</li>
  25. <li><RouteLink to="/guide/run-workflow.html">运行工作流</RouteLink> - 执行和调试工作流</li>
  26. </ul>
  27. </div></template>