Deploying to gh-pages from @ ZiuChen/ZiuChen.github.io@bd215423bc 🚀

This commit is contained in:
ZiuChen
2022-09-20 10:16:53 +00:00
parent e50cf0976a
commit e59db909c2
13 changed files with 37 additions and 37 deletions

View File

@@ -24,7 +24,7 @@
</script>
<meta name="description" content="Unlimited Progress.">
<link rel="preload" href="/assets/css/0.styles.6874de37.css" as="style"><link rel="preload" href="/assets/js/app.ef5f6d03.js" as="script"><link rel="preload" href="/assets/js/2.c66ddf52.js" as="script"><link rel="preload" href="/assets/js/9.aab0e2e5.js" as="script"><link rel="prefetch" href="/assets/js/10.2a0b1240.js"><link rel="prefetch" href="/assets/js/11.dcd20f8f.js"><link rel="prefetch" href="/assets/js/12.6737f4fc.js"><link rel="prefetch" href="/assets/js/13.7cdc8908.js"><link rel="prefetch" href="/assets/js/14.4b319f3b.js"><link rel="prefetch" href="/assets/js/15.da45e67a.js"><link rel="prefetch" href="/assets/js/16.6b7af5be.js"><link rel="prefetch" href="/assets/js/3.3ac8b8d8.js"><link rel="prefetch" href="/assets/js/4.b833f258.js"><link rel="prefetch" href="/assets/js/5.57320d2f.js"><link rel="prefetch" href="/assets/js/6.5bf65fcc.js"><link rel="prefetch" href="/assets/js/7.2d1b1628.js"><link rel="prefetch" href="/assets/js/8.e250718f.js">
<link rel="preload" href="/assets/css/0.styles.6874de37.css" as="style"><link rel="preload" href="/assets/js/app.28f64875.js" as="script"><link rel="preload" href="/assets/js/2.c66ddf52.js" as="script"><link rel="preload" href="/assets/js/9.ba5e2452.js" as="script"><link rel="prefetch" href="/assets/js/10.2a0b1240.js"><link rel="prefetch" href="/assets/js/11.dcd20f8f.js"><link rel="prefetch" href="/assets/js/12.6737f4fc.js"><link rel="prefetch" href="/assets/js/13.7cdc8908.js"><link rel="prefetch" href="/assets/js/14.4b319f3b.js"><link rel="prefetch" href="/assets/js/15.da45e67a.js"><link rel="prefetch" href="/assets/js/16.6b7af5be.js"><link rel="prefetch" href="/assets/js/3.3ac8b8d8.js"><link rel="prefetch" href="/assets/js/4.b833f258.js"><link rel="prefetch" href="/assets/js/5.57320d2f.js"><link rel="prefetch" href="/assets/js/6.5bf65fcc.js"><link rel="prefetch" href="/assets/js/7.2d1b1628.js"><link rel="prefetch" href="/assets/js/8.e250718f.js">
<link rel="stylesheet" href="/assets/css/0.styles.6874de37.css">
</head>
<body>
@@ -54,14 +54,14 @@
<span class="token property">&quot;match&quot;</span><span class="token operator">:</span> <span class="token punctuation">[</span><span class="token string">&quot;image&quot;</span><span class="token punctuation">,</span> <span class="token punctuation">{</span> <span class="token property">&quot;type&quot;</span><span class="token operator">:</span> <span class="token string">&quot;file&quot;</span><span class="token punctuation">,</span> <span class="token property">&quot;regex&quot;</span><span class="token operator">:</span> <span class="token string">&quot;.(?:jpg|jpeg|png)$&quot;</span> <span class="token punctuation">}</span><span class="token punctuation">]</span><span class="token punctuation">,</span>
<span class="token property">&quot;command&quot;</span><span class="token operator">:</span> <span class="token string">&quot;redirect:上传到图床&quot;</span>
<span class="token punctuation">}</span>
</code></pre></div><p>这个功能除了可以匹配图片,还可以将符合正则的图片文件匹配上,在匹配上的历史记录上展示<code>上传到图床</code>按钮,携带数据跳转到图床插件,一键上传。</p> <ul><li><code>id</code>: <code>String</code> 全局唯一 必须以<code>custom</code>开头 建议以时间戳为后缀</li> <li><code>title</code>: <code>String</code> 鼠标悬停时展示的文本</li> <li><code>icon</code>: <code>String</code> 展示在插件内的图标</li> <li><code>match</code>: <code>&lt;String | Object&gt;[]</code> 匹配模式</li> <li><code>command</code>: <code>String</code> 执行跳转的关键字 前缀<code>redirect:</code>是必须的</li></ul> <p>在未来的版本更新中,<code>超级剪贴板</code>将开放更多自定义功能给高级用户,帮助你更高效率的管理、使用剪贴板。</p> <h2 id="如何手动安装clipboard-event-handler-linux"><a href="#如何手动安装clipboard-event-handler-linux" class="header-anchor">#</a> 如何手动安装<code>clipboard-event-handler-linux</code></h2> <p>如果你是Linux用户由于插件打包后缺少执行权限,无法正确执行剪贴板监听程序 <code>clipboard-event-handler-linux</code></p> <p>你需要手动下载 <code>clipboard-event-handler-linux</code> 并将其移动到<code>usr/bin</code>目录下:</p> <div class="language-sh extra-class"><pre class="language-sh"><code><span class="token comment"># 克隆仓库</span>
</code></pre></div><p>这个功能除了可以匹配图片,还可以将符合正则的图片文件匹配上,在匹配上的历史记录上展示<code>上传到图床</code>按钮,携带数据跳转到图床插件,一键上传。</p> <ul><li><code>id</code>: <code>String</code> 全局唯一 必须以<code>custom</code>开头 建议以时间戳为后缀</li> <li><code>title</code>: <code>String</code> 鼠标悬停时展示的文本</li> <li><code>icon</code>: <code>String</code> 展示在插件内的图标</li> <li><code>match</code>: <code>&lt;String | Object&gt;[]</code> 匹配模式</li> <li><code>command</code>: <code>String</code> 执行跳转的关键字 前缀<code>redirect:</code>是必须的</li></ul> <p>在未来的版本更新中,<code>超级剪贴板</code>将开放更多自定义功能给高级用户,帮助你更高效率的管理、使用剪贴板。</p> <h2 id="如何手动安装clipboard-event-handler-linux"><a href="#如何手动安装clipboard-event-handler-linux" class="header-anchor">#</a> 如何手动安装<code>clipboard-event-handler-linux</code></h2> <p>如果你是Linux用户并且剪贴板监听程序未能成功启动,请手动下载 <code>clipboard-event-handler-linux</code> 并将其移动到<code>usr/bin</code>目录下:</p> <blockquote><p>由于插件打包后缺少执行权限,无法正确执行剪贴板监听程序 <code>clipboard-event-handler-linux</code> 所以需要手动将此文件移出后添加执行权限</p></blockquote> <div class="language-sh extra-class"><pre class="language-sh"><code><span class="token comment"># 克隆仓库</span>
<span class="token function">git</span> clone https://github.com/sudhakar3697/node-clipboard-event.git
<span class="token builtin class-name">cd</span> node-clipboard-event/platform
<span class="token comment"># 修改文件执行权限</span>
<span class="token function">sudo</span> <span class="token function">chmod</span> +x ./clipboard-event-handler-linux
<span class="token comment"># 拷贝文件至/usr/bin</span>
<span class="token function">sudo</span> <span class="token function">cp</span> ./clipboard-event-handler-linux /usr/bin
</code></pre></div><p>参考:<a href="https://github.com/sudhakar3697/node-clipboard-event/issues/10" target="_blank" rel="noopener noreferrer">https://github.com/sudhakar3697/node-clipboard-event/issues/10<span><svg 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" class="icon outbound"><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="sr-only">(opens new window)</span></span></a></p></div> <footer class="page-edit"><div class="edit-link"><a href="https://github.com/ZiuChen/ZiuChen.github.io/edit/main/docs/project/ClipboardManager/guide/README.md" target="_blank" rel="noopener noreferrer">Edit this page</a> <span><svg 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" class="icon outbound"><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="sr-only">(opens new window)</span></span></div> <div class="last-updated"><span class="prefix">Last Updated:</span> <span class="time">9/20/2022, 5:45:43 AM</span></div></footer> <!----> </main></div><div class="global-ui"><!----></div></div>
<script src="/assets/js/app.ef5f6d03.js" defer></script><script src="/assets/js/2.c66ddf52.js" defer></script><script src="/assets/js/9.aab0e2e5.js" defer></script>
</code></pre></div><p>参考:<a href="https://github.com/sudhakar3697/node-clipboard-event/issues/10" target="_blank" rel="noopener noreferrer">https://github.com/sudhakar3697/node-clipboard-event/issues/10<span><svg 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" class="icon outbound"><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="sr-only">(opens new window)</span></span></a></p></div> <footer class="page-edit"><div class="edit-link"><a href="https://github.com/ZiuChen/ZiuChen.github.io/edit/main/docs/project/ClipboardManager/guide/README.md" target="_blank" rel="noopener noreferrer">Edit this page</a> <span><svg 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" class="icon outbound"><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="sr-only">(opens new window)</span></span></div> <div class="last-updated"><span class="prefix">Last Updated:</span> <span class="time">9/20/2022, 10:15:31 AM</span></div></footer> <!----> </main></div><div class="global-ui"><!----></div></div>
<script src="/assets/js/app.28f64875.js" defer></script><script src="/assets/js/2.c66ddf52.js" defer></script><script src="/assets/js/9.ba5e2452.js" defer></script>
</body>
</html>