-
Notifications
You must be signed in to change notification settings - Fork 1
/
develop.html
56 lines (51 loc) · 22.4 KB
/
develop.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width,initial-scale=1">
<meta name="generator" content="VuePress 2.0.0-beta.63">
<style>
:root {
--c-bg: #fff;
}
html.dark {
--c-bg: #22272e;
}
html, body {
background-color: var(--c-bg);
}
</style>
<script>
const userMode = localStorage.getItem('vuepress-color-scheme');
const systemDarkMode = window.matchMedia && window.matchMedia('(prefers-color-scheme: dark)').matches;
if (userMode === 'dark' || (userMode !== 'light' && systemDarkMode)) {
document.documentElement.classList.toggle('dark', true);
}
</script>
<link rel="icon" href="/logo.jpeg"><title>seldom文档</title><meta name="description" content="seldom 是基于unittest 的自动化测试框架。">
<link rel="preload" href="/assets/style-992d5621.css" as="style"><link rel="stylesheet" href="/assets/style-992d5621.css">
<link rel="modulepreload" href="/assets/app-72107ff1.js"><link rel="modulepreload" href="/assets/develop.html-45b4d86e.js"><link rel="modulepreload" href="/assets/develop.html-117f0576.js"><link rel="prefetch" href="/assets/introduce.html-93fae745.js" as="script"><link rel="prefetch" href="/assets/index.html-29be9b02.js" as="script"><link rel="prefetch" href="/assets/appium_lab.html-af1255b2.js" as="script"><link rel="prefetch" href="/assets/extensions.html-2fc302d1.js" as="script"><link rel="prefetch" href="/assets/page_object.html-cb039342.js" as="script"><link rel="prefetch" href="/assets/start.html-ea9f18a1.js" as="script"><link rel="prefetch" href="/assets/api_case.html-ba462121.js" as="script"><link rel="prefetch" href="/assets/api_object.html-2747dbac.js" as="script"><link rel="prefetch" href="/assets/assert.html-657c6f15.js" as="script"><link rel="prefetch" href="/assets/more.html-cc1b2581.js" as="script"><link rel="prefetch" href="/assets/start.html-b31eab27.js" as="script"><link rel="prefetch" href="/assets/webscocket.html-50b19ef9.js" as="script"><link rel="prefetch" href="/assets/advanced.html-c039b7bf.js" as="script"><link rel="prefetch" href="/assets/create_project.html-3536f4e7.js" as="script"><link rel="prefetch" href="/assets/data_driver.html-7c198d0a.js" as="script"><link rel="prefetch" href="/assets/dependent_func.html-f699bc84.js" as="script"><link rel="prefetch" href="/assets/installation.html-02312a74.js" as="script"><link rel="prefetch" href="/assets/quick_start.html-87f1da62.js" as="script"><link rel="prefetch" href="/assets/seldom_cli.html-fcf52dd5.js" as="script"><link rel="prefetch" href="/assets/platform.html-f7529303.js" as="script"><link rel="prefetch" href="/assets/db_operation.html-55b16cfc.js" as="script"><link rel="prefetch" href="/assets/test_library.html-f4b42a84.js" as="script"><link rel="prefetch" href="/assets/browser_driver.html-3b18ca47.js" as="script"><link rel="prefetch" href="/assets/chaining.html-c3eac4c8.js" as="script"><link rel="prefetch" href="/assets/other.html-5da407eb.js" as="script"><link rel="prefetch" href="/assets/page_object.html-a01824ef.js" as="script"><link rel="prefetch" href="/assets/seldom_api.html-c0b2694d.js" as="script"><link rel="prefetch" href="/assets/CHANGES.html-65323456.js" as="script"><link rel="prefetch" href="/assets/404.html-60b35caa.js" as="script"><link rel="prefetch" href="/assets/introduce.html-a72107fb.js" as="script"><link rel="prefetch" href="/assets/index.html-7f9a87de.js" as="script"><link rel="prefetch" href="/assets/appium_lab.html-ab270943.js" as="script"><link rel="prefetch" href="/assets/extensions.html-58895b7c.js" as="script"><link rel="prefetch" href="/assets/page_object.html-c3c4d18b.js" as="script"><link rel="prefetch" href="/assets/start.html-a4c1b3f8.js" as="script"><link rel="prefetch" href="/assets/api_case.html-1c2fbfd8.js" as="script"><link rel="prefetch" href="/assets/api_object.html-3082ec6d.js" as="script"><link rel="prefetch" href="/assets/assert.html-54753e7a.js" as="script"><link rel="prefetch" href="/assets/more.html-f6bf5e51.js" as="script"><link rel="prefetch" href="/assets/start.html-dc3af13e.js" as="script"><link rel="prefetch" href="/assets/webscocket.html-8dbaee79.js" as="script"><link rel="prefetch" href="/assets/advanced.html-c2d9b916.js" as="script"><link rel="prefetch" href="/assets/create_project.html-385e2a55.js" as="script"><link rel="prefetch" href="/assets/data_driver.html-b253800d.js" as="script"><link rel="prefetch" href="/assets/dependent_func.html-974e3a57.js" as="script"><link rel="prefetch" href="/assets/installation.html-9ca7cf6d.js" as="script"><link rel="prefetch" href="/assets/quick_start.html-c208f012.js" as="script"><link rel="prefetch" href="/assets/seldom_cli.html-e3f8243b.js" as="script"><link rel="prefetch" href="/assets/platform.html-749be776.js" as="script"><link rel="prefetch" href="/assets/db_operation.html-e0a4c7c7.js" as="script"><link rel="prefetch" href="/assets/test_library.html-70c22988.js" as="script"><link rel="prefetch" href="/assets/browser_driver.html-299e0e9f.js" as="script"><link rel="prefetch" href="/assets/chaining.html-5cd990f6.js" as="script"><link rel="prefetch" href="/assets/other.html-8f9d5c4b.js" as="script"><link rel="prefetch" href="/assets/page_object.html-e18b992a.js" as="script"><link rel="prefetch" href="/assets/seldom_api.html-a9e2c335.js" as="script"><link rel="prefetch" href="/assets/CHANGES.html-df6b9525.js" as="script"><link rel="prefetch" href="/assets/404.html-0e029f6a.js" as="script">
</head>
<body>
<div id="app"><!--[--><div class="theme-container"><!--[--><header class="navbar"><div class="toggle-sidebar-button" title="toggle sidebar" aria-expanded="false" role="button" tabindex="0"><div class="icon" aria-hidden="true"><span></span><span></span><span></span></div></div><span><a href="/" class=""><img class="logo" src="/logo.jpeg" alt="seldom文档"><span class="site-name can-hide">seldom文档</span></a></span><div class="navbar-items-wrapper" style=""><!--[--><!--]--><nav class="navbar-items can-hide"><!--[--><div class="navbar-item"><a href="/introduce" class="" aria-label="介绍"><!--[--><!--]--> 介绍 <!--[--><!--]--></a></div><div class="navbar-item"><a href="/getting-started/installation" class="" aria-label="安装"><!--[--><!--]--> 安装 <!--[--><!--]--></a></div><div class="navbar-item"><a class="external-link" href="https://github.com/SeldomQA/seldom" rel="noopener noreferrer" target="_blank" aria-label="GitHub"><!--[--><!--]--> GitHub <span><svg class="external-link-icon" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path><polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg><span class="external-link-icon-sr-only">open in new window</span></span><!--[--><!--]--></a></div><!--]--></nav><!--[--><!--]--><button class="toggle-color-mode-button" title="toggle color mode"><svg style="" class="icon" focusable="false" viewBox="0 0 32 32"><path d="M16 12.005a4 4 0 1 1-4 4a4.005 4.005 0 0 1 4-4m0-2a6 6 0 1 0 6 6a6 6 0 0 0-6-6z" fill="currentColor"></path><path d="M5.394 6.813l1.414-1.415l3.506 3.506L8.9 10.318z" fill="currentColor"></path><path d="M2 15.005h5v2H2z" fill="currentColor"></path><path d="M5.394 25.197L8.9 21.691l1.414 1.415l-3.506 3.505z" fill="currentColor"></path><path d="M15 25.005h2v5h-2z" fill="currentColor"></path><path d="M21.687 23.106l1.414-1.415l3.506 3.506l-1.414 1.414z" fill="currentColor"></path><path d="M25 15.005h5v2h-5z" fill="currentColor"></path><path d="M21.687 8.904l3.506-3.506l1.414 1.415l-3.506 3.505z" fill="currentColor"></path><path d="M15 2.005h2v5h-2z" fill="currentColor"></path></svg><svg style="display:none;" class="icon" focusable="false" viewBox="0 0 32 32"><path d="M13.502 5.414a15.075 15.075 0 0 0 11.594 18.194a11.113 11.113 0 0 1-7.975 3.39c-.138 0-.278.005-.418 0a11.094 11.094 0 0 1-3.2-21.584M14.98 3a1.002 1.002 0 0 0-.175.016a13.096 13.096 0 0 0 1.825 25.981c.164.006.328 0 .49 0a13.072 13.072 0 0 0 10.703-5.555a1.01 1.01 0 0 0-.783-1.565A13.08 13.08 0 0 1 15.89 4.38A1.015 1.015 0 0 0 14.98 3z" fill="currentColor"></path></svg></button><form class="search-box" role="search"><input type="search" placeholder="Search" autocomplete="off" spellcheck="false" value><!----></form></div></header><!--]--><div class="sidebar-mask"></div><!--[--><aside class="sidebar"><nav class="navbar-items"><!--[--><div class="navbar-item"><a href="/introduce" class="" aria-label="介绍"><!--[--><!--]--> 介绍 <!--[--><!--]--></a></div><div class="navbar-item"><a href="/getting-started/installation" class="" aria-label="安装"><!--[--><!--]--> 安装 <!--[--><!--]--></a></div><div class="navbar-item"><a class="external-link" href="https://github.com/SeldomQA/seldom" rel="noopener noreferrer" target="_blank" aria-label="GitHub"><!--[--><!--]--> GitHub <span><svg class="external-link-icon" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path><polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg><span class="external-link-icon-sr-only">open in new window</span></span><!--[--><!--]--></a></div><!--]--></nav><!--[--><!--]--><ul class="sidebar-items"><!--[--><li><a href="/introduce.html" class="sidebar-item sidebar-heading" aria-label="介绍"><!--[--><!--]--> 介绍 <!--[--><!--]--></a><!----></li><li><p tabindex="0" class="sidebar-item sidebar-heading">开始 <!----></p><ul style="" class="sidebar-item-children"><!--[--><li><a href="/getting-started/installation.html" class="sidebar-item" aria-label="Installation"><!--[--><!--]--> Installation <!--[--><!--]--></a><!----></li><li><a href="/getting-started/create_project.html" class="sidebar-item" aria-label="创建项目"><!--[--><!--]--> 创建项目 <!--[--><!--]--></a><!----></li><li><a href="/getting-started/quick_start.html" class="sidebar-item" aria-label="快速开始"><!--[--><!--]--> 快速开始 <!--[--><!--]--></a><!----></li><li><a href="/getting-started/advanced.html" class="sidebar-item" aria-label="高级用法"><!--[--><!--]--> 高级用法 <!--[--><!--]--></a><!----></li><li><a href="/getting-started/data_driver.html" class="sidebar-item" aria-label="数据驱动"><!--[--><!--]--> 数据驱动 <!--[--><!--]--></a><!----></li><li><a href="/getting-started/dependent_func.html" class="sidebar-item" aria-label="方法的依赖"><!--[--><!--]--> 方法的依赖 <!--[--><!--]--></a><!----></li><li><a href="/getting-started/seldom_cli.html" class="sidebar-item" aria-label="seldom CLI"><!--[--><!--]--> seldom CLI <!--[--><!--]--></a><!----></li><!--]--></ul></li><li><p tabindex="0" class="sidebar-item sidebar-heading">web UI 测试 <!----></p><ul style="" class="sidebar-item-children"><!--[--><li><a href="/web-testing/browser_driver.html" class="sidebar-item" aria-label="浏览器与驱动"><!--[--><!--]--> 浏览器与驱动 <!--[--><!--]--></a><!----></li><li><a href="/web-testing/seldom_api.html" class="sidebar-item" aria-label="Seldom API"><!--[--><!--]--> Seldom API <!--[--><!--]--></a><!----></li><li><a href="/web-testing/chaining.html" class="sidebar-item" aria-label="链式调用"><!--[--><!--]--> 链式调用 <!--[--><!--]--></a><!----></li><li><a href="/web-testing/page_object.html" class="sidebar-item" aria-label="Page Object"><!--[--><!--]--> Page Object <!--[--><!--]--></a><!----></li><li><a href="/web-testing/other.html" class="sidebar-item" aria-label="浏览器启动配置"><!--[--><!--]--> 浏览器启动配置 <!--[--><!--]--></a><!----></li><!--]--></ul></li><li><p tabindex="0" class="sidebar-item sidebar-heading">App UI 测试 <!----></p><ul style="" class="sidebar-item-children"><!--[--><li><a href="/app-testing/start.html" class="sidebar-item" aria-label="app 测试"><!--[--><!--]--> app 测试 <!--[--><!--]--></a><!----></li><li><a href="/app-testing/appium_lab.html" class="sidebar-item" aria-label="appium API"><!--[--><!--]--> appium API <!--[--><!--]--></a><!----></li><li><a href="/app-testing/page_object.html" class="sidebar-item" aria-label="Page Object"><!--[--><!--]--> Page Object <!--[--><!--]--></a><!----></li><li><a href="/app-testing/extensions.html" class="sidebar-item" aria-label="appium 扩展"><!--[--><!--]--> appium 扩展 <!--[--><!--]--></a><!----></li><!--]--></ul></li><li><p tabindex="0" class="sidebar-item sidebar-heading">HTTP接口测试 <!----></p><ul style="" class="sidebar-item-children"><!--[--><li><a href="/api-testing/start.html" class="sidebar-item" aria-label="开始使用"><!--[--><!--]--> 开始使用 <!--[--><!--]--></a><!----></li><li><a href="/api-testing/assert.html" class="sidebar-item" aria-label="更强大的断言"><!--[--><!--]--> 更强大的断言 <!--[--><!--]--></a><!----></li><li><a href="/api-testing/api_object.html" class="sidebar-item" aria-label="API Object"><!--[--><!--]--> API Object <!--[--><!--]--></a><!----></li><li><a href="/api-testing/more.html" class="sidebar-item" aria-label="更多功能"><!--[--><!--]--> 更多功能 <!--[--><!--]--></a><!----></li><li><a href="/api-testing/api_case.html" class="sidebar-item" aria-label="支持Excel测试用例"><!--[--><!--]--> 支持Excel测试用例 <!--[--><!--]--></a><!----></li><li><a href="/api-testing/webscocket.html" class="sidebar-item" aria-label="WebSocket"><!--[--><!--]--> WebSocket <!--[--><!--]--></a><!----></li><!--]--></ul></li><li><p tabindex="0" class="sidebar-item sidebar-heading">更多能力 <!----></p><ul style="" class="sidebar-item-children"><!--[--><li><a href="/more-ability/db_operation.html" class="sidebar-item" aria-label="数据库操作"><!--[--><!--]--> 数据库操作 <!--[--><!--]--></a><!----></li><li><a href="/more-ability/test_library.html" class="sidebar-item" aria-label="支持更多测试库"><!--[--><!--]--> 支持更多测试库 <!--[--><!--]--></a><!----></li><!--]--></ul></li><li><a href="/platform/platform.html" class="sidebar-item sidebar-heading" aria-label="平台化支持"><!--[--><!--]--> 平台化支持 <!--[--><!--]--></a><!----></li><li><a href="/version/CHANGES.html" class="sidebar-item sidebar-heading" aria-label="版本更新"><!--[--><!--]--> 版本更新 <!--[--><!--]--></a><!----></li><!--]--></ul><!--[--><!--]--></aside><!--]--><!--[--><main class="page"><!--[--><!--]--><div class="theme-default-content"><!--[--><!--]--><div><h2 id="☘️introduction" tabindex="-1"><a class="header-anchor" href="#☘️introduction" aria-hidden="true">#</a> ☘️Introduction</h2><p>基于 vuepress2.0+ 的 <strong>seldom <a href="https://seldomqa.github.io/" target="_blank" rel="noopener noreferrer">操作文档<span><svg class="external-link-icon" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path><polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg><span class="external-link-icon-sr-only">open in new window</span></span></a></strong></p><p>你可以使用 Markdown 书写文档,并通过 VuePress 部署为可预览的页面。</p><h2 id="📖使用说明" tabindex="-1"><a class="header-anchor" href="#📖使用说明" aria-hidden="true">#</a> 📖使用说明</h2><h3 id="_1-安装" tabindex="-1"><a class="header-anchor" href="#_1-安装" aria-hidden="true">#</a> 1. 安装</h3><ol><li>clone本项目并安装依赖</li></ol><div class="language-bash line-numbers-mode" data-ext="sh"><pre class="language-bash"><code><span class="token function">git</span> clone https://github.com/SeldomQA/seldom.git
<span class="token builtin class-name">cd</span> docs
<span class="token function">yarn</span> <span class="token function">install</span>
</code></pre><div class="line-numbers" aria-hidden="true"><div class="line-number"></div><div class="line-number"></div><div class="line-number"></div></div></div><h3 id="_2-开发" tabindex="-1"><a class="header-anchor" href="#_2-开发" aria-hidden="true">#</a> 2. 开发</h3><p>正式开发前,可以先阅读 <a href="https://v2.vuepress.vuejs.org/zh/" target="_blank" rel="noopener noreferrer">VuePress官方文档<span><svg class="external-link-icon" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path><polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg><span class="external-link-icon-sr-only">open in new window</span></span></a>。</p><p>在<code>docs/vpdocs</code>文件夹内,修改你想修改的<code>.md</code>文档并保存。</p><p>然后执行以下命令进行预览或打包</p><div class="language-bash line-numbers-mode" data-ext="sh"><pre class="language-bash"><code><span class="token function">yarn</span> run dev <span class="token comment"># 预览</span>
<span class="token function">yarn</span> run build <span class="token comment"># 生成静态页面</span>
</code></pre><div class="line-numbers" aria-hidden="true"><div class="line-number"></div><div class="line-number"></div></div></div><h2 id="部署" tabindex="-1"><a class="header-anchor" href="#部署" aria-hidden="true">#</a> 部署</h2><p><strong>Github-Pages手动本地部署部署说明:</strong></p><p>本地进入项目中执行<code>deploy.sh</code>即可自动部署到github pages。</p><p>deploy.sh 的详情如下(<strong>请自行判断启用注释掉的命令</strong>):</p><div class="language-bash line-numbers-mode" data-ext="sh"><pre class="language-bash"><code><span class="token shebang important">#!/usr/bin/env sh</span>
<span class="token comment"># 确保脚本抛出遇到的错误</span>
<span class="token builtin class-name">set</span> <span class="token parameter variable">-e</span>
<span class="token comment"># 生成静态文件</span>
<span class="token function">npm</span> run build
<span class="token comment"># 进入生成的文件夹</span>
<span class="token builtin class-name">cd</span> vpdocs/.vuepress/dist
<span class="token function">git</span> init
<span class="token function">git</span> <span class="token function">add</span> <span class="token parameter variable">-A</span>
<span class="token function">git</span> commit <span class="token parameter variable">-m</span> <span class="token string">'deploy'</span>
<span class="token comment"># 如果发布到 https://SeldomQA.github.io</span>
<span class="token function">git</span> push <span class="token parameter variable">-f</span> git@github.com:SeldomQA/SeldomQA.github.io.git master
<span class="token builtin class-name">cd</span> -
</code></pre><div class="line-numbers" aria-hidden="true"><div class="line-number"></div><div class="line-number"></div><div class="line-number"></div><div class="line-number"></div><div class="line-number"></div><div class="line-number"></div><div class="line-number"></div><div class="line-number"></div><div class="line-number"></div><div class="line-number"></div><div class="line-number"></div><div class="line-number"></div><div class="line-number"></div><div class="line-number"></div><div class="line-number"></div><div class="line-number"></div><div class="line-number"></div><div class="line-number"></div></div></div><p>更多部署方式可以参阅 <a href="https://v1.vuepress.vuejs.org/guide/deploy.html" target="_blank" rel="noopener noreferrer">VuePress文档|部署<span><svg class="external-link-icon" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path><polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg><span class="external-link-icon-sr-only">open in new window</span></span></a>。</p><hr><p>Author:<a href="https://github.com/nickliya" target="_blank" rel="noopener noreferrer">@Yongchin<span><svg class="external-link-icon" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path><polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg><span class="external-link-icon-sr-only">open in new window</span></span></a></p></div><!--[--><!--]--></div><footer class="page-meta"><div class="meta-item edit-link"><a class="external-link meta-item-label" href="https://github.com/SeldomQA/seldom/edit/vuepress-docs/docs/vpdocs/develop.md" rel="noopener noreferrer" target="_blank" aria-label="在 GitHub 上编辑此页"><!--[--><!--]--> 在 GitHub 上编辑此页 <span><svg class="external-link-icon" xmlns="http://www.w3.org/2000/svg" aria-hidden="true" focusable="false" x="0px" y="0px" viewBox="0 0 100 100" width="15" height="15"><path fill="currentColor" d="M18.8,85.1h56l0,0c2.2,0,4-1.8,4-4v-32h-8v28h-48v-48h28v-8h-32l0,0c-2.2,0-4,1.8-4,4v56C14.8,83.3,16.6,85.1,18.8,85.1z"></path><polygon fill="currentColor" points="45.7,48.7 51.3,54.3 77.2,28.5 77.2,37.2 85.2,37.2 85.2,14.9 62.8,14.9 62.8,22.9 71.5,22.9"></polygon></svg><span class="external-link-icon-sr-only">open in new window</span></span><!--[--><!--]--></a></div><div class="meta-item last-updated"><span class="meta-item-label">Last Updated: </span><!----></div><div class="meta-item contributors"><span class="meta-item-label">Contributors: </span><span class="meta-item-info"><!--[--><!--[--><span class="contributor" title="email: defnngj@gmail.com">defnngj</span><!----><!--]--><!--]--></span></div></footer><!----><!--[--><!--]--></main><!--]--></div><!----><!--]--></div>
<script type="module" src="/assets/app-72107ff1.js" defer></script>
</body>
</html>