mirror of
https://jihulab.com/DGP-Studio/Snap.Hutao.Docs.git
synced 2025-11-19 21:16:31 +08:00
4 lines
4.3 KiB
JavaScript
4 lines
4.3 KiB
JavaScript
import{_ as r,V as l,W as i,X as e,Y as n,Z as s,$ as t,F as o}from"./framework-e266aaef.js";const d={},h=t(`<h1 id="快速解答" tabindex="-1"><a class="header-anchor" href="#快速解答" aria-hidden="true">#</a> 快速解答</h1><h2 id="如何实现自动化管理员模式" tabindex="-1"><a class="header-anchor" href="#如何实现自动化管理员模式" aria-hidden="true">#</a> 如何实现自动化管理员模式</h2><p>请使用如下的 PowerShell 脚本启动胡桃</p><div class="language-ps line-numbers-mode" data-ext="ps"><pre class="language-ps"><code>Start-Process shell:AppsFolder\\7f0db578-026f-4e0b-a75b-d5d06bb0a74d_7jfyf5536hdrr!App -verb runas
|
||
</code></pre><div class="line-numbers" aria-hidden="true"><div class="line-number"></div></div></div><h2 id="能否让胡桃工具箱开机自动启动" tabindex="-1"><a class="header-anchor" href="#能否让胡桃工具箱开机自动启动" aria-hidden="true">#</a> 能否让胡桃工具箱开机自动启动</h2>`,5),c={href:"https://github.com/DGP-Studio/Snap.Hutao/issues/184",target:"_blank",rel:"noopener noreferrer"},u=e("li",null,[n("设置一个"),e("strong",null,"计划任务程序"),n("令上述批处理文件开机自启,或将上述批处理文件加入"),e("strong",null,"启动项"),n("中")],-1),_=e("li",null,"或有其他令胡桃工具箱可开机自启的思路,可自行探索",-1),p=e("h2",{id:"软件内的图像资源无法加载",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#软件内的图像资源无法加载","aria-hidden":"true"},"#"),n(" 软件内的图像资源无法加载")],-1),f=e("p",null,"耐心等待(通常需要半个小时,甚至更久)",-1),b=e("h2",{id:"在设置中点击修改游戏路径无效",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#在设置中点击修改游戏路径无效","aria-hidden":"true"},"#"),n(" 在设置中点击修改游戏路径无效")],-1),g=e("p",null,"特定系统版本的用户,由于微软对文件选择对话框的COM实现的差异,会存在点击按钮后无响应的问题。",-1),m={href:"https://github.com/microsoft/WindowsAppSDK/issues/2931",target:"_blank",rel:"noopener noreferrer"},x=e("h2",{id:"win10系统下出现乱码现象",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#win10系统下出现乱码现象","aria-hidden":"true"},"#"),n(" Win10系统下出现乱码现象")],-1),v=e("li",null,[n("当用户在 Windows 10 下使用胡桃且发现有乱码情况时: "),e("ul",null,[e("li",null,[n("可以下载 "),e("code",null,"Segoe Fluent Icons"),n("字体")]),e("li",null,[n("安装时选择"),e("code",null,"为系统所有用户安装"),n(",即可解决问题")])])],-1),k={href:"https://aka.ms/SegoeFluentIcons",target:"_blank",rel:"noopener noreferrer"},S=t(`<h2 id="解锁帧率后使用心海时出现掉帧" tabindex="-1"><a class="header-anchor" href="#解锁帧率后使用心海时出现掉帧" aria-hidden="true">#</a> 解锁帧率后使用心海时出现掉帧</h2><p>原神的BUG,和我们没关系</p><h2 id="弹出需要使用新应用以打开的对话框" tabindex="-1"><a class="header-anchor" href="#弹出需要使用新应用以打开的对话框" aria-hidden="true">#</a> 弹出需要使用新应用以打开的对话框</h2><ul><li>部分用户在<strong>更新</strong>或<strong>卸载</strong>胡桃后,频繁自动弹出<code>需要使用新应用以打开此Hutao链接</code>的对话框</li><li>请 <strong>使用管理员模式</strong> 打开任意终端</li><li>输入如下代码并运行,以删除残留的计划任务</li></ul><div class="language-text line-numbers-mode" data-ext="text"><pre class="language-text"><code> schtasks /delete /tn SnapHutaoDailyNoteRefreshTask
|
||
</code></pre><div class="line-numbers" aria-hidden="true"><div class="line-number"></div></div></div>`,5);function w(F,I){const a=o("ExternalLinkIcon");return l(),i("div",null,[h,e("ul",null,[e("li",null,[n("请参考如下思路 "),e("ul",null,[e("li",null,[n("可以自行创建一个批处理文件,内容参考"),e("a",c,[n("此issue"),s(a)]),n("中,令胡桃以管理员模式直接运行的命令。")]),u])]),_]),p,f,b,g,e("p",null,[n("相关的 "),e("a",m,[n("Github Issue"),s(a)])]),x,e("ul",null,[v,e("li",null,[n("您可以从 "),e("a",k,[n("微软官方"),s(a)]),n("下载到该字体文件")])]),S])}const V=r(d,[["render",w],["__file","most-frequent-questions.html.vue"]]);export{V as default};
|