mirror of
https://github.com/jaywcjlove/reference.git
synced 2025-06-17 20:51:21 +08:00
doc: update docs/chown.md #503 4c02dfd878
This commit is contained in:
File diff suppressed because one or more lines are too long
Before Width: | Height: | Size: 7.4 MiB After Width: | Height: | Size: 7.4 MiB |
@ -30,14 +30,19 @@
|
|||||||
<p>这份快速参考备忘单提供了改变文件或目录的所有者的简要概述,以及 chown 命令的操作</p>
|
<p>这份快速参考备忘单提供了改变文件或目录的所有者的简要概述,以及 chown 命令的操作</p>
|
||||||
</div></header><div class="menu-tocs"><div class="menu-btn"><svg aria-hidden="true" fill="currentColor" height="1em" width="1em" viewBox="0 0 16 16" version="1.1" data-view-component="true">
|
</div></header><div class="menu-tocs"><div class="menu-btn"><svg aria-hidden="true" fill="currentColor" height="1em" width="1em" viewBox="0 0 16 16" version="1.1" data-view-component="true">
|
||||||
<path fill-rule="evenodd" d="M2 4a1 1 0 100-2 1 1 0 000 2zm3.75-1.5a.75.75 0 000 1.5h8.5a.75.75 0 000-1.5h-8.5zm0 5a.75.75 0 000 1.5h8.5a.75.75 0 000-1.5h-8.5zm0 5a.75.75 0 000 1.5h8.5a.75.75 0 000-1.5h-8.5zM3 8a1 1 0 11-2 0 1 1 0 012 0zm-1 6a1 1 0 100-2 1 1 0 000 2z"></path>
|
<path fill-rule="evenodd" d="M2 4a1 1 0 100-2 1 1 0 000 2zm3.75-1.5a.75.75 0 000 1.5h8.5a.75.75 0 000-1.5h-8.5zm0 5a.75.75 0 000 1.5h8.5a.75.75 0 000-1.5h-8.5zm0 5a.75.75 0 000 1.5h8.5a.75.75 0 000-1.5h-8.5zM3 8a1 1 0 11-2 0 1 1 0 012 0zm-1 6a1 1 0 100-2 1 1 0 000 2z"></path>
|
||||||
</svg></div><div class="menu-modal"><a aria-hidden="true" class="leve2 tocs-link" data-num="2" href="#入门">入门</a><a aria-hidden="true" class="leve3 tocs-link" data-num="3" href="#介绍">介绍</a><a aria-hidden="true" class="leve3 tocs-link" data-num="3" href="#用法">用法</a><a aria-hidden="true" class="leve4 tocs-link" data-num="4" href="#选项">选项</a><a aria-hidden="true" class="leve2 tocs-link" data-num="2" href="#示例">示例</a><a aria-hidden="true" class="leve3 tocs-link" data-num="3" href="#把-varrunhttpdpid-的所有者设为-root">把 /var/run/httpd.pid 的所有者设为 root</a><a aria-hidden="true" class="leve3 tocs-link" data-num="3" href="#将文件-file1txt-的拥有者设为-username-群体的使用者设为-groupname">将文件 file1.txt 的拥有者设为 username ,群体的使用者设为 groupname</a><a aria-hidden="true" class="leve3 tocs-link" data-num="3" href="#将当前目录以及子目录的所有文件的拥有者设为-username-群体的使用者设为-groupname">将当前目录以及子目录的所有文件的拥有者设为 username ,群体的使用者设为 groupname</a><a aria-hidden="true" class="leve3 tocs-link" data-num="3" href="#不修改文件-file1txt-的拥有者将文件使用群体改为-groupname">不修改文件 file1.txt 的拥有者,将文件使用群体改为 groupname</a></div></div><div class="h1wrap-body"><div class="wrap h2body-exist"><div class="wrap-header h2wrap"><h2 id="入门"><a aria-hidden="true" tabindex="-1" href="#入门"><span class="icon icon-link"></span></a>入门</h2><div class="wrap-body">
|
</svg></div><div class="menu-modal"><a aria-hidden="true" class="leve2 tocs-link" data-num="2" href="#入门">入门</a><a aria-hidden="true" class="leve3 tocs-link" data-num="3" href="#介绍">介绍</a><a aria-hidden="true" class="leve4 tocs-link" data-num="4" href="#示例">示例</a><a aria-hidden="true" class="leve3 tocs-link" data-num="3" href="#选项">选项</a><a aria-hidden="true" class="leve2 tocs-link" data-num="2" href="#示例-1">示例</a><a aria-hidden="true" class="leve3 tocs-link" data-num="3" href="#更改文件所有者">更改文件所有者</a><a aria-hidden="true" class="leve4 tocs-link" data-num="4" href="#仅更改所有者">仅更改所有者</a><a aria-hidden="true" class="leve3 tocs-link" data-num="3" href="#递归更改目录及其内容的所有者">递归更改目录及其内容的所有者</a><a aria-hidden="true" class="leve3 tocs-link" data-num="3" href="#更改所有者为当前用户">更改所有者为当前用户</a><a aria-hidden="true" class="leve3 tocs-link" data-num="3" href="#递归并且不显示错误信息">递归并且不显示错误信息</a><a aria-hidden="true" class="leve3 tocs-link" data-num="3" href="#仅更改组">仅更改组</a><a aria-hidden="true" class="leve3 tocs-link" data-num="3" href="#变更符号链接的所有者">变更符号链接的所有者</a><a aria-hidden="true" class="leve3 tocs-link" data-num="3" href="#更改所有者为根用户">更改所有者为根用户</a><a aria-hidden="true" class="leve4 tocs-link" data-num="4" href="#递归更改所有者为当前用户">递归更改所有者为当前用户</a><a aria-hidden="true" class="leve3 tocs-link" data-num="3" href="#将文件所有者更改为其他用户但保留组">将文件所有者更改为其他用户,但保留组</a><a aria-hidden="true" class="leve3 tocs-link" data-num="3" href="#将文件所有者更改为其他用户同时更改组">将文件所有者更改为其他用户,同时更改组</a></div></div><div class="h1wrap-body"><div class="wrap h2body-exist"><div class="wrap-header h2wrap"><h2 id="入门"><a aria-hidden="true" tabindex="-1" href="#入门"><span class="icon icon-link"></span></a>入门</h2><div class="wrap-body">
|
||||||
</div></div><div class="h2wrap-body"><div class="wrap h3body-not-exist"><div class="wrap-header h3wrap"><h3 id="介绍"><a aria-hidden="true" tabindex="-1" href="#介绍"><span class="icon icon-link"></span></a>介绍</h3><div class="wrap-body">
|
</div></div><div class="h2wrap-body"><div class="wrap h3body-exist"><div class="wrap-header h3wrap"><h3 id="介绍"><a aria-hidden="true" tabindex="-1" href="#介绍"><span class="icon icon-link"></span></a>介绍</h3><div class="wrap-body">
|
||||||
<p>"chown"是Linux/Unix系统中的一个命令,全称为"change owner",用于改变文件或目录的所有者。这个命令可以更改某个文件或目录的属主(owner),也可以同时更改其属组(group)。</p>
|
<p>Linux/Unix 系统中的一个命令,全称为 <code>change owner</code>,用于改变文件或目录的所有者</p>
|
||||||
<p><strong>注意:只有超级用户(root)才有权限改变文件或目录的所有者。</strong></p>
|
|
||||||
</div></div></div><div class="wrap h3body-exist"><div class="wrap-header h3wrap"><h3 id="用法"><a aria-hidden="true" tabindex="-1" href="#用法"><span class="icon icon-link"></span></a>用法</h3><div class="wrap-body">
|
|
||||||
<pre class="language-shell"><code class="language-shell code-highlight"><span class="code-line"><span class="token function">chown</span> <span class="token punctuation">[</span>选项<span class="token punctuation">]</span> <span class="token punctuation">[</span>所有者<span class="token punctuation">]</span><span class="token punctuation">[</span>:<span class="token punctuation">[</span>组<span class="token punctuation">]</span><span class="token punctuation">]</span> 文件或目录名
|
<pre class="language-shell"><code class="language-shell code-highlight"><span class="code-line"><span class="token function">chown</span> <span class="token punctuation">[</span>选项<span class="token punctuation">]</span> <span class="token punctuation">[</span>所有者<span class="token punctuation">]</span><span class="token punctuation">[</span>:<span class="token punctuation">[</span>组<span class="token punctuation">]</span><span class="token punctuation">]</span> 文件或目录名
|
||||||
</span></code></pre>
|
</span></code></pre>
|
||||||
<h4 id="选项"><a aria-hidden="true" tabindex="-1" href="#选项"><span class="icon icon-link"></span></a>选项</h4>
|
<p>命令可以更改某个文件或目录的属主(owner),也可以同时更改其属组(group)</p>
|
||||||
|
<h4 id="示例"><a aria-hidden="true" tabindex="-1" href="#示例"><span class="icon icon-link"></span></a>示例</h4>
|
||||||
|
<pre class="language-shell"><code class="language-shell code-highlight"><span class="code-line">$ <span class="token function">chown</span> :groupname file1.txt
|
||||||
|
</span><span class="code-line">$ <span class="token function">chown</span> <span class="token parameter variable">-R</span> username:groupname *
|
||||||
|
</span><span class="code-line">$ <span class="token function">chown</span> <span class="token environment constant">$USER</span> file.txt
|
||||||
|
</span></code></pre>
|
||||||
|
<p><code>注意</code> 只有超级用户(root)才有权限改变文件或目录的所有者</p>
|
||||||
|
</div></div></div><div class="wrap h3body-not-exist"><div class="wrap-header h3wrap"><h3 id="选项"><a aria-hidden="true" tabindex="-1" href="#选项"><span class="icon icon-link"></span></a>选项</h3><div class="wrap-body">
|
||||||
<ul>
|
<ul>
|
||||||
<li><code>-c</code> : 显示更改的部分的信息</li>
|
<li><code>-c</code> : 显示更改的部分的信息</li>
|
||||||
<li><code>-f</code> : 忽略错误信息</li>
|
<li><code>-f</code> : 忽略错误信息</li>
|
||||||
@ -47,18 +52,63 @@
|
|||||||
<li><code>--help</code> : 显示辅助说明</li>
|
<li><code>--help</code> : 显示辅助说明</li>
|
||||||
<li><code>--version</code> : 显示版本</li>
|
<li><code>--version</code> : 显示版本</li>
|
||||||
</ul>
|
</ul>
|
||||||
</div></div></div></div></div><div class="wrap h2body-exist"><div class="wrap-header h2wrap"><h2 id="示例"><a aria-hidden="true" tabindex="-1" href="#示例"><span class="icon icon-link"></span></a>示例</h2><div class="wrap-body">
|
</div></div></div></div></div><div class="wrap h2body-exist"><div class="wrap-header h2wrap"><h2 id="示例-1"><a aria-hidden="true" tabindex="-1" href="#示例-1"><span class="icon icon-link"></span></a>示例</h2><div class="wrap-body">
|
||||||
</div></div><div class="h2wrap-body"><div class="wrap h3body-not-exist"><div class="wrap-header h3wrap"><h3 id="把-varrunhttpdpid-的所有者设为-root"><a aria-hidden="true" tabindex="-1" href="#把-varrunhttpdpid-的所有者设为-root"><span class="icon icon-link"></span></a>把 /var/run/httpd.pid 的所有者设为 root</h3><div class="wrap-body">
|
</div></div><div class="h2wrap-body"><div class="wrap h3body-exist"><div class="wrap-header h3wrap"><h3 id="更改文件所有者"><a aria-hidden="true" tabindex="-1" href="#更改文件所有者"><span class="icon icon-link"></span></a>更改文件所有者</h3><div class="wrap-body">
|
||||||
<pre class="language-shell"><code class="language-shell code-highlight"><span class="code-line"><span class="token function">chown</span> root /var/run/httpd.pid
|
<pre class="language-shell"><code class="language-shell code-highlight"><span class="code-line">$ <span class="token function">chown</span> root /var/run/httpd.pid
|
||||||
</span></code></pre>
|
</span></code></pre>
|
||||||
</div></div></div><div class="wrap h3body-not-exist"><div class="wrap-header h3wrap"><h3 id="将文件-file1txt-的拥有者设为-username-群体的使用者设为-groupname"><a aria-hidden="true" tabindex="-1" href="#将文件-file1txt-的拥有者设为-username-群体的使用者设为-groupname"><span class="icon icon-link"></span></a>将文件 file1.txt 的拥有者设为 username ,群体的使用者设为 groupname</h3><div class="wrap-body">
|
<p>把 <code>/var/run/httpd.pid</code> 的所有者设为 <code>root</code></p>
|
||||||
<pre class="language-shell"><code class="language-shell code-highlight"><span class="code-line"><span class="token function">chown</span> username:groupname file1.txt
|
<h4 id="仅更改所有者"><a aria-hidden="true" tabindex="-1" href="#仅更改所有者"><span class="icon icon-link"></span></a>仅更改所有者</h4>
|
||||||
|
<pre class="language-bash"><code class="language-bash code-highlight"><span class="code-line">$ <span class="token function">chown</span> new_owner file.txt
|
||||||
</span></code></pre>
|
</span></code></pre>
|
||||||
</div></div></div><div class="wrap h3body-not-exist"><div class="wrap-header h3wrap"><h3 id="将当前目录以及子目录的所有文件的拥有者设为-username-群体的使用者设为-groupname"><a aria-hidden="true" tabindex="-1" href="#将当前目录以及子目录的所有文件的拥有者设为-username-群体的使用者设为-groupname"><span class="icon icon-link"></span></a>将当前目录以及子目录的所有文件的拥有者设为 username ,群体的使用者设为 groupname</h3><div class="wrap-body">
|
</div></div></div><div class="wrap h3body-not-exist row-span-2"><div class="wrap-header h3wrap"><h3 id="递归更改目录及其内容的所有者"><a aria-hidden="true" tabindex="-1" href="#递归更改目录及其内容的所有者"><span class="icon icon-link"></span></a>递归更改目录及其内容的所有者</h3><div class="wrap-body">
|
||||||
<pre class="language-shell"><code class="language-shell code-highlight"><span class="code-line"><span class="token function">chown</span> <span class="token parameter variable">-R</span> username:groupname *
|
<!--rehype:wrap-class=row-span-2-->
|
||||||
|
<pre class="language-shell"><code class="language-shell code-highlight"><span class="code-line"><span class="token function">chown</span> <span class="token parameter variable">-R</span> new_owner:new_group directory/
|
||||||
</span></code></pre>
|
</span></code></pre>
|
||||||
</div></div></div><div class="wrap h3body-not-exist"><div class="wrap-header h3wrap"><h3 id="不修改文件-file1txt-的拥有者将文件使用群体改为-groupname"><a aria-hidden="true" tabindex="-1" href="#不修改文件-file1txt-的拥有者将文件使用群体改为-groupname"><span class="icon icon-link"></span></a>不修改文件 file1.txt 的拥有者,将文件使用群体改为 groupname</h3><div class="wrap-body">
|
<p>将文件夹 <code>directory</code> 的拥有者设为 <code>new_owner</code> ,群体的使用者设为 <code>new_group</code></p>
|
||||||
<pre class="language-shell"><code class="language-shell code-highlight"><span class="code-line"><span class="token function">chown</span> :groupname file1.txt
|
<pre class="language-shell"><code class="language-shell code-highlight"><span class="code-line">$ <span class="token function">chown</span> username:groupname file1.txt
|
||||||
|
</span></code></pre>
|
||||||
|
<p>将文件 file1.txt 的拥有者设为 <code>username</code> ,群体的使用者设为 <code>groupname</code></p>
|
||||||
|
<pre class="language-shell"><code class="language-shell code-highlight"><span class="code-line">$ <span class="token function">chown</span> <span class="token parameter variable">-R</span> username:groupname *
|
||||||
|
</span></code></pre>
|
||||||
|
<p>将当前目录以及子目录的所有文件的拥有者设为 <code>username</code> ,群体的使用者设为 <code>groupname</code></p>
|
||||||
|
</div></div></div><div class="wrap h3body-not-exist"><div class="wrap-header h3wrap"><h3 id="更改所有者为当前用户"><a aria-hidden="true" tabindex="-1" href="#更改所有者为当前用户"><span class="icon icon-link"></span></a>更改所有者为当前用户</h3><div class="wrap-body">
|
||||||
|
<pre class="language-bash"><code class="language-bash code-highlight"><span class="code-line">$ <span class="token function">chown</span> <span class="token environment constant">$USER</span> file.txt
|
||||||
|
</span></code></pre>
|
||||||
|
<p>递归更改目录及其内容的所有者为当前用户</p>
|
||||||
|
<pre class="language-bash"><code class="language-bash code-highlight"><span class="code-line"><span class="token function">sudo</span> <span class="token function">chown</span> <span class="token parameter variable">-R</span> <span class="token environment constant">$USER</span> directory/
|
||||||
|
</span></code></pre>
|
||||||
|
</div></div></div><div class="wrap h3body-not-exist"><div class="wrap-header h3wrap"><h3 id="递归并且不显示错误信息"><a aria-hidden="true" tabindex="-1" href="#递归并且不显示错误信息"><span class="icon icon-link"></span></a>递归并且不显示错误信息</h3><div class="wrap-body">
|
||||||
|
<pre class="language-bash"><code class="language-bash code-highlight"><span class="code-line"><span class="token function">chown</span> <span class="token parameter variable">-R</span> <span class="token parameter variable">-f</span> new_owner:new_group directory/
|
||||||
|
</span></code></pre>
|
||||||
|
<p>更改目录及其内容的所有者和组为 <code>alice</code></p>
|
||||||
|
<pre class="language-bash"><code class="language-bash code-highlight"><span class="code-line"><span class="token function">chown</span> <span class="token parameter variable">-R</span> alice: directory/
|
||||||
|
</span></code></pre>
|
||||||
|
</div></div></div><div class="wrap h3body-not-exist"><div class="wrap-header h3wrap"><h3 id="仅更改组"><a aria-hidden="true" tabindex="-1" href="#仅更改组"><span class="icon icon-link"></span></a>仅更改组</h3><div class="wrap-body">
|
||||||
|
<pre class="language-shell"><code class="language-shell code-highlight"><span class="code-line">$ <span class="token function">chown</span> :groupname file1.txt
|
||||||
|
</span></code></pre>
|
||||||
|
<p>不修改文件 <code>file1.txt</code> 的拥有者,将文件使用群体改为 <code>groupname</code></p>
|
||||||
|
</div></div></div><div class="wrap h3body-not-exist row-span-2"><div class="wrap-header h3wrap"><h3 id="变更符号链接的所有者"><a aria-hidden="true" tabindex="-1" href="#变更符号链接的所有者"><span class="icon icon-link"></span></a>变更符号链接的所有者</h3><div class="wrap-body">
|
||||||
|
<!--rehype:wrap-class=row-span-2-->
|
||||||
|
<pre class="language-bash"><code class="language-bash code-highlight"><span class="code-line">$ <span class="token function">chown</span> <span class="token parameter variable">-h</span> new_owner:new_group symlink
|
||||||
|
</span></code></pre>
|
||||||
|
<p>变更符号链接的所有者而不是链接指向的文件</p>
|
||||||
|
<pre class="language-bash"><code class="language-bash code-highlight"><span class="code-line">$ <span class="token function">chown</span> <span class="token parameter variable">-h</span> manager symlink
|
||||||
|
</span></code></pre>
|
||||||
|
<p>更改符号链接的所有者为"manager"</p>
|
||||||
|
</div></div></div><div class="wrap h3body-exist row-span-2"><div class="wrap-header h3wrap"><h3 id="更改所有者为根用户"><a aria-hidden="true" tabindex="-1" href="#更改所有者为根用户"><span class="icon icon-link"></span></a>更改所有者为根用户</h3><div class="wrap-body">
|
||||||
|
<!--rehype:wrap-class=row-span-2-->
|
||||||
|
<pre class="language-bash"><code class="language-bash code-highlight"><span class="code-line"><span class="token function">sudo</span> <span class="token function">chown</span> root:root file.txt
|
||||||
|
</span></code></pre>
|
||||||
|
<h4 id="递归更改所有者为当前用户"><a aria-hidden="true" tabindex="-1" href="#递归更改所有者为当前用户"><span class="icon icon-link"></span></a>递归更改所有者为当前用户</h4>
|
||||||
|
<pre class="language-bash"><code class="language-bash code-highlight"><span class="code-line"><span class="token function">sudo</span> <span class="token function">chown</span> <span class="token parameter variable">-R</span> <span class="token environment constant">$USER</span> directory/
|
||||||
|
</span><span class="code-line"><span class="token comment"># 更改目录及其内容的所有者和组为"alice":</span>
|
||||||
|
</span><span class="code-line"><span class="token function">chown</span> <span class="token parameter variable">-R</span> alice: directory/
|
||||||
|
</span></code></pre>
|
||||||
|
</div></div></div><div class="wrap h3body-not-exist"><div class="wrap-header h3wrap"><h3 id="将文件所有者更改为其他用户但保留组"><a aria-hidden="true" tabindex="-1" href="#将文件所有者更改为其他用户但保留组"><span class="icon icon-link"></span></a>将文件所有者更改为其他用户,但保留组</h3><div class="wrap-body">
|
||||||
|
<pre class="language-bash"><code class="language-bash code-highlight"><span class="code-line"><span class="token function">chown</span> new_owner file.txt
|
||||||
|
</span></code></pre>
|
||||||
|
</div></div></div><div class="wrap h3body-not-exist"><div class="wrap-header h3wrap"><h3 id="将文件所有者更改为其他用户同时更改组"><a aria-hidden="true" tabindex="-1" href="#将文件所有者更改为其他用户同时更改组"><span class="icon icon-link"></span></a>将文件所有者更改为其他用户,同时更改组</h3><div class="wrap-body">
|
||||||
|
<pre class="language-bash"><code class="language-bash code-highlight"><span class="code-line"><span class="token function">chown</span> new_owner:new_group file.txt
|
||||||
</span></code></pre>
|
</span></code></pre>
|
||||||
</div></div></div></div></div></div><script src="https://giscus.app/client.js" data-repo="jaywcjlove/reference" data-repo-id="R_kgDOID2-Mw" data-category="Q&A" data-category-id="DIC_kwDOID2-M84CS5wo" data-mapping="pathname" data-strict="0" data-reactions-enabled="1" data-emit-metadata="0" data-input-position="bottom" data-theme="dark" data-lang="zh-CN" crossorigin="anonymous" async></script><div class="giscus"></div></div><footer class="footer-wrap"><footer class="max-container">© 2022 Kenny Wang.</footer></footer><script src="../data.js?v=1.5.2" defer></script><script src="../js/fuse.min.js?v=1.5.2" defer></script><script src="../js/main.js?v=1.5.2" defer></script><div id="mysearch"><div class="mysearch-box"><div class="mysearch-input"><div><svg xmlns="http://www.w3.org/2000/svg" height="1em" width="1em" viewBox="0 0 18 18">
|
</div></div></div></div></div></div><script src="https://giscus.app/client.js" data-repo="jaywcjlove/reference" data-repo-id="R_kgDOID2-Mw" data-category="Q&A" data-category-id="DIC_kwDOID2-M84CS5wo" data-mapping="pathname" data-strict="0" data-reactions-enabled="1" data-emit-metadata="0" data-input-position="bottom" data-theme="dark" data-lang="zh-CN" crossorigin="anonymous" async></script><div class="giscus"></div></div><footer class="footer-wrap"><footer class="max-container">© 2022 Kenny Wang.</footer></footer><script src="../data.js?v=1.5.2" defer></script><script src="../js/fuse.min.js?v=1.5.2" defer></script><script src="../js/main.js?v=1.5.2" defer></script><div id="mysearch"><div class="mysearch-box"><div class="mysearch-input"><div><svg xmlns="http://www.w3.org/2000/svg" height="1em" width="1em" viewBox="0 0 18 18">
|
||||||
<path fill="currentColor" d="M17.71,16.29 L14.31,12.9 C15.4069846,11.5024547 16.0022094,9.77665502 16,8 C16,3.581722 12.418278,0 8,0 C3.581722,0 0,3.581722 0,8 C0,12.418278 3.581722,16 8,16 C9.77665502,16.0022094 11.5024547,15.4069846 12.9,14.31 L16.29,17.71 C16.4777666,17.8993127 16.7333625,18.0057983 17,18.0057983 C17.2666375,18.0057983 17.5222334,17.8993127 17.71,17.71 C17.8993127,17.5222334 18.0057983,17.2666375 18.0057983,17 C18.0057983,16.7333625 17.8993127,16.4777666 17.71,16.29 Z M2,8 C2,4.6862915 4.6862915,2 8,2 C11.3137085,2 14,4.6862915 14,8 C14,11.3137085 11.3137085,14 8,14 C4.6862915,14 2,11.3137085 2,8 Z"></path>
|
<path fill="currentColor" d="M17.71,16.29 L14.31,12.9 C15.4069846,11.5024547 16.0022094,9.77665502 16,8 C16,3.581722 12.418278,0 8,0 C3.581722,0 0,3.581722 0,8 C0,12.418278 3.581722,16 8,16 C9.77665502,16.0022094 11.5024547,15.4069846 12.9,14.31 L16.29,17.71 C16.4777666,17.8993127 16.7333625,18.0057983 17,18.0057983 C17.2666375,18.0057983 17.5222334,17.8993127 17.71,17.71 C17.8993127,17.5222334 18.0057983,17.2666375 18.0057983,17 C18.0057983,16.7333625 17.8993127,16.4777666 17.71,16.29 Z M2,8 C2,4.6862915 4.6862915,2 8,2 C11.3137085,2 14,4.6862915 14,8 C14,11.3137085 11.3137085,14 8,14 C4.6862915,14 2,11.3137085 2,8 Z"></path>
|
||||||
|
504
index.html
504
index.html
@ -840,20 +840,20 @@
|
|||||||
<a href="https://github.com/Alex-Programmer-Bro" title="Alex">
|
<a href="https://github.com/Alex-Programmer-Bro" title="Alex">
|
||||||
<img src="https://avatars.githubusercontent.com/u/115539090?v=4" width="42;" alt="Alex">
|
<img src="https://avatars.githubusercontent.com/u/115539090?v=4" width="42;" alt="Alex">
|
||||||
</a>
|
</a>
|
||||||
<a href="https://github.com/LufsX" title="LufsX">
|
<a href="https://github.com/eryajf" title="二丫讲梵">
|
||||||
<img src="https://avatars.githubusercontent.com/u/33221883?v=4" width="42;" alt="LufsX">
|
<img src="https://avatars.githubusercontent.com/u/33259379?v=4" width="42;" alt="二丫讲梵">
|
||||||
</a>
|
|
||||||
<a href="https://github.com/mailbaoer" title="baoer">
|
|
||||||
<img src="https://avatars.githubusercontent.com/u/5282978?v=4" width="42;" alt="baoer">
|
|
||||||
</a>
|
|
||||||
<a href="https://github.com/expoli" title="expoli">
|
|
||||||
<img src="https://avatars.githubusercontent.com/u/31023767?v=4" width="42;" alt="expoli">
|
|
||||||
</a>
|
</a>
|
||||||
<a href="https://github.com/k23223" title="k23223">
|
<a href="https://github.com/k23223" title="k23223">
|
||||||
<img src="https://avatars.githubusercontent.com/u/57606136?v=4" width="42;" alt="k23223">
|
<img src="https://avatars.githubusercontent.com/u/57606136?v=4" width="42;" alt="k23223">
|
||||||
</a>
|
</a>
|
||||||
<a href="https://github.com/eryajf" title="二丫讲梵">
|
<a href="https://github.com/expoli" title="expoli">
|
||||||
<img src="https://avatars.githubusercontent.com/u/33259379?v=4" width="42;" alt="二丫讲梵">
|
<img src="https://avatars.githubusercontent.com/u/31023767?v=4" width="42;" alt="expoli">
|
||||||
|
</a>
|
||||||
|
<a href="https://github.com/mailbaoer" title="baoer">
|
||||||
|
<img src="https://avatars.githubusercontent.com/u/5282978?v=4" width="42;" alt="baoer">
|
||||||
|
</a>
|
||||||
|
<a href="https://github.com/LufsX" title="LufsX">
|
||||||
|
<img src="https://avatars.githubusercontent.com/u/33221883?v=4" width="42;" alt="LufsX">
|
||||||
</a>
|
</a>
|
||||||
<a href="https://github.com/LiuYuan-SHU" title="Yuan Liu">
|
<a href="https://github.com/LiuYuan-SHU" title="Yuan Liu">
|
||||||
<img src="https://avatars.githubusercontent.com/u/96400967?v=4" width="42;" alt="Yuan Liu">
|
<img src="https://avatars.githubusercontent.com/u/96400967?v=4" width="42;" alt="Yuan Liu">
|
||||||
@ -864,218 +864,56 @@
|
|||||||
<a href="https://github.com/MackDing" title="Blossom">
|
<a href="https://github.com/MackDing" title="Blossom">
|
||||||
<img src="https://avatars.githubusercontent.com/u/19878893?v=4" width="42;" alt="Blossom">
|
<img src="https://avatars.githubusercontent.com/u/19878893?v=4" width="42;" alt="Blossom">
|
||||||
</a>
|
</a>
|
||||||
|
<a href="https://github.com/undefined-hestudio" title="undefined">
|
||||||
|
<img src="https://avatars.githubusercontent.com/u/119711513?v=4" width="42;" alt="undefined">
|
||||||
|
</a>
|
||||||
<a href="https://github.com/Darkiiiiiice" title="Darkiiiiiice">
|
<a href="https://github.com/Darkiiiiiice" title="Darkiiiiiice">
|
||||||
<img src="https://avatars.githubusercontent.com/u/3959555?v=4" width="42;" alt="Darkiiiiiice">
|
<img src="https://avatars.githubusercontent.com/u/3959555?v=4" width="42;" alt="Darkiiiiiice">
|
||||||
</a>
|
</a>
|
||||||
<a href="https://github.com/qyl27" title="秋 雨落">
|
<a href="https://github.com/qyl27" title="秋 雨落">
|
||||||
<img src="https://avatars.githubusercontent.com/u/53731501?v=4" width="42;" alt="秋 雨落">
|
<img src="https://avatars.githubusercontent.com/u/53731501?v=4" width="42;" alt="秋 雨落">
|
||||||
</a>
|
</a>
|
||||||
<a href="https://github.com/undefined-hestudio" title="undefined">
|
<a href="https://github.com/lvelvee" title="Lve Lvee">
|
||||||
<img src="https://avatars.githubusercontent.com/u/119711513?v=4" width="42;" alt="undefined">
|
<img src="https://avatars.githubusercontent.com/u/25785753?v=4" width="42;" alt="Lve Lvee">
|
||||||
</a>
|
|
||||||
<a href="https://github.com/webeautiful" title="Albert">
|
|
||||||
<img src="https://avatars.githubusercontent.com/u/3364316?v=4" width="42;" alt="Albert">
|
|
||||||
</a>
|
|
||||||
<a href="https://github.com/dadatom" title="Da Da">
|
|
||||||
<img src="https://avatars.githubusercontent.com/u/33886943?v=4" width="42;" alt="Da Da">
|
|
||||||
</a>
|
|
||||||
<a href="https://github.com/ljq" title="Jack Liu">
|
|
||||||
<img src="https://avatars.githubusercontent.com/u/7278286?v=4" width="42;" alt="Jack Liu">
|
|
||||||
</a>
|
|
||||||
<a href="https://github.com/XYZscratcher" title="XYZ">
|
|
||||||
<img src="https://avatars.githubusercontent.com/u/108533817?v=4" width="42;" alt="XYZ">
|
|
||||||
</a>
|
|
||||||
<a href="https://github.com/greyhao" title="greyhao">
|
|
||||||
<img src="https://avatars.githubusercontent.com/u/107107440?v=4" width="42;" alt="greyhao">
|
|
||||||
</a>
|
|
||||||
<a href="https://github.com/1834423612" title="kjch">
|
|
||||||
<img src="https://avatars.githubusercontent.com/u/49981661?v=4" width="42;" alt="kjch">
|
|
||||||
</a>
|
|
||||||
<a href="https://github.com/mancuoj" title="mancuoj">
|
|
||||||
<img src="https://avatars.githubusercontent.com/u/45707684?v=4" width="42;" alt="mancuoj">
|
|
||||||
</a>
|
|
||||||
<a href="https://github.com/pangxiaoli" title="pangxiaoli">
|
|
||||||
<img src="https://avatars.githubusercontent.com/u/54620953?v=4" width="42;" alt="pangxiaoli">
|
|
||||||
</a>
|
|
||||||
<a href="https://github.com/partoneplay" title="partoneplay">
|
|
||||||
<img src="https://avatars.githubusercontent.com/u/5189132?v=4" width="42;" alt="partoneplay">
|
|
||||||
</a>
|
|
||||||
<a href="https://github.com/ryanhex53" title="ryanhex53">
|
|
||||||
<img src="https://avatars.githubusercontent.com/u/360426?v=4" width="42;" alt="ryanhex53">
|
|
||||||
</a>
|
|
||||||
<a href="https://github.com/catcto" title="catcto">
|
|
||||||
<img src="https://avatars.githubusercontent.com/u/5467932?v=4" width="42;" alt="catcto">
|
|
||||||
</a>
|
|
||||||
<a href="https://github.com/itldg" title="老大哥">
|
|
||||||
<img src="https://avatars.githubusercontent.com/u/13432299?v=4" width="42;" alt="老大哥">
|
|
||||||
</a>
|
</a>
|
||||||
<a href="https://github.com/wsypower" title="魏">
|
<a href="https://github.com/wsypower" title="魏">
|
||||||
<img src="https://avatars.githubusercontent.com/u/31298317?v=4" width="42;" alt="魏">
|
<img src="https://avatars.githubusercontent.com/u/31298317?v=4" width="42;" alt="魏">
|
||||||
</a>
|
</a>
|
||||||
<a href="https://github.com/lvelvee" title="Lve Lvee">
|
<a href="https://github.com/itldg" title="老大哥">
|
||||||
<img src="https://avatars.githubusercontent.com/u/25785753?v=4" width="42;" alt="Lve Lvee">
|
<img src="https://avatars.githubusercontent.com/u/13432299?v=4" width="42;" alt="老大哥">
|
||||||
</a>
|
</a>
|
||||||
<a href="https://github.com/13812700839" title="花殇">
|
<a href="https://github.com/catcto" title="catcto">
|
||||||
<img src="https://avatars.githubusercontent.com/u/58072506?v=4" width="42;" alt="花殇">
|
<img src="https://avatars.githubusercontent.com/u/5467932?v=4" width="42;" alt="catcto">
|
||||||
</a>
|
</a>
|
||||||
<a href="https://github.com/dousha0w0" title="dousha0w0">
|
<a href="https://github.com/ryanhex53" title="ryanhex53">
|
||||||
<img src="https://avatars.githubusercontent.com/u/52566311?v=4" width="42;" alt="dousha0w0">
|
<img src="https://avatars.githubusercontent.com/u/360426?v=4" width="42;" alt="ryanhex53">
|
||||||
</a>
|
</a>
|
||||||
<a href="https://github.com/Brid9e" title="Joe">
|
<a href="https://github.com/partoneplay" title="partoneplay">
|
||||||
<img src="https://avatars.githubusercontent.com/u/85558909?v=4" width="42;" alt="Joe">
|
<img src="https://avatars.githubusercontent.com/u/5189132?v=4" width="42;" alt="partoneplay">
|
||||||
</a>
|
</a>
|
||||||
<a href="https://github.com/ch3nnn" title="chentong">
|
<a href="https://github.com/pangxiaoli" title="pangxiaoli">
|
||||||
<img src="https://avatars.githubusercontent.com/u/40114564?v=4" width="42;" alt="chentong">
|
<img src="https://avatars.githubusercontent.com/u/54620953?v=4" width="42;" alt="pangxiaoli">
|
||||||
</a>
|
</a>
|
||||||
<a href="https://github.com/CharlotteZeng" title="hanchZ">
|
<a href="https://github.com/mancuoj" title="mancuoj">
|
||||||
<img src="https://avatars.githubusercontent.com/u/19461184?v=4" width="42;" alt="hanchZ">
|
<img src="https://avatars.githubusercontent.com/u/45707684?v=4" width="42;" alt="mancuoj">
|
||||||
</a>
|
</a>
|
||||||
<a href="https://github.com/ohto-ai" title="Choo">
|
<a href="https://github.com/1834423612" title="kjch">
|
||||||
<img src="https://avatars.githubusercontent.com/u/46275725?v=4" width="42;" alt="Choo">
|
<img src="https://avatars.githubusercontent.com/u/49981661?v=4" width="42;" alt="kjch">
|
||||||
</a>
|
</a>
|
||||||
<a href="https://github.com/Damao2250" title="Damao">
|
<a href="https://github.com/greyhao" title="greyhao">
|
||||||
<img src="https://avatars.githubusercontent.com/u/19251992?v=4" width="42;" alt="Damao">
|
<img src="https://avatars.githubusercontent.com/u/107107440?v=4" width="42;" alt="greyhao">
|
||||||
</a>
|
</a>
|
||||||
<a href="https://github.com/dasferco" title="Dasferco">
|
<a href="https://github.com/XYZscratcher" title="XYZ">
|
||||||
<img src="https://avatars.githubusercontent.com/u/92622404?v=4" width="42;" alt="Dasferco">
|
<img src="https://avatars.githubusercontent.com/u/108533817?v=4" width="42;" alt="XYZ">
|
||||||
</a>
|
</a>
|
||||||
<a href="https://github.com/demigodliu" title="DemigodLiu">
|
<a href="https://github.com/ljq" title="Jack Liu">
|
||||||
<img src="https://avatars.githubusercontent.com/u/30372735?v=4" width="42;" alt="DemigodLiu">
|
<img src="https://avatars.githubusercontent.com/u/7278286?v=4" width="42;" alt="Jack Liu">
|
||||||
</a>
|
</a>
|
||||||
<a href="https://github.com/eeeeeio" title="EEEEE">
|
<a href="https://github.com/dadatom" title="Da Da">
|
||||||
<img src="https://avatars.githubusercontent.com/u/20723545?v=4" width="42;" alt="EEEEE">
|
<img src="https://avatars.githubusercontent.com/u/33886943?v=4" width="42;" alt="Da Da">
|
||||||
</a>
|
</a>
|
||||||
<a href="https://github.com/sirius-fan" title="Fan">
|
<a href="https://github.com/webeautiful" title="Albert">
|
||||||
<img src="https://avatars.githubusercontent.com/u/25720015?v=4" width="42;" alt="Fan">
|
<img src="https://avatars.githubusercontent.com/u/3364316?v=4" width="42;" alt="Albert">
|
||||||
</a>
|
|
||||||
<a href="https://github.com/Fuku-L" title="Fuku-L">
|
|
||||||
<img src="https://avatars.githubusercontent.com/u/38535911?v=4" width="42;" alt="Fuku-L">
|
|
||||||
</a>
|
|
||||||
<a href="https://github.com/gongyeheyu" title="GONGYE Heyu">
|
|
||||||
<img src="https://avatars.githubusercontent.com/u/85177605?v=4" width="42;" alt="GONGYE Heyu">
|
|
||||||
</a>
|
|
||||||
<a href="https://github.com/Ding-Kyoma" title="HooinKyoma">
|
|
||||||
<img src="https://avatars.githubusercontent.com/u/44542198?v=4" width="42;" alt="HooinKyoma">
|
|
||||||
</a>
|
|
||||||
<a href="https://github.com/jasnzhuang" title="Jason Zhuang">
|
|
||||||
<img src="https://avatars.githubusercontent.com/u/16612921?v=4" width="42;" alt="Jason Zhuang">
|
|
||||||
</a>
|
|
||||||
<a href="https://github.com/JetSquirrel" title="JetSquirrel">
|
|
||||||
<img src="https://avatars.githubusercontent.com/u/20291255?v=4" width="42;" alt="JetSquirrel">
|
|
||||||
</a>
|
|
||||||
<a href="https://github.com/LightQuanta" title="Light_Quanta">
|
|
||||||
<img src="https://avatars.githubusercontent.com/u/18213217?v=4" width="42;" alt="Light_Quanta">
|
|
||||||
</a>
|
|
||||||
<a href="https://github.com/Lihuagreek" title="Lihuagreek">
|
|
||||||
<img src="https://avatars.githubusercontent.com/u/51040740?v=4" width="42;" alt="Lihuagreek">
|
|
||||||
</a>
|
|
||||||
<a href="https://github.com/likeshop-github" title="LikeShop技术社区">
|
|
||||||
<img src="https://avatars.githubusercontent.com/u/77180968?v=4" width="42;" alt="LikeShop技术社区">
|
|
||||||
</a>
|
|
||||||
<a href="https://github.com/mariuszmichalowski" title="Mariusz Michalowski">
|
|
||||||
<img src="https://avatars.githubusercontent.com/u/92091891?v=4" width="42;" alt="Mariusz Michalowski">
|
|
||||||
</a>
|
|
||||||
<a href="https://github.com/malcolmyu" title="Minghao Yu">
|
|
||||||
<img src="https://avatars.githubusercontent.com/u/3203962?v=4" width="42;" alt="Minghao Yu">
|
|
||||||
</a>
|
|
||||||
<a href="https://github.com/Moeyuuko" title="Moeyuuko">
|
|
||||||
<img src="https://avatars.githubusercontent.com/u/14266681?v=4" width="42;" alt="Moeyuuko">
|
|
||||||
</a>
|
|
||||||
<a href="https://github.com/mo3et" title="Monet Lee">
|
|
||||||
<img src="https://avatars.githubusercontent.com/u/34803812?v=4" width="42;" alt="Monet Lee">
|
|
||||||
</a>
|
|
||||||
<a href="https://github.com/HanaNoryu" title="Noryu">
|
|
||||||
<img src="https://avatars.githubusercontent.com/u/109856546?v=4" width="42;" alt="Noryu">
|
|
||||||
</a>
|
|
||||||
<a href="https://github.com/PILIHU2022" title="PILIHU2022">
|
|
||||||
<img src="https://avatars.githubusercontent.com/u/100511118?v=4" width="42;" alt="PILIHU2022">
|
|
||||||
</a>
|
|
||||||
<a href="https://github.com/Perzch" title="Perzch">
|
|
||||||
<img src="https://avatars.githubusercontent.com/u/67987641?v=4" width="42;" alt="Perzch">
|
|
||||||
</a>
|
|
||||||
<a href="https://github.com/PipecraftNet" title="Pipecraft">
|
|
||||||
<img src="https://avatars.githubusercontent.com/u/88728670?v=4" width="42;" alt="Pipecraft">
|
|
||||||
</a>
|
|
||||||
<a href="https://github.com/sevenleave" title="Poirot Hercule">
|
|
||||||
<img src="https://avatars.githubusercontent.com/u/24411140?v=4" width="42;" alt="Poirot Hercule">
|
|
||||||
</a>
|
|
||||||
<a href="https://github.com/QDelta" title="QDelta">
|
|
||||||
<img src="https://avatars.githubusercontent.com/u/60222316?v=4" width="42;" alt="QDelta">
|
|
||||||
</a>
|
|
||||||
<a href="https://github.com/RivailleF" title="RivailleF">
|
|
||||||
<img src="https://avatars.githubusercontent.com/u/93083015?v=4" width="42;" alt="RivailleF">
|
|
||||||
</a>
|
|
||||||
<a href="https://github.com/qinxiongzhou" title="Ryan Zhou">
|
|
||||||
<img src="https://avatars.githubusercontent.com/u/33239096?v=4" width="42;" alt="Ryan Zhou">
|
|
||||||
</a>
|
|
||||||
<a href="https://github.com/SkylarLeo" title="SkylarLeo">
|
|
||||||
<img src="https://avatars.githubusercontent.com/u/107191230?v=4" width="42;" alt="SkylarLeo">
|
|
||||||
</a>
|
|
||||||
<a href="https://github.com/YLee9527" title="Terry Young">
|
|
||||||
<img src="https://avatars.githubusercontent.com/u/18697332?v=4" width="42;" alt="Terry Young">
|
|
||||||
</a>
|
|
||||||
<a href="https://github.com/whb1998a" title="WHB">
|
|
||||||
<img src="https://avatars.githubusercontent.com/u/44045064?v=4" width="42;" alt="WHB">
|
|
||||||
</a>
|
|
||||||
<a href="https://github.com/BATTLEHAWK00" title="While True: learn()">
|
|
||||||
<img src="https://avatars.githubusercontent.com/u/45313304?v=4" width="42;" alt="While True: learn()">
|
|
||||||
</a>
|
|
||||||
<a href="https://github.com/hi-liyan" title="嘉木旅人">
|
|
||||||
<img src="https://avatars.githubusercontent.com/u/40056492?v=4" width="42;" alt="嘉木旅人">
|
|
||||||
</a>
|
|
||||||
<a href="https://github.com/Yo-gurts" title="Yogurt">
|
|
||||||
<img src="https://avatars.githubusercontent.com/u/44612841?v=4" width="42;" alt="Yogurt">
|
|
||||||
</a>
|
|
||||||
<a href="https://github.com/dfshizhiqiang" title="Zech">
|
|
||||||
<img src="https://avatars.githubusercontent.com/u/7030019?v=4" width="42;" alt="Zech">
|
|
||||||
</a>
|
|
||||||
<a href="https://github.com/yikuaibro" title="yikuaibro">
|
|
||||||
<img src="https://avatars.githubusercontent.com/u/44493045?v=4" width="42;" alt="yikuaibro">
|
|
||||||
</a>
|
|
||||||
<a href="https://github.com/zhu0629" title="cc">
|
|
||||||
<img src="https://avatars.githubusercontent.com/u/13188450?v=4" width="42;" alt="cc">
|
|
||||||
</a>
|
|
||||||
<a href="https://github.com/Leaderzhangyi" title="ZinkCas">
|
|
||||||
<img src="https://avatars.githubusercontent.com/u/46915666?v=4" width="42;" alt="ZinkCas">
|
|
||||||
</a>
|
|
||||||
<a href="https://github.com/y52y" title="Zyj">
|
|
||||||
<img src="https://avatars.githubusercontent.com/u/51304324?v=4" width="42;" alt="Zyj">
|
|
||||||
</a>
|
|
||||||
<a href="https://github.com/Lmmmmmm-bb" title="_lmmmmmm">
|
|
||||||
<img src="https://avatars.githubusercontent.com/u/54026110?v=4" width="42;" alt="_lmmmmmm">
|
|
||||||
</a>
|
|
||||||
<a href="https://github.com/zlfyuan" title="bgbgPang">
|
|
||||||
<img src="https://avatars.githubusercontent.com/u/19658018?v=4" width="42;" alt="bgbgPang">
|
|
||||||
</a>
|
|
||||||
<a href="https://github.com/chyok" title="chyok">
|
|
||||||
<img src="https://avatars.githubusercontent.com/u/32629225?v=4" width="42;" alt="chyok">
|
|
||||||
</a>
|
|
||||||
<a href="https://github.com/gaoxiaoduan" title="CoderDuan">
|
|
||||||
<img src="https://avatars.githubusercontent.com/u/69953511?v=4" width="42;" alt="CoderDuan">
|
|
||||||
</a>
|
|
||||||
<a href="https://github.com/cool9203" title="cool9203">
|
|
||||||
<img src="https://avatars.githubusercontent.com/u/29609607?v=4" width="42;" alt="cool9203">
|
|
||||||
</a>
|
|
||||||
<a href="https://github.com/fakevn" title="fakevn">
|
|
||||||
<img src="https://avatars.githubusercontent.com/u/11464386?v=4" width="42;" alt="fakevn">
|
|
||||||
</a>
|
|
||||||
<a href="https://github.com/fjqz177" title="fjqz177">
|
|
||||||
<img src="https://avatars.githubusercontent.com/u/83070583?v=4" width="42;" alt="fjqz177">
|
|
||||||
</a>
|
|
||||||
<a href="https://github.com/gi-b716" title="gi-b716">
|
|
||||||
<img src="https://avatars.githubusercontent.com/u/78394473?v=4" width="42;" alt="gi-b716">
|
|
||||||
</a>
|
|
||||||
<a href="https://github.com/godotc" title="godot42">
|
|
||||||
<img src="https://avatars.githubusercontent.com/u/79260851?v=4" width="42;" alt="godot42">
|
|
||||||
</a>
|
|
||||||
<a href="https://github.com/sunny0826" title="Xudong Guo">
|
|
||||||
<img src="https://avatars.githubusercontent.com/u/24563928?v=4" width="42;" alt="Xudong Guo">
|
|
||||||
</a>
|
|
||||||
<a href="https://github.com/gzttcydxx" title="gzttcydxx">
|
|
||||||
<img src="https://avatars.githubusercontent.com/u/50025185?v=4" width="42;" alt="gzttcydxx">
|
|
||||||
</a>
|
|
||||||
<a href="https://github.com/hua03" title="hua03">
|
|
||||||
<img src="https://avatars.githubusercontent.com/u/19561959?v=4" width="42;" alt="hua03">
|
|
||||||
</a>
|
</a>
|
||||||
<a href="https://github.com/yanxuplay" title="hupilan">
|
<a href="https://github.com/yanxuplay" title="hupilan">
|
||||||
<img src="https://avatars.githubusercontent.com/u/69749541?v=4" width="42;" alt="hupilan">
|
<img src="https://avatars.githubusercontent.com/u/69749541?v=4" width="42;" alt="hupilan">
|
||||||
@ -1110,71 +948,233 @@
|
|||||||
<a href="https://github.com/larry-xue" title="larry">
|
<a href="https://github.com/larry-xue" title="larry">
|
||||||
<img src="https://avatars.githubusercontent.com/u/48818060?v=4" width="42;" alt="larry">
|
<img src="https://avatars.githubusercontent.com/u/48818060?v=4" width="42;" alt="larry">
|
||||||
</a>
|
</a>
|
||||||
<a href="https://github.com/liliangrong777" title="liliangrong777">
|
<a href="https://github.com/hua03" title="hua03">
|
||||||
<img src="https://avatars.githubusercontent.com/u/58727146?v=4" width="42;" alt="liliangrong777">
|
<img src="https://avatars.githubusercontent.com/u/19561959?v=4" width="42;" alt="hua03">
|
||||||
</a>
|
</a>
|
||||||
<a href="https://github.com/lykjjj" title="lykjjj">
|
<a href="https://github.com/gzttcydxx" title="gzttcydxx">
|
||||||
<img src="https://avatars.githubusercontent.com/u/58510058?v=4" width="42;" alt="lykjjj">
|
<img src="https://avatars.githubusercontent.com/u/50025185?v=4" width="42;" alt="gzttcydxx">
|
||||||
</a>
|
</a>
|
||||||
<a href="https://github.com/miclon-dev" title="miclon-dev">
|
<a href="https://github.com/sunny0826" title="Xudong Guo">
|
||||||
<img src="https://avatars.githubusercontent.com/u/111753685?v=4" width="42;" alt="miclon-dev">
|
<img src="https://avatars.githubusercontent.com/u/24563928?v=4" width="42;" alt="Xudong Guo">
|
||||||
</a>
|
</a>
|
||||||
<a href="https://github.com/onewesong" title="onewesong">
|
<a href="https://github.com/godotc" title="godot42">
|
||||||
<img src="https://avatars.githubusercontent.com/u/17920822?v=4" width="42;" alt="onewesong">
|
<img src="https://avatars.githubusercontent.com/u/79260851?v=4" width="42;" alt="godot42">
|
||||||
</a>
|
</a>
|
||||||
<a href="https://github.com/phygerr" title="phygerr">
|
<a href="https://github.com/gi-b716" title="gi-b716">
|
||||||
<img src="https://avatars.githubusercontent.com/u/42068889?v=4" width="42;" alt="phygerr">
|
<img src="https://avatars.githubusercontent.com/u/78394473?v=4" width="42;" alt="gi-b716">
|
||||||
</a>
|
</a>
|
||||||
<a href="https://github.com/Mowmowj" title="nexo">
|
<a href="https://github.com/fjqz177" title="fjqz177">
|
||||||
<img src="https://avatars.githubusercontent.com/u/24759562?v=4" width="42;" alt="nexo">
|
<img src="https://avatars.githubusercontent.com/u/83070583?v=4" width="42;" alt="fjqz177">
|
||||||
</a>
|
</a>
|
||||||
<a href="https://github.com/swift-fs" title="swift">
|
<a href="https://github.com/fakevn" title="fakevn">
|
||||||
<img src="https://avatars.githubusercontent.com/u/77133741?v=4" width="42;" alt="swift">
|
<img src="https://avatars.githubusercontent.com/u/11464386?v=4" width="42;" alt="fakevn">
|
||||||
</a>
|
</a>
|
||||||
<a href="https://github.com/wannima66" title="tmen">
|
<a href="https://github.com/cool9203" title="cool9203">
|
||||||
<img src="https://avatars.githubusercontent.com/u/26410255?v=4" width="42;" alt="tmen">
|
<img src="https://avatars.githubusercontent.com/u/29609607?v=4" width="42;" alt="cool9203">
|
||||||
</a>
|
</a>
|
||||||
<a href="https://github.com/wjjwkwindy" title="Hudson Alen">
|
<a href="https://github.com/gaoxiaoduan" title="CoderDuan">
|
||||||
<img src="https://avatars.githubusercontent.com/u/9508591?v=4" width="42;" alt="Hudson Alen">
|
<img src="https://avatars.githubusercontent.com/u/69953511?v=4" width="42;" alt="CoderDuan">
|
||||||
</a>
|
</a>
|
||||||
<a href="https://github.com/xing133" title="xing133">
|
<a href="https://github.com/chyok" title="chyok">
|
||||||
<img src="https://avatars.githubusercontent.com/u/5336490?v=4" width="42;" alt="xing133">
|
<img src="https://avatars.githubusercontent.com/u/32629225?v=4" width="42;" alt="chyok">
|
||||||
</a>
|
</a>
|
||||||
<a href="https://github.com/hiyms" title="yms">
|
<a href="https://github.com/Moeyuuko" title="Moeyuuko">
|
||||||
<img src="https://avatars.githubusercontent.com/u/84654050?v=4" width="42;" alt="yms">
|
<img src="https://avatars.githubusercontent.com/u/14266681?v=4" width="42;" alt="Moeyuuko">
|
||||||
</a>
|
</a>
|
||||||
<a href="https://github.com/zhouhw0306" title="zhouhw0306">
|
<a href="https://github.com/Zeng-qh" title="都一样">
|
||||||
<img src="https://avatars.githubusercontent.com/u/82752681?v=4" width="42;" alt="zhouhw0306">
|
<img src="https://avatars.githubusercontent.com/u/40046415?v=4" width="42;" alt="都一样">
|
||||||
</a>
|
|
||||||
<a href="https://github.com/zxx457" title="zxx457">
|
|
||||||
<img src="https://avatars.githubusercontent.com/u/114141362?v=4" width="42;" alt="zxx457">
|
|
||||||
</a>
|
|
||||||
<a href="https://github.com/lvzhenbo" title="吕振波">
|
|
||||||
<img src="https://avatars.githubusercontent.com/u/32427677?v=4" width="42;" alt="吕振波">
|
|
||||||
</a>
|
|
||||||
<a href="https://github.com/LuckyJie12" title="夜未央">
|
|
||||||
<img src="https://avatars.githubusercontent.com/u/102901105?v=4" width="42;" alt="夜未央">
|
|
||||||
</a>
|
|
||||||
<a href="https://github.com/ZIDOUZI" title="ZIDOUZI">
|
|
||||||
<img src="https://avatars.githubusercontent.com/u/53157536?v=4" width="42;" alt="ZIDOUZI">
|
|
||||||
</a>
|
|
||||||
<a href="https://github.com/lisheng741" title="芦荟柚子茶">
|
|
||||||
<img src="https://avatars.githubusercontent.com/u/53617305?v=4" width="42;" alt="芦荟柚子茶">
|
|
||||||
</a>
|
|
||||||
<a href="https://github.com/HuaChan233" title="花开花落">
|
|
||||||
<img src="https://avatars.githubusercontent.com/u/75212820?v=4" width="42;" alt="花开花落">
|
|
||||||
</a>
|
|
||||||
<a href="https://github.com/1250422131" title="萌新杰少">
|
|
||||||
<img src="https://avatars.githubusercontent.com/u/52126790?v=4" width="42;" alt="萌新杰少">
|
|
||||||
</a>
|
|
||||||
<a href="https://github.com/qwxingzhe" title="行者">
|
|
||||||
<img src="https://avatars.githubusercontent.com/u/7071651?v=4" width="42;" alt="行者">
|
|
||||||
</a>
|
</a>
|
||||||
<a href="https://github.com/binscor" title="Zheng Nai Bin">
|
<a href="https://github.com/binscor" title="Zheng Nai Bin">
|
||||||
<img src="https://avatars.githubusercontent.com/u/37325821?v=4" width="42;" alt="Zheng Nai Bin">
|
<img src="https://avatars.githubusercontent.com/u/37325821?v=4" width="42;" alt="Zheng Nai Bin">
|
||||||
</a>
|
</a>
|
||||||
<a href="https://github.com/Zeng-qh" title="都一样">
|
<a href="https://github.com/qwxingzhe" title="行者">
|
||||||
<img src="https://avatars.githubusercontent.com/u/40046415?v=4" width="42;" alt="都一样">
|
<img src="https://avatars.githubusercontent.com/u/7071651?v=4" width="42;" alt="行者">
|
||||||
|
</a>
|
||||||
|
<a href="https://github.com/1250422131" title="萌新杰少">
|
||||||
|
<img src="https://avatars.githubusercontent.com/u/52126790?v=4" width="42;" alt="萌新杰少">
|
||||||
|
</a>
|
||||||
|
<a href="https://github.com/HuaChan233" title="花开花落">
|
||||||
|
<img src="https://avatars.githubusercontent.com/u/75212820?v=4" width="42;" alt="花开花落">
|
||||||
|
</a>
|
||||||
|
<a href="https://github.com/lisheng741" title="芦荟柚子茶">
|
||||||
|
<img src="https://avatars.githubusercontent.com/u/53617305?v=4" width="42;" alt="芦荟柚子茶">
|
||||||
|
</a>
|
||||||
|
<a href="https://github.com/ZIDOUZI" title="ZIDOUZI">
|
||||||
|
<img src="https://avatars.githubusercontent.com/u/53157536?v=4" width="42;" alt="ZIDOUZI">
|
||||||
|
</a>
|
||||||
|
<a href="https://github.com/LuckyJie12" title="夜未央">
|
||||||
|
<img src="https://avatars.githubusercontent.com/u/102901105?v=4" width="42;" alt="夜未央">
|
||||||
|
</a>
|
||||||
|
<a href="https://github.com/lvzhenbo" title="吕振波">
|
||||||
|
<img src="https://avatars.githubusercontent.com/u/32427677?v=4" width="42;" alt="吕振波">
|
||||||
|
</a>
|
||||||
|
<a href="https://github.com/zxx457" title="zxx457">
|
||||||
|
<img src="https://avatars.githubusercontent.com/u/114141362?v=4" width="42;" alt="zxx457">
|
||||||
|
</a>
|
||||||
|
<a href="https://github.com/zhouhw0306" title="zhouhw0306">
|
||||||
|
<img src="https://avatars.githubusercontent.com/u/82752681?v=4" width="42;" alt="zhouhw0306">
|
||||||
|
</a>
|
||||||
|
<a href="https://github.com/hiyms" title="yms">
|
||||||
|
<img src="https://avatars.githubusercontent.com/u/84654050?v=4" width="42;" alt="yms">
|
||||||
|
</a>
|
||||||
|
<a href="https://github.com/xing133" title="xing133">
|
||||||
|
<img src="https://avatars.githubusercontent.com/u/5336490?v=4" width="42;" alt="xing133">
|
||||||
|
</a>
|
||||||
|
<a href="https://github.com/wjjwkwindy" title="Hudson Alen">
|
||||||
|
<img src="https://avatars.githubusercontent.com/u/9508591?v=4" width="42;" alt="Hudson Alen">
|
||||||
|
</a>
|
||||||
|
<a href="https://github.com/wannima66" title="tmen">
|
||||||
|
<img src="https://avatars.githubusercontent.com/u/26410255?v=4" width="42;" alt="tmen">
|
||||||
|
</a>
|
||||||
|
<a href="https://github.com/swift-fs" title="swift">
|
||||||
|
<img src="https://avatars.githubusercontent.com/u/77133741?v=4" width="42;" alt="swift">
|
||||||
|
</a>
|
||||||
|
<a href="https://github.com/Mowmowj" title="nexo">
|
||||||
|
<img src="https://avatars.githubusercontent.com/u/24759562?v=4" width="42;" alt="nexo">
|
||||||
|
</a>
|
||||||
|
<a href="https://github.com/phygerr" title="phygerr">
|
||||||
|
<img src="https://avatars.githubusercontent.com/u/42068889?v=4" width="42;" alt="phygerr">
|
||||||
|
</a>
|
||||||
|
<a href="https://github.com/onewesong" title="onewesong">
|
||||||
|
<img src="https://avatars.githubusercontent.com/u/17920822?v=4" width="42;" alt="onewesong">
|
||||||
|
</a>
|
||||||
|
<a href="https://github.com/miclon-dev" title="miclon-dev">
|
||||||
|
<img src="https://avatars.githubusercontent.com/u/111753685?v=4" width="42;" alt="miclon-dev">
|
||||||
|
</a>
|
||||||
|
<a href="https://github.com/lykjjj" title="lykjjj">
|
||||||
|
<img src="https://avatars.githubusercontent.com/u/58510058?v=4" width="42;" alt="lykjjj">
|
||||||
|
</a>
|
||||||
|
<a href="https://github.com/liliangrong777" title="liliangrong777">
|
||||||
|
<img src="https://avatars.githubusercontent.com/u/58727146?v=4" width="42;" alt="liliangrong777">
|
||||||
|
</a>
|
||||||
|
<a href="https://github.com/malcolmyu" title="Minghao Yu">
|
||||||
|
<img src="https://avatars.githubusercontent.com/u/3203962?v=4" width="42;" alt="Minghao Yu">
|
||||||
|
</a>
|
||||||
|
<a href="https://github.com/mariuszmichalowski" title="Mariusz Michalowski">
|
||||||
|
<img src="https://avatars.githubusercontent.com/u/92091891?v=4" width="42;" alt="Mariusz Michalowski">
|
||||||
|
</a>
|
||||||
|
<a href="https://github.com/likeshop-github" title="LikeShop技术社区">
|
||||||
|
<img src="https://avatars.githubusercontent.com/u/77180968?v=4" width="42;" alt="LikeShop技术社区">
|
||||||
|
</a>
|
||||||
|
<a href="https://github.com/Lihuagreek" title="Lihuagreek">
|
||||||
|
<img src="https://avatars.githubusercontent.com/u/51040740?v=4" width="42;" alt="Lihuagreek">
|
||||||
|
</a>
|
||||||
|
<a href="https://github.com/LightQuanta" title="Light_Quanta">
|
||||||
|
<img src="https://avatars.githubusercontent.com/u/18213217?v=4" width="42;" alt="Light_Quanta">
|
||||||
|
</a>
|
||||||
|
<a href="https://github.com/JetSquirrel" title="JetSquirrel">
|
||||||
|
<img src="https://avatars.githubusercontent.com/u/20291255?v=4" width="42;" alt="JetSquirrel">
|
||||||
|
</a>
|
||||||
|
<a href="https://github.com/jasnzhuang" title="Jason Zhuang">
|
||||||
|
<img src="https://avatars.githubusercontent.com/u/16612921?v=4" width="42;" alt="Jason Zhuang">
|
||||||
|
</a>
|
||||||
|
<a href="https://github.com/Ding-Kyoma" title="HooinKyoma">
|
||||||
|
<img src="https://avatars.githubusercontent.com/u/44542198?v=4" width="42;" alt="HooinKyoma">
|
||||||
|
</a>
|
||||||
|
<a href="https://github.com/gongyeheyu" title="GONGYE Heyu">
|
||||||
|
<img src="https://avatars.githubusercontent.com/u/85177605?v=4" width="42;" alt="GONGYE Heyu">
|
||||||
|
</a>
|
||||||
|
<a href="https://github.com/Fuku-L" title="Fuku-L">
|
||||||
|
<img src="https://avatars.githubusercontent.com/u/38535911?v=4" width="42;" alt="Fuku-L">
|
||||||
|
</a>
|
||||||
|
<a href="https://github.com/sirius-fan" title="Fan">
|
||||||
|
<img src="https://avatars.githubusercontent.com/u/25720015?v=4" width="42;" alt="Fan">
|
||||||
|
</a>
|
||||||
|
<a href="https://github.com/eeeeeio" title="EEEEE">
|
||||||
|
<img src="https://avatars.githubusercontent.com/u/20723545?v=4" width="42;" alt="EEEEE">
|
||||||
|
</a>
|
||||||
|
<a href="https://github.com/demigodliu" title="DemigodLiu">
|
||||||
|
<img src="https://avatars.githubusercontent.com/u/30372735?v=4" width="42;" alt="DemigodLiu">
|
||||||
|
</a>
|
||||||
|
<a href="https://github.com/dasferco" title="Dasferco">
|
||||||
|
<img src="https://avatars.githubusercontent.com/u/92622404?v=4" width="42;" alt="Dasferco">
|
||||||
|
</a>
|
||||||
|
<a href="https://github.com/Damao2250" title="Damao">
|
||||||
|
<img src="https://avatars.githubusercontent.com/u/19251992?v=4" width="42;" alt="Damao">
|
||||||
|
</a>
|
||||||
|
<a href="https://github.com/ohto-ai" title="Choo">
|
||||||
|
<img src="https://avatars.githubusercontent.com/u/46275725?v=4" width="42;" alt="Choo">
|
||||||
|
</a>
|
||||||
|
<a href="https://github.com/CharlotteZeng" title="hanchZ">
|
||||||
|
<img src="https://avatars.githubusercontent.com/u/19461184?v=4" width="42;" alt="hanchZ">
|
||||||
|
</a>
|
||||||
|
<a href="https://github.com/ch3nnn" title="chentong">
|
||||||
|
<img src="https://avatars.githubusercontent.com/u/40114564?v=4" width="42;" alt="chentong">
|
||||||
|
</a>
|
||||||
|
<a href="https://github.com/Brid9e" title="Joe">
|
||||||
|
<img src="https://avatars.githubusercontent.com/u/85558909?v=4" width="42;" alt="Joe">
|
||||||
|
</a>
|
||||||
|
<a href="https://github.com/dousha0w0" title="dousha0w0">
|
||||||
|
<img src="https://avatars.githubusercontent.com/u/52566311?v=4" width="42;" alt="dousha0w0">
|
||||||
|
</a>
|
||||||
|
<a href="https://github.com/13812700839" title="花殇">
|
||||||
|
<img src="https://avatars.githubusercontent.com/u/58072506?v=4" width="42;" alt="花殇">
|
||||||
|
</a>
|
||||||
|
<a href="https://github.com/zlfyuan" title="bgbgPang">
|
||||||
|
<img src="https://avatars.githubusercontent.com/u/19658018?v=4" width="42;" alt="bgbgPang">
|
||||||
|
</a>
|
||||||
|
<a href="https://github.com/Lmmmmmm-bb" title="_lmmmmmm">
|
||||||
|
<img src="https://avatars.githubusercontent.com/u/54026110?v=4" width="42;" alt="_lmmmmmm">
|
||||||
|
</a>
|
||||||
|
<a href="https://github.com/y52y" title="Zyj">
|
||||||
|
<img src="https://avatars.githubusercontent.com/u/51304324?v=4" width="42;" alt="Zyj">
|
||||||
|
</a>
|
||||||
|
<a href="https://github.com/Leaderzhangyi" title="ZinkCas">
|
||||||
|
<img src="https://avatars.githubusercontent.com/u/46915666?v=4" width="42;" alt="ZinkCas">
|
||||||
|
</a>
|
||||||
|
<a href="https://github.com/zhu0629" title="cc">
|
||||||
|
<img src="https://avatars.githubusercontent.com/u/13188450?v=4" width="42;" alt="cc">
|
||||||
|
</a>
|
||||||
|
<a href="https://github.com/yikuaibro" title="yikuaibro">
|
||||||
|
<img src="https://avatars.githubusercontent.com/u/44493045?v=4" width="42;" alt="yikuaibro">
|
||||||
|
</a>
|
||||||
|
<a href="https://github.com/dfshizhiqiang" title="Zech">
|
||||||
|
<img src="https://avatars.githubusercontent.com/u/7030019?v=4" width="42;" alt="Zech">
|
||||||
|
</a>
|
||||||
|
<a href="https://github.com/Yo-gurts" title="Yogurt">
|
||||||
|
<img src="https://avatars.githubusercontent.com/u/44612841?v=4" width="42;" alt="Yogurt">
|
||||||
|
</a>
|
||||||
|
<a href="https://github.com/hi-liyan" title="李李李">
|
||||||
|
<img src="https://avatars.githubusercontent.com/u/40056492?v=4" width="42;" alt="李李李">
|
||||||
|
</a>
|
||||||
|
<a href="https://github.com/BATTLEHAWK00" title="While True: learn()">
|
||||||
|
<img src="https://avatars.githubusercontent.com/u/45313304?v=4" width="42;" alt="While True: learn()">
|
||||||
|
</a>
|
||||||
|
<a href="https://github.com/whb1998a" title="WHB">
|
||||||
|
<img src="https://avatars.githubusercontent.com/u/44045064?v=4" width="42;" alt="WHB">
|
||||||
|
</a>
|
||||||
|
<a href="https://github.com/YLee9527" title="Terry Young">
|
||||||
|
<img src="https://avatars.githubusercontent.com/u/18697332?v=4" width="42;" alt="Terry Young">
|
||||||
|
</a>
|
||||||
|
<a href="https://github.com/SkylarLeo" title="SkylarLeo">
|
||||||
|
<img src="https://avatars.githubusercontent.com/u/107191230?v=4" width="42;" alt="SkylarLeo">
|
||||||
|
</a>
|
||||||
|
<a href="https://github.com/qinxiongzhou" title="Ryan Zhou">
|
||||||
|
<img src="https://avatars.githubusercontent.com/u/33239096?v=4" width="42;" alt="Ryan Zhou">
|
||||||
|
</a>
|
||||||
|
<a href="https://github.com/RivailleF" title="RivailleF">
|
||||||
|
<img src="https://avatars.githubusercontent.com/u/93083015?v=4" width="42;" alt="RivailleF">
|
||||||
|
</a>
|
||||||
|
<a href="https://github.com/QDelta" title="QDelta">
|
||||||
|
<img src="https://avatars.githubusercontent.com/u/60222316?v=4" width="42;" alt="QDelta">
|
||||||
|
</a>
|
||||||
|
<a href="https://github.com/sevenleave" title="Poirot Hercule">
|
||||||
|
<img src="https://avatars.githubusercontent.com/u/24411140?v=4" width="42;" alt="Poirot Hercule">
|
||||||
|
</a>
|
||||||
|
<a href="https://github.com/PipecraftNet" title="Pipecraft">
|
||||||
|
<img src="https://avatars.githubusercontent.com/u/88728670?v=4" width="42;" alt="Pipecraft">
|
||||||
|
</a>
|
||||||
|
<a href="https://github.com/Perzch" title="Perzch">
|
||||||
|
<img src="https://avatars.githubusercontent.com/u/67987641?v=4" width="42;" alt="Perzch">
|
||||||
|
</a>
|
||||||
|
<a href="https://github.com/PILIHU2022" title="PILIHU2022">
|
||||||
|
<img src="https://avatars.githubusercontent.com/u/100511118?v=4" width="42;" alt="PILIHU2022">
|
||||||
|
</a>
|
||||||
|
<a href="https://github.com/HanaNoryu" title="Noryu">
|
||||||
|
<img src="https://avatars.githubusercontent.com/u/109856546?v=4" width="42;" alt="Noryu">
|
||||||
|
</a>
|
||||||
|
<a href="https://github.com/mo3et" title="Monet Lee">
|
||||||
|
<img src="https://avatars.githubusercontent.com/u/34803812?v=4" width="42;" alt="Monet Lee">
|
||||||
</a><!--GAMFC-END-->
|
</a><!--GAMFC-END-->
|
||||||
<p style="padding-top:1rem;"><a href="https://github.com/jaywcjlove/reference/graphs/contributors">贡献者</a>列表,由 <a href="https://github.com/jaywcjlove/github-action-contributors">contributors</a> 根据提交次数的先后顺序自动生成</p>
|
<p style="padding-top:1rem;"><a href="https://github.com/jaywcjlove/reference/graphs/contributors">贡献者</a>列表,由 <a href="https://github.com/jaywcjlove/github-action-contributors">contributors</a> 根据提交次数的先后顺序自动生成</p>
|
||||||
<!--rehype:style=padding-top:1rem;-->
|
<!--rehype:style=padding-top:1rem;-->
|
||||||
@ -1424,7 +1424,7 @@
|
|||||||
<!--rehype:class=home-card home-links-->
|
<!--rehype:class=home-card home-links-->
|
||||||
<p>如果你有资源,可以很方便<a href="https://github.com/jaywcjlove/reference/issues/102#issue-1451649637">部署 web 版</a>,这非常简单,只需要克隆 <a href="https://github.com/jaywcjlove/reference/tree/gh-pages">gh-pages</a> 分支代码到你的静态服务就可以了,还可以使用 <a href="https://hub.docker.com/r/wcjiang/reference">docker</a> 快捷部署 web 版。</p>
|
<p>如果你有资源,可以很方便<a href="https://github.com/jaywcjlove/reference/issues/102#issue-1451649637">部署 web 版</a>,这非常简单,只需要克隆 <a href="https://github.com/jaywcjlove/reference/tree/gh-pages">gh-pages</a> 分支代码到你的静态服务就可以了,还可以使用 <a href="https://hub.docker.com/r/wcjiang/reference">docker</a> 快捷部署 web 版。</p>
|
||||||
|
|
||||||
</div></div><div class="h2wrap-body"></div></div></div></div><footer class="footer-wrap"><footer class="max-container">© 2022 Kenny Wang. Updated on 2024/01/13 13:38:16</footer></footer><script src="data.js?v=1.5.2" defer></script><script src="js/fuse.min.js?v=1.5.2" defer></script><script src="js/main.js?v=1.5.2" defer></script><div id="mysearch"><div class="mysearch-box"><div class="mysearch-input"><div><svg xmlns="http://www.w3.org/2000/svg" height="1em" width="1em" viewBox="0 0 18 18">
|
</div></div><div class="h2wrap-body"></div></div></div></div><footer class="footer-wrap"><footer class="max-container">© 2022 Kenny Wang. Updated on 2024/01/13 14:21:47</footer></footer><script src="data.js?v=1.5.2" defer></script><script src="js/fuse.min.js?v=1.5.2" defer></script><script src="js/main.js?v=1.5.2" defer></script><div id="mysearch"><div class="mysearch-box"><div class="mysearch-input"><div><svg xmlns="http://www.w3.org/2000/svg" height="1em" width="1em" viewBox="0 0 18 18">
|
||||||
<path fill="currentColor" d="M17.71,16.29 L14.31,12.9 C15.4069846,11.5024547 16.0022094,9.77665502 16,8 C16,3.581722 12.418278,0 8,0 C3.581722,0 0,3.581722 0,8 C0,12.418278 3.581722,16 8,16 C9.77665502,16.0022094 11.5024547,15.4069846 12.9,14.31 L16.29,17.71 C16.4777666,17.8993127 16.7333625,18.0057983 17,18.0057983 C17.2666375,18.0057983 17.5222334,17.8993127 17.71,17.71 C17.8993127,17.5222334 18.0057983,17.2666375 18.0057983,17 C18.0057983,16.7333625 17.8993127,16.4777666 17.71,16.29 Z M2,8 C2,4.6862915 4.6862915,2 8,2 C11.3137085,2 14,4.6862915 14,8 C14,11.3137085 11.3137085,14 8,14 C4.6862915,14 2,11.3137085 2,8 Z"></path>
|
<path fill="currentColor" d="M17.71,16.29 L14.31,12.9 C15.4069846,11.5024547 16.0022094,9.77665502 16,8 C16,3.581722 12.418278,0 8,0 C3.581722,0 0,3.581722 0,8 C0,12.418278 3.581722,16 8,16 C9.77665502,16.0022094 11.5024547,15.4069846 12.9,14.31 L16.29,17.71 C16.4777666,17.8993127 16.7333625,18.0057983 17,18.0057983 C17.2666375,18.0057983 17.5222334,17.8993127 17.71,17.71 C17.8993127,17.5222334 18.0057983,17.2666375 18.0057983,17 C18.0057983,16.7333625 17.8993127,16.4777666 17.71,16.29 Z M2,8 C2,4.6862915 4.6862915,2 8,2 C11.3137085,2 14,4.6862915 14,8 C14,11.3137085 11.3137085,14 8,14 C4.6862915,14 2,11.3137085 2,8 Z"></path>
|
||||||
</svg><input id="mysearch-input" type="search" placeholder="搜索" autocomplete="off"><div class="mysearch-clear"></div></div><button id="mysearch-close" type="button">搜索</button></div><div class="mysearch-result"><div id="mysearch-menu"></div><div id="mysearch-content"></div></div></div></div></body>
|
</svg><input id="mysearch-input" type="search" placeholder="搜索" autocomplete="off"><div class="mysearch-clear"></div></div><button id="mysearch-close" type="button">搜索</button></div><div class="mysearch-result"><div id="mysearch-menu"></div><div id="mysearch-content"></div></div></div></div></body>
|
||||||
</html>
|
</html>
|
||||||
|
Reference in New Issue
Block a user