mirror of
https://jihulab.com/DGP-Studio/Snap.Hutao.Docs.git
synced 2025-11-19 21:16:31 +08:00
3 lines
3.8 KiB
JavaScript
3 lines
3.8 KiB
JavaScript
import{ac as s,H as r,I as d,F as e,V as t,O as a,ae as c,ad as l,Y as n}from"./framework-3390b3d8.js";const h={},u=e("h1",{id:"如何",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#如何","aria-hidden":"true"},"#"),t(" 如何...")],-1),p=e("p",null,"这篇文档将会列出一些最常见的以“如何”开头的问题",-1),_=e("h2",{id:"如何创建胡桃的桌面快捷方式",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#如何创建胡桃的桌面快捷方式","aria-hidden":"true"},"#"),t(" 如何创建胡桃的桌面快捷方式")],-1),m={class:"hint-container tip"},g=e("p",{class:"hint-container-title"},"社区力量",-1),f={href:"https://github.com/DGP-Studio/Snap.Hutao.Docs/issues/12",target:"_blank",rel:"noopener noreferrer"},x=l(`<ul><li><code>Win+R</code> 呼出运行窗口,在窗口中输入<code>shell:AppsFolder</code><img src="https://img.alicdn.com/imgextra/i3/1797064093/O1CN01Jj8c6i1g6du728e5A_!!1797064093.png" alt="Run" loading="lazy"></li><li>Windows 会弹出应用程序目录,找到胡桃工具箱</li><li>右键,点击<code>创建快捷方式</code></li><li>根据提示操作你就可以获得一个桌面快捷方式了</li></ul><h2 id="如何实现自动化管理员模式" tabindex="-1"><a class="header-anchor" href="#如何实现自动化管理员模式" aria-hidden="true">#</a> 如何实现自动化管理员模式</h2><p>请使用如下的 PowerShell 脚本启动胡桃</p><div class="language-PowerShell line-numbers-mode" data-ext="PowerShell"><pre class="language-PowerShell"><code>Start-Process shell:AppsFolder\\60568DGPStudio.SnapHutao_ebfp3nyc27j86!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),b={href:"https://github.com/DGP-Studio/Snap.Hutao/issues/184",target:"_blank",rel:"noopener noreferrer"},S=e("li",null,[t("设置一个"),e("strong",null,"计划任务程序"),t("令上述批处理文件开机自启,或将上述批处理文件加入"),e("strong",null,"启动项"),t("中")],-1),v=e("li",null,"或有其他令胡桃工具箱可开机自启的思路,可自行探索",-1),k=l('<h2 id="如何通过胡桃工具箱快速地启动游戏" tabindex="-1"><a class="header-anchor" href="#如何通过胡桃工具箱快速地启动游戏" aria-hidden="true">#</a> 如何通过胡桃工具箱快速地启动游戏</h2><ul><li><p>在主程序中正确设置高级启动器功能</p></li><li><p>将胡桃工具箱在系统中固定在快速启动栏中</p></li><li><p>在快速启动栏中右键胡桃应用程序</p><p><img src="https://img.alicdn.com/imgextra/i3/1797064093/O1CN01Uu8QzN1g6du6MRp8h_!!1797064093.png" alt="quick-start" loading="lazy"></p></li><li><p>选择<code>启动游戏</code>即可</p></li></ul><h2 id="如何通过网络代理使用胡桃工具箱" tabindex="-1"><a class="header-anchor" href="#如何通过网络代理使用胡桃工具箱" aria-hidden="true">#</a> 如何通过网络代理使用胡桃工具箱</h2>',3);function w(P,N){const i=n("ExternalLinkIcon"),o=n("RouterLink");return r(),d("div",null,[u,p,_,e("div",m,[g,e("p",null,[t("感谢 "),e("a",f,[t("CzHUV 提供的解决方案"),a(i)])])]),x,e("ul",null,[e("li",null,[t("请参考如下思路 "),e("ul",null,[e("li",null,[t("可以自行创建一个批处理文件,内容参考"),e("a",b,[t("此issue"),a(i)]),t("中,令胡桃以管理员模式直接运行的命令。")]),S])]),v]),k,e("p",null,[t("参考 "),a(o,{to:"/FAQ/exceptions.html#httprequestexception"},{default:c(()=>[t("HttpRequestException 错误")]),_:1}),t(" 文档")])])}const R=s(h,[["render",w],["__file","how-to.html.vue"]]);export{R as default};
|