Skip to content

Commit

Permalink
doc: update document. d35fb9d
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Nov 22, 2024
1 parent 0f08fdb commit 6a6ddaa
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ <h3 id="finder-extension-partial-menu-not-displaying-issue"><a aria-hidden="true
<h3 id="frequent-authorization-pop-up-issues"><a aria-hidden="true" tabindex="-1" href="#frequent-authorization-pop-up-issues" class="anchor"><span class="icon icon-link"></span></a>Frequent Authorization Pop-Up Issues</h3>
<p>In the application settings, go to <code>General</code> -> <code>Full Disk Access</code> -> Click to <code>Grant</code> to add the application to the <code>Full Disk Access</code> list.</p>
<h3 id="enable-finder-extension"><a aria-hidden="true" tabindex="-1" href="#enable-finder-extension" class="anchor"><span class="icon icon-link"></span></a>Enable Finder Extension</h3>
<p>If you are prompted to enable the plugin, you need to run the following command in the terminal to enable the Finder extension.</p>
<p>If you are prompted to enable the plugin, you can run the following command in the terminal to enable the Finder extension. This issue is caused by a bug in macOS 15+ where the settings interface disappeared. It has been <a href="https://forums.developer.apple.com/forums/thread/756711?answerId=812519022#812519022">fixed</a> in macOS 15.2.</p>
<pre class="language-shell"><code class="language-shell code-highlight"><span class="code-line line-number" line="1">pluginkit <span class="token parameter variable">-e</span> use <span class="token parameter variable">-i</span> com.wangchujiang.rightmenu-master.sync <span class="token punctuation">\</span>
</span><span class="code-line line-number" line="2"> <span class="token operator">&#x26;&#x26;</span> osascript <span class="token parameter variable">-e</span> <span class="token string">'quit app id "com.wangchujiang.rightmenu-master"'</span> <span class="token punctuation">\</span>
</span><span class="code-line line-number" line="3"> <span class="token operator">&#x26;&#x26;</span> osascript <span class="token parameter variable">-e</span> <span class="token string">'tell application id "com.wangchujiang.rightmenu-master" to activate'</span>
Expand Down
2 changes: 1 addition & 1 deletion index.zh.html
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ <h3 id="finder-扩展部分菜单不显示问题"><a aria-hidden="true" tabindex
<h3 id="频繁弹出授权问题"><a aria-hidden="true" tabindex="-1" href="#频繁弹出授权问题" class="anchor"><span class="icon icon-link"></span></a>频繁弹出授权问题</h3>
<p>在应用设置用 <code>常规</code> -> <code>完全磁盘访问</code> -> 点击 <code>授权</code> 将应用添加到 <code>完全磁盘访问</code> 列表中</p>
<h3 id="启用-finder-扩展"><a aria-hidden="true" tabindex="-1" href="#启用-finder-扩展" class="anchor"><span class="icon icon-link"></span></a>启用 Finder 扩展</h3>
<p>如果提示您需要启用插件,你需要在命令行中运行下面命令来启用 Finder 扩展。</p>
<p>如果提示需要启用插件,您可以在命令行中运行以下命令来启用 Finder 扩展。这是由于 macOS 15+ 存在一个设置界面消失的 bug,已在 macOS 15.2 中<a href="https://forums.developer.apple.com/forums/thread/756711?answerId=812519022#812519022">修复</a></p>
<pre class="language-shell"><code class="language-shell code-highlight"><span class="code-line line-number" line="1">pluginkit <span class="token parameter variable">-e</span> use <span class="token parameter variable">-i</span> com.wangchujiang.rightmenu-master.sync <span class="token punctuation">\</span>
</span><span class="code-line line-number" line="2"> <span class="token operator">&#x26;&#x26;</span> osascript <span class="token parameter variable">-e</span> <span class="token string">'quit app id "com.wangchujiang.rightmenu-master"'</span> <span class="token punctuation">\</span>
</span><span class="code-line line-number" line="3"> <span class="token operator">&#x26;&#x26;</span> osascript <span class="token parameter variable">-e</span> <span class="token string">'tell application id "com.wangchujiang.rightmenu-master" to activate'</span>
Expand Down

0 comments on commit 6a6ddaa

Please sign in to comment.