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