Deploying to gh-pages from @ DGP-Studio/Snap.Hutao.Docs@fbb82f91e7 🚀

This commit is contained in:
Masterain98
2023-02-05 08:09:48 +00:00
parent cc2714de70
commit 11b5681be9
98 changed files with 327 additions and 302 deletions

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -1 +0,0 @@
import{ab as e,H as t,I as c}from"./framework-561d691d.js";const _={};function r(n,o){return t(),c("div")}const s=e(_,[["render",r],["__file","404.html.vue"]]);export{s as default};

View File

@@ -0,0 +1 @@
import{ac as e,H as c,I as t}from"./framework-3390b3d8.js";const _={};function r(n,o){return c(),t("div")}const s=e(_,[["render",r],["__file","404.html.vue"]]);export{s as default};

View File

@@ -1 +1 @@
import{ab as a,H as e,I as i,ac as r}from"./framework-561d691d.js";const l={},n=r('<h1 id="祈愿系统与导出原理" tabindex="-1"><a class="header-anchor" href="#祈愿系统与导出原理" aria-hidden="true">#</a> 祈愿系统与导出原理</h1><blockquote><p>Gacha System and Principal</p></blockquote><p>胡桃的祈愿系统相较 Snap Genshin 进行了整体架构上的重新设计。</p><p>本文将解释原神的祈愿记录机制和胡桃工具箱中祈愿导出功能的技术原理。</p><h2 id="祈愿的获取" tabindex="-1"><a class="header-anchor" href="#祈愿的获取" aria-hidden="true">#</a> 祈愿的获取</h2><p>获取祈愿记录需要请求米哈游的API</p><p>关于此API, 有下列几个注意点</p><ul><li>通过米哈游服务器的API只能查询到过去6个月内的祈愿记录 <ul><li>这也是原神客户端中祈愿记录的来源</li></ul></li><li>API存在请求速率限制过快的请求会导致后续的请求失败无法正常获取数据</li></ul><p>为了请求此API我们需要四个关键参数</p><ul><li>目前有下列几种方法可以获取这些参数 <ul><li>遍历 Unity 的日志文件查找用户打开的祈愿记录URL</li><li>代理本机流量筛选祈愿记录URL</li><li>查找 CefBrowser 的浏览器缓存找到祈愿记录URL</li><li>对于包含了Stoken的Cookie调用genAuthKey API,获取参数</li><li>高级用户手动输入相关URL</li></ul></li></ul><p>在请求API后可以获取到零散的祈愿记录在对其进行拼接后即可获得一份完整的祈愿记录列表</p><h2 id="祈愿的存储" tabindex="-1"><a class="header-anchor" href="#祈愿的存储" aria-hidden="true">#</a> 祈愿的存储</h2><p>获得完整的祈愿记录列表后即可将其简单的序列化入本地数据库内,在需要时可从数据库中反序列化出来呈现给用户。</p><p>后续的对服务器的请求只需要对比数据库中的数据请求新增的部分即可。</p><p>这样,用户即可长期地保存帐号的完整祈愿记录</p><h2 id="uigf格式" tabindex="-1"><a class="header-anchor" href="#uigf格式" aria-hidden="true">#</a> UIGF格式</h2><blockquote><p>统一可交换祈愿记录标准</p><p>Uniformed Interchangeable GachaLog Format standard</p></blockquote><p>UIGF 是由我们联合其他祈愿记录应用倡导、推出并<strong>持久维护</strong>的一个统一的祈愿记录数据交换标准</p><p>标准化的数据格式将允许用户将祈愿记录在不同的转移数据,以使用到不同原神工具中各自的特色功能</p><h3 id="祈愿的导入" tabindex="-1"><a class="header-anchor" href="#祈愿的导入" aria-hidden="true">#</a> 祈愿的导入</h3><p>在使用 UIGF 数据格式的前提下,可以导入曾在其他应用中储存的数据</p><p>胡桃在处理导入时会对比本地储存中存在的最早的索引ID并仅导入较老的数据</p><p>(因为始终可以从米哈游的服务器获取较新的数据,这种原始数据有更高的精确度)</p><h3 id="祈愿的导出" tabindex="-1"><a class="header-anchor" href="#祈愿的导出" aria-hidden="true">#</a> 祈愿的导出</h3><p>尚未实现,正在设计</p>',25),t=[n];function h(p,d){return e(),i("div",null,t)}const o=a(l,[["render",h],["__file","Gacha-system-and-export-principal.html.vue"]]);export{o as default};
import{ac as a,H as e,I as i,ad as r}from"./framework-3390b3d8.js";const l={},n=r('<h1 id="祈愿系统与导出原理" tabindex="-1"><a class="header-anchor" href="#祈愿系统与导出原理" aria-hidden="true">#</a> 祈愿系统与导出原理</h1><blockquote><p>Gacha System and Principal</p></blockquote><p>胡桃的祈愿系统相较 Snap Genshin 进行了整体架构上的重新设计。</p><p>本文将解释原神的祈愿记录机制和胡桃工具箱中祈愿导出功能的技术原理。</p><h2 id="祈愿的获取" tabindex="-1"><a class="header-anchor" href="#祈愿的获取" aria-hidden="true">#</a> 祈愿的获取</h2><p>获取祈愿记录需要请求米哈游的API</p><p>关于此API, 有下列几个注意点</p><ul><li>通过米哈游服务器的API只能查询到过去6个月内的祈愿记录 <ul><li>这也是原神客户端中祈愿记录的来源</li></ul></li><li>API存在请求速率限制过快的请求会导致后续的请求失败无法正常获取数据</li></ul><p>为了请求此API我们需要四个关键参数</p><ul><li>目前有下列几种方法可以获取这些参数 <ul><li>遍历 Unity 的日志文件查找用户打开的祈愿记录URL</li><li>代理本机流量筛选祈愿记录URL</li><li>查找 CefBrowser 的浏览器缓存找到祈愿记录URL</li><li>对于包含了Stoken的Cookie调用genAuthKey API,获取参数</li><li>高级用户手动输入相关URL</li></ul></li></ul><p>在请求API后可以获取到零散的祈愿记录在对其进行拼接后即可获得一份完整的祈愿记录列表</p><h2 id="祈愿的存储" tabindex="-1"><a class="header-anchor" href="#祈愿的存储" aria-hidden="true">#</a> 祈愿的存储</h2><p>获得完整的祈愿记录列表后即可将其简单的序列化入本地数据库内,在需要时可从数据库中反序列化出来呈现给用户。</p><p>后续的对服务器的请求只需要对比数据库中的数据请求新增的部分即可。</p><p>这样,用户即可长期地保存帐号的完整祈愿记录</p><h2 id="uigf格式" tabindex="-1"><a class="header-anchor" href="#uigf格式" aria-hidden="true">#</a> UIGF格式</h2><blockquote><p>统一可交换祈愿记录标准</p><p>Uniformed Interchangeable GachaLog Format standard</p></blockquote><p>UIGF 是由我们联合其他祈愿记录应用倡导、推出并<strong>持久维护</strong>的一个统一的祈愿记录数据交换标准</p><p>标准化的数据格式将允许用户将祈愿记录在不同的转移数据,以使用到不同原神工具中各自的特色功能</p><h3 id="祈愿的导入" tabindex="-1"><a class="header-anchor" href="#祈愿的导入" aria-hidden="true">#</a> 祈愿的导入</h3><p>在使用 UIGF 数据格式的前提下,可以导入曾在其他应用中储存的数据</p><p>胡桃在处理导入时会对比本地储存中存在的最早的索引ID并仅导入较老的数据</p><p>(因为始终可以从米哈游的服务器获取较新的数据,这种原始数据有更高的精确度)</p><h3 id="祈愿的导出" tabindex="-1"><a class="header-anchor" href="#祈愿的导出" aria-hidden="true">#</a> 祈愿的导出</h3><p>尚未实现,正在设计</p>',25),t=[n];function h(p,d){return e(),i("div",null,t)}const o=a(l,[["render",h],["__file","Gacha-system-and-export-principal.html.vue"]]);export{o as default};

View File

@@ -1 +1 @@
import{ab as r,H as s,I as a,F as e,V as t,O as n,Y as c}from"./framework-561d691d.js";const i={},l=e("h1",{id:"httprequestexception错误",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#httprequestexception错误","aria-hidden":"true"},"#"),t(),e("code",null,"HttpRequestException"),t("错误")],-1),p={href:"https://github.com/DGP-Studio/Snap.Hutao/issues/100",target:"_blank",rel:"noopener noreferrer"},d=e("p",null,[t("当胡桃工具箱无法从远程服务器获取到必要资源时(通常是配置文件和图片缓存),会在用户界面抛出如下图所示的 "),e("code",null,"HttpRequestException"),t(" 错误。")],-1),u=e("p",null,[e("img",{src:"https://img.alicdn.com/imgextra/i3/1797064093/O1CN01Tb2RUm1g6du5YeNuy_!!1797064093.jpg",alt:"HttpRequestException",loading:"lazy"})],-1),_=e("p",null,"当你遇到该情况,且已经确定本地网络没有互联网连接问题时,请检查是否启用了系统代理程序。如果是,请关闭。胡桃工具箱的远程服务器在全世界范围内都有类似的体验效果, 你无需为了胡桃工具箱的网络连接而使用代理网络。",-1),h={href:"https://www.telerik.com/fiddler/add-ons",target:"_blank",rel:"noopener noreferrer"},m={href:"https://learn.microsoft.com/zh-CN/windows/iot-core/develop-your-app/loopback",target:"_blank",rel:"noopener noreferrer"};function f(x,b){const o=c("ExternalLinkIcon");return s(),a("div",null,[l,e("blockquote",null,[e("p",null,[t("相关 Issue: "),e("a",p,[t("https://github.com/DGP-Studio/Snap.Hutao/issues/100"),n(o)])])]),d,u,_,e("p",null,[t("如果系统代理是你的网络必须选项,请关闭系统代理而使用 TUN 模式代理;或者也可以通过 "),e("a",h,[t("Windows 8 AppContainer Loopback Utility"),n(o)]),t(" 解除 "),e("a",m,[t("Windows APP Container Loopback 的限制"),n(o)]),t(" 。")])])}const g=r(i,[["render",f],["__file","HttpRequestException.html.vue"]]);export{g as default};
import{ac as r,H as s,I as a,F as e,V as t,O as n,Y as c}from"./framework-3390b3d8.js";const i={},l=e("h1",{id:"httprequestexception错误",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#httprequestexception错误","aria-hidden":"true"},"#"),t(),e("code",null,"HttpRequestException"),t("错误")],-1),p={href:"https://github.com/DGP-Studio/Snap.Hutao/issues/100",target:"_blank",rel:"noopener noreferrer"},d=e("p",null,[t("当胡桃工具箱无法从远程服务器获取到必要资源时(通常是配置文件和图片缓存),会在用户界面抛出如下图所示的 "),e("code",null,"HttpRequestException"),t(" 错误。")],-1),u=e("p",null,[e("img",{src:"https://img.alicdn.com/imgextra/i3/1797064093/O1CN01Tb2RUm1g6du5YeNuy_!!1797064093.jpg",alt:"HttpRequestException",loading:"lazy"})],-1),_=e("p",null,"当你遇到该情况,且已经确定本地网络没有互联网连接问题时,请检查是否启用了系统代理程序。如果是,请关闭。胡桃工具箱的远程服务器在全世界范围内都有类似的体验效果, 你无需为了胡桃工具箱的网络连接而使用代理网络。",-1),h={href:"https://www.telerik.com/fiddler/add-ons",target:"_blank",rel:"noopener noreferrer"},m={href:"https://learn.microsoft.com/zh-CN/windows/iot-core/develop-your-app/loopback",target:"_blank",rel:"noopener noreferrer"};function f(x,k){const o=c("ExternalLinkIcon");return s(),a("div",null,[l,e("blockquote",null,[e("p",null,[t("相关 Issue: "),e("a",p,[t("https://github.com/DGP-Studio/Snap.Hutao/issues/100"),n(o)])])]),d,u,_,e("p",null,[t("如果系统代理是你的网络必须选项,请关闭系统代理而使用 TUN 模式代理;或者也可以通过 "),e("a",h,[t("Windows 8 AppContainer Loopback Utility"),n(o)]),t(" 解除 "),e("a",m,[t("Windows APP Container Loopback 的限制"),n(o)]),t(" 。")])])}const g=r(i,[["render",f],["__file","HttpRequestException.html.vue"]]);export{g as default};

File diff suppressed because one or more lines are too long

View File

@@ -1 +1 @@
import{R as p,o as d,_ as v}from"./app-ab131da6.js";import{c as m,r as i,A as w,h as f,o as g,j as e}from"./framework-561d691d.js";const h=()=>e(p,{name:"loading"},()=>["0s","-0.333s","-0.667s"].map(a=>e("circle",{cx:512,cy:512,r:0,fill:"none",stroke:"currentColor","stroke-width":"20"},[e("animate",{attributeName:"r",repeatCount:"indefinite",dur:"1s",values:"0;400",keyTimes:"0;1",keySplines:"0 0.2 0.8 1",calcMode:"spline",begin:a}),e("animate",{attributeName:"opacity",repeatCount:"indefinite",dur:"1s",values:"1;0",keyTimes:"0;1",keySplines:"0.2 0 0.8 1",calcMode:"spline",begin:a})]))),y='<svg class="icon" viewBox="0 0 1024 1024" xmlns="http://www.w3.org/2000/svg" width="200" height="200"><path d="M240.496 272c-13.504 0-25.664 5.632-34.384 14.608l-.048-.048-189.216 189.2A47.664 47.664 0 0 0 0 512c0 13.504 5.616 25.664 14.592 34.368l-.032.064 192 192 .048-.064A47.68 47.68 0 0 0 240 752a48 48 0 0 0 48-48c0-12.992-5.216-24.752-13.616-33.392l.048-.048-158.304-158.32 157.808-157.808-.048-.048A47.808 47.808 0 0 0 288.496 320a48 48 0 0 0-48-48zm784 240c0-14.56-6.608-27.44-16.848-36.24l-189.216-189.2-.032.048A47.872 47.872 0 0 0 784 272a48 48 0 0 0-48 48c0 13.504 5.632 25.664 14.608 34.384l-.048.048L908.368 512.24l-158.32 158.32.048.048A47.808 47.808 0 0 0 736.48 704a48 48 0 0 0 48 48c12.992 0 24.752-5.216 33.408-13.632l.048.064 192-192-.048-.064A47.68 47.68 0 0 0 1024.496 512zM640 128c-20.8 0-38.496 13.232-45.168 31.712L339.2 830.784a48 48 0 0 0 89.968 33.504L684.8 193.216A48 48 0 0 0 640 128z"/></svg>',C=a=>d({},{autoResize:!0,showCode:!1,showCompileOutput:!1,showImportMap:!0,clearConsole:!1,layout:"vertical",ssr:!1},JSON.parse(decodeURIComponent(a)));var S=m({name:"VuePlayground",props:{title:{type:String,default:""},files:{type:String,required:!0},settings:{type:String,default:"{}"}},setup(a){const n=i(!0),l=w(),s=i(),t=f(()=>C(a.settings)),o=i(t.value.showCode||!1),r=async()=>{const{ReplStore:u,Repl:c}=await v(()=>import("./vue-repl-8955711e.js"),["assets/vue-repl-8955711e.js","assets/app-ab131da6.js","assets/framework-561d691d.js"]);l.value=c,s.value=new u({serializedState:decodeURIComponent(a.files),showOutput:!0}),t.value.vueVersion&&await s.value.setVueVersion(t.value.vueVersion)};return g(async()=>{await r(),n.value=!1}),()=>[e("div",{class:"vue-playground-wrapper"},[e("div",{class:"title-wrapper"},[a.title?e("div",{class:"title"},decodeURIComponent(a.title)):null,e("div",{class:"actions"},[e("button",{class:"action",innerHTML:y,onClick:()=>{o.value=!o.value}})])]),e("div",{class:["repl-container",o.value?"show-code":"hide-code"]},[n.value?e("div",{class:"preview-loading-wrapper"},e(h)):null,l.value?e(l.value,{store:s.value,...t.value}):null])])]}});export{S as default};
import{R as p,o as d,_ as v}from"./app-3a1bbd60.js";import{c as m,r as i,A as w,h as f,o as g,j as e}from"./framework-3390b3d8.js";const h=()=>e(p,{name:"loading"},()=>["0s","-0.333s","-0.667s"].map(a=>e("circle",{cx:512,cy:512,r:0,fill:"none",stroke:"currentColor","stroke-width":"20"},[e("animate",{attributeName:"r",repeatCount:"indefinite",dur:"1s",values:"0;400",keyTimes:"0;1",keySplines:"0 0.2 0.8 1",calcMode:"spline",begin:a}),e("animate",{attributeName:"opacity",repeatCount:"indefinite",dur:"1s",values:"1;0",keyTimes:"0;1",keySplines:"0.2 0 0.8 1",calcMode:"spline",begin:a})]))),y='<svg class="icon" viewBox="0 0 1024 1024" xmlns="http://www.w3.org/2000/svg" width="200" height="200"><path d="M240.496 272c-13.504 0-25.664 5.632-34.384 14.608l-.048-.048-189.216 189.2A47.664 47.664 0 0 0 0 512c0 13.504 5.616 25.664 14.592 34.368l-.032.064 192 192 .048-.064A47.68 47.68 0 0 0 240 752a48 48 0 0 0 48-48c0-12.992-5.216-24.752-13.616-33.392l.048-.048-158.304-158.32 157.808-157.808-.048-.048A47.808 47.808 0 0 0 288.496 320a48 48 0 0 0-48-48zm784 240c0-14.56-6.608-27.44-16.848-36.24l-189.216-189.2-.032.048A47.872 47.872 0 0 0 784 272a48 48 0 0 0-48 48c0 13.504 5.632 25.664 14.608 34.384l-.048.048L908.368 512.24l-158.32 158.32.048.048A47.808 47.808 0 0 0 736.48 704a48 48 0 0 0 48 48c12.992 0 24.752-5.216 33.408-13.632l.048.064 192-192-.048-.064A47.68 47.68 0 0 0 1024.496 512zM640 128c-20.8 0-38.496 13.232-45.168 31.712L339.2 830.784a48 48 0 0 0 89.968 33.504L684.8 193.216A48 48 0 0 0 640 128z"/></svg>',C=a=>d({},{autoResize:!0,showCode:!1,showCompileOutput:!1,showImportMap:!0,clearConsole:!1,layout:"vertical",ssr:!1},JSON.parse(decodeURIComponent(a)));var S=m({name:"VuePlayground",props:{title:{type:String,default:""},files:{type:String,required:!0},settings:{type:String,default:"{}"}},setup(a){const n=i(!0),l=w(),s=i(),t=f(()=>C(a.settings)),o=i(t.value.showCode||!1),r=async()=>{const{ReplStore:u,Repl:c}=await v(()=>import("./vue-repl-047e8afe.js"),["assets/vue-repl-047e8afe.js","assets/app-3a1bbd60.js","assets/framework-3390b3d8.js"]);l.value=c,s.value=new u({serializedState:decodeURIComponent(a.files),showOutput:!0}),t.value.vueVersion&&await s.value.setVueVersion(t.value.vueVersion)};return g(async()=>{await r(),n.value=!1}),()=>[e("div",{class:"vue-playground-wrapper"},[e("div",{class:"title-wrapper"},[a.title?e("div",{class:"title"},decodeURIComponent(a.title)):null,e("div",{class:"actions"},[e("button",{class:"action",innerHTML:y,onClick:()=>{o.value=!o.value}})])]),e("div",{class:["repl-container",o.value?"show-code":"hide-code"]},[n.value?e("div",{class:"preview-loading-wrapper"},e(h)):null,l.value?e(l.value,{store:s.value,...t.value}):null])])]}});export{S as default};

View File

@@ -1 +1 @@
import{ab as r,H as c,I as s,F as e,V as t,O as n,ac as i,Y as l}from"./framework-561d691d.js";const d={},h=i('<h1 id="成就管理" tabindex="-1"><a class="header-anchor" href="#成就管理" aria-hidden="true">#</a> 成就管理</h1><p><img src="https://img.alicdn.com/imgextra/i1/1797064093/O1CN01eddfVC1g6du4Xdd9P_!!1797064093.png" alt="" loading="lazy"></p><p>胡桃工具箱提供成就管理功能,用户可以通过它浏览并管理所有的成就状态</p><ul><li>在第一次使用时,你需要根据提示点击<code>创建新存档</code>按钮以创造一个成就存档并为其命名</li><li>创建第一个资料页后,你可以点击右上角的<code>创建新存档</code>来继续为更多的帐号创建成就记录档案</li></ul><h2 id="成就导入" tabindex="-1"><a class="header-anchor" href="#成就导入" aria-hidden="true">#</a> 成就导入</h2>',5),_={href:"https://www.snapgenshin.com/development/UIAF.html",target:"_blank",rel:"noopener noreferrer"},p=e("strong",null,"成就导出工具",-1),u={href:"https://www.snapgenshin.com/development/ThirdPartyAccess.html#url-%E5%8D%8F%E8%AE%AE",target:"_blank",rel:"noopener noreferrer"},m=e("li",null,[t("你可以点击成就页面右上角隐藏菜单中的"),e("code",null,"导入"),t("按钮,并选择"),e("code",null,"从 UIAF 文件导入"),t("以加载以 UIAF 数据格式储存的第三方成就数据")],-1),f=e("h2",{id:"推荐使用的成就识别工具",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#推荐使用的成就识别工具","aria-hidden":"true"},"#"),t(" 推荐使用的成就识别工具")],-1),g={href:"https://github.com/HolographicHat/YaeAchievement",target:"_blank",rel:"noopener noreferrer"},x={href:"https://cocogoat.work/",target:"_blank",rel:"noopener noreferrer"};function b(k,v){const o=l("ExternalLinkIcon"),a=l("Badge");return c(),s("div",null,[h,e("ul",null,[e("li",null,[t("胡桃工具箱使用"),e("a",_,[t("统一可交换成就标准"),n(o)]),t("数据标准来储存用户的成就数据 "),e("ul",null,[e("li",null,[t("该标准允许用户从其它"),p,t("中通过 "),e("a",u,[t("Url 协议"),n(o)]),t("和剪贴板将数据导入到胡桃工具箱中")])])]),m]),f,e("ul",null,[e("li",null,[e("p",null,[e("a",g,[t("YaeAchievement"),n(o)]),t(),n(a,{text:"成就识别",type:"tip"})])]),e("li",null,[e("p",null,[e("a",x,[t("椰羊cocogoat"),n(o)]),t(),n(a,{text:"成就攻略",type:"tip"})])])])])}const w=r(d,[["render",b],["__file","achievements.html.vue"]]);export{w as default};
import{ac as r,H as c,I as s,F as e,V as t,O as n,ad as i,Y as l}from"./framework-3390b3d8.js";const d={},h=i('<h1 id="成就管理" tabindex="-1"><a class="header-anchor" href="#成就管理" aria-hidden="true">#</a> 成就管理</h1><p><img src="https://img.alicdn.com/imgextra/i1/1797064093/O1CN01eddfVC1g6du4Xdd9P_!!1797064093.png" alt="" loading="lazy"></p><p>胡桃工具箱提供成就管理功能,用户可以通过它浏览并管理所有的成就状态</p><ul><li>在第一次使用时,你需要根据提示点击<code>创建新存档</code>按钮以创造一个成就存档并为其命名</li><li>创建第一个资料页后,你可以点击右上角的<code>创建新存档</code>来继续为更多的帐号创建成就记录档案</li></ul><h2 id="成就导入" tabindex="-1"><a class="header-anchor" href="#成就导入" aria-hidden="true">#</a> 成就导入</h2>',5),_={href:"https://www.snapgenshin.com/development/UIAF.html",target:"_blank",rel:"noopener noreferrer"},p=e("strong",null,"成就导出工具",-1),u={href:"https://www.snapgenshin.com/development/ThirdPartyAccess.html#url-%E5%8D%8F%E8%AE%AE",target:"_blank",rel:"noopener noreferrer"},m=e("li",null,[t("你可以点击成就页面右上角隐藏菜单中的"),e("code",null,"导入"),t("按钮,并选择"),e("code",null,"从 UIAF 文件导入"),t("以加载以 UIAF 数据格式储存的第三方成就数据")],-1),f=e("h2",{id:"推荐使用的成就识别工具",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#推荐使用的成就识别工具","aria-hidden":"true"},"#"),t(" 推荐使用的成就识别工具")],-1),g={href:"https://github.com/HolographicHat/YaeAchievement",target:"_blank",rel:"noopener noreferrer"},x={href:"https://cocogoat.work/",target:"_blank",rel:"noopener noreferrer"};function k(v,b){const o=l("ExternalLinkIcon"),a=l("Badge");return c(),s("div",null,[h,e("ul",null,[e("li",null,[t("胡桃工具箱使用"),e("a",_,[t("统一可交换成就标准"),n(o)]),t("数据标准来储存用户的成就数据 "),e("ul",null,[e("li",null,[t("该标准允许用户从其它"),p,t("中通过 "),e("a",u,[t("Url 协议"),n(o)]),t("和剪贴板将数据导入到胡桃工具箱中")])])]),m]),f,e("ul",null,[e("li",null,[e("p",null,[e("a",g,[t("YaeAchievement"),n(o)]),t(),n(a,{text:"成就识别",type:"tip"})])]),e("li",null,[e("p",null,[e("a",x,[t("椰羊cocogoat"),n(o)]),t(),n(a,{text:"成就攻略",type:"tip"})])])])])}const w=r(d,[["render",k],["__file","achievements.html.vue"]]);export{w as default};

75
assets/app-3a1bbd60.js Normal file

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -1 +1 @@
import{ab as o,H as r,I as s,F as e,V as t,O as n,Y as c}from"./framework-561d691d.js";const i={},l=e("h1",{id:"圣遗物评分机制",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#圣遗物评分机制","aria-hidden":"true"},"#"),t(" 圣遗物评分机制")],-1),_=e("p",null,"因角色设定差异,圣遗物评分机制也必须随角色所需属性而确定。",-1),u={href:"https://github.com/DGP-Studio/Snap.Hutao/tree/main/src/Snap.Hutao/Snap.Hutao/Service/AvatarInfo/Factory",target:"_blank",rel:"noopener noreferrer"},h={href:"https://github.com/DGP-Studio/Snap.Hutao/issues/new/choose",target:"_blank",rel:"noopener noreferrer"};function d(p,f){const a=c("ExternalLinkIcon");return r(),s("div",null,[l,_,e("p",null,[t("如果你有兴趣探索我们的评分机制, 可以审阅"),e("a",u,[t("胡桃工具箱代码"),n(a)]),t(" 来了解评分计算方法。")]),e("p",null,[t("如果你对当前的圣遗物评分机制有新的建议,可以"),e("a",h,[t("在 GitHub 上开启 Issue 为圣遗物评分提供新的依据"),n(a)])])])}const b=o(i,[["render",d],["__file","artifact-rating-rules.html.vue"]]);export{b as default};
import{ac as o,H as r,I as s,F as e,V as t,O as n,Y as c}from"./framework-3390b3d8.js";const i={},l=e("h1",{id:"圣遗物评分机制",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#圣遗物评分机制","aria-hidden":"true"},"#"),t(" 圣遗物评分机制")],-1),_=e("p",null,"因角色设定差异,圣遗物评分机制也必须随角色所需属性而确定。",-1),u={href:"https://github.com/DGP-Studio/Snap.Hutao/tree/main/src/Snap.Hutao/Snap.Hutao/Service/AvatarInfo/Factory",target:"_blank",rel:"noopener noreferrer"},h={href:"https://github.com/DGP-Studio/Snap.Hutao/issues/new/choose",target:"_blank",rel:"noopener noreferrer"};function d(p,f){const a=c("ExternalLinkIcon");return r(),s("div",null,[l,_,e("p",null,[t("如果你有兴趣探索我们的评分机制, 可以审阅"),e("a",u,[t("胡桃工具箱代码"),n(a)]),t(" 来了解评分计算方法。")]),e("p",null,[t("如果你对当前的圣遗物评分机制有新的建议,可以"),e("a",h,[t("在 GitHub 上开启 Issue 为圣遗物评分提供新的依据"),n(a)])])])}const x=o(i,[["render",d],["__file","artifact-rating-rules.html.vue"]]);export{x as default};

View File

@@ -1 +1 @@
import{ab as i,H as u,I as r,F as e,V as t,O as o,ad as c,ac as d,Y as l}from"./framework-561d691d.js";const h={},_=d('<h1 id="提交bug报告" tabindex="-1"><a class="header-anchor" href="#提交bug报告" aria-hidden="true">#</a> 提交BUG报告</h1><p><img src="https://img.shields.io/github/issues/DGP-Studio/Snap.Hutao?style=for-the-badge" alt="opened-issue" loading="lazy"><img src="https://img.shields.io/github/issues-closed/DGP-Studio/Snap.Hutao?style=for-the-badge&amp;color=blue" alt="closed-issue" loading="lazy"></p><h2 id="推荐方法" tabindex="-1"><a class="header-anchor" href="#推荐方法" aria-hidden="true">#</a> 推荐方法</h2>',3),p=e("li",null,"在你使用 Snap Hutao 时如果发现了可复现或不可自行修复的问题,可以通过提交问题反馈来告知开发者。",-1),g={href:"https://github.com/DGP-Studio/Snap.Hutao/issues/100",target:"_blank",rel:"noopener noreferrer"},m=e("li",null,[t("如果你有能力在代码层面修复该问题,也欢迎您直接在对应的项目中发起 PR。 "),e("img",{src:"https://img.alicdn.com/imgextra/i3/1797064093/O1CN01jXBMbe1g6du15k9kx_!!1797064093.jpg",alt:"suggestion",loading:"lazy"}),e("strong",null,"如果你是诚心希望解决问题,则应该在 Issue 中包含尽可能多的信息,比如说:你做了什么;看到了什么结果;程序有什么提示; 你查阅了哪篇文档尝试了什么解决方案结果是什么你的设备ID是什么…… 当你愿意付出更多的时间在提供信息上,更大的可能获得一个准确的解决方案。 一两句话就结束的问题报告大多数不是有效的问题,只会被无视。")],-1),b=e("h3",{id:"客户端问题",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#客户端问题","aria-hidden":"true"},"#"),t(" 客户端问题")],-1),f=e("p",null,"在提交问题前,请务必检查文档内是否已包含了你的问题",-1),S=e("li",null,"首先需要确认您使用的版本是否为最新版本",-1),x=e("li",null,"您可以通过菜单栏中的“常见问题”分类找到这些文档",-1),k={href:"https://github.com/DGP-Studio/Snap.Hutao/issues/new/choose",target:"_blank",rel:"noopener noreferrer"},H=e("p",null,"通过 兔小巢 提交问题",-1),D={href:"https://support.qq.com/products/451231",target:"_blank",rel:"noopener noreferrer"},G=e("h3",{id:"请求增加或更新文档",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#请求增加或更新文档","aria-hidden":"true"},"#"),t(" 请求增加或更新文档")],-1),P={href:"https://github.com/DGP-Studio/Snap.Hutao.Docs/issues/new/choose",target:"_blank",rel:"noopener noreferrer"};function B(y,w){const n=l("ExternalLinkIcon"),s=l("RouterLink"),a=l("Badge");return u(),r("div",null,[_,e("ul",null,[p,e("li",null,[t("在提交问题时,您应当尽可能地详细描述问题。如果有错误的截图,也应该提供。这有利于问题排查并加速问题修复。 "),e("ul",null,[e("li",null,[t("一个可以参考的非常正面的例子是 "),e("a",g,[t("DGP-Studio/Snap.Hutao/issues/100"),o(n)])])])]),m]),b,e("ul",null,[e("li",null,[f,e("ul",null,[S,x,e("li",null,[o(s,{to:"/FAQ/how-to.html"},{default:c(()=>[t("快速解答")]),_:1})])])]),e("li",null,[e("p",null,[t("通过 GitHub 提交问题 "),o(a,{text:"推荐",type:"tip"})]),e("ul",null,[e("li",null,[e("a",k,[t("github.com/DGP-Studio/Snap.Hutao/issues/new/choose"),o(n)])])])]),e("li",null,[H,e("ul",null,[e("li",null,[e("a",D,[t("support.qq.com/products/451231"),o(n)])])])])]),G,e("ul",null,[e("li",null,[t("通过 GitHub 提交问题:"),e("a",P,[t("DGP-Studio/Snap.Hutao.Docs"),o(n)])])])])}const N=i(h,[["render",B],["__file","bug-report.html.vue"]]);export{N as default};
import{ac as i,H as u,I as r,F as e,V as t,O as o,ae as c,ad as d,Y as l}from"./framework-3390b3d8.js";const h={},_=d('<h1 id="提交bug报告" tabindex="-1"><a class="header-anchor" href="#提交bug报告" aria-hidden="true">#</a> 提交BUG报告</h1><p><img src="https://img.shields.io/github/issues/DGP-Studio/Snap.Hutao?style=for-the-badge" alt="opened-issue" loading="lazy"><img src="https://img.shields.io/github/issues-closed/DGP-Studio/Snap.Hutao?style=for-the-badge&amp;color=blue" alt="closed-issue" loading="lazy"></p><h2 id="推荐方法" tabindex="-1"><a class="header-anchor" href="#推荐方法" aria-hidden="true">#</a> 推荐方法</h2>',3),p=e("li",null,"在你使用 Snap Hutao 时如果发现了可复现或不可自行修复的问题,可以通过提交问题反馈来告知开发者。",-1),g={href:"https://github.com/DGP-Studio/Snap.Hutao/issues/100",target:"_blank",rel:"noopener noreferrer"},m=e("li",null,[t("如果你有能力在代码层面修复该问题,也欢迎您直接在对应的项目中发起 PR。 "),e("img",{src:"https://img.alicdn.com/imgextra/i3/1797064093/O1CN01jXBMbe1g6du15k9kx_!!1797064093.jpg",alt:"suggestion",loading:"lazy"}),e("strong",null,"如果你是诚心希望解决问题,则应该在 Issue 中包含尽可能多的信息,比如说:你做了什么;看到了什么结果;程序有什么提示; 你查阅了哪篇文档尝试了什么解决方案结果是什么你的设备ID是什么…… 当你愿意付出更多的时间在提供信息上,更大的可能获得一个准确的解决方案。 一两句话就结束的问题报告大多数不是有效的问题,只会被无视。")],-1),b=e("h3",{id:"客户端问题",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#客户端问题","aria-hidden":"true"},"#"),t(" 客户端问题")],-1),f=e("p",null,"在提交问题前,请务必检查文档内是否已包含了你的问题",-1),S=e("li",null,"首先需要确认您使用的版本是否为最新版本",-1),x=e("li",null,"您可以通过菜单栏中的“常见问题”分类找到这些文档",-1),k={href:"https://github.com/DGP-Studio/Snap.Hutao/issues/new/choose",target:"_blank",rel:"noopener noreferrer"},H=e("p",null,"通过 兔小巢 提交问题",-1),D={href:"https://support.qq.com/products/451231",target:"_blank",rel:"noopener noreferrer"},G=e("h3",{id:"请求增加或更新文档",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#请求增加或更新文档","aria-hidden":"true"},"#"),t(" 请求增加或更新文档")],-1),P={href:"https://github.com/DGP-Studio/Snap.Hutao.Docs/issues/new/choose",target:"_blank",rel:"noopener noreferrer"};function B(y,w){const n=l("ExternalLinkIcon"),s=l("RouterLink"),a=l("Badge");return u(),r("div",null,[_,e("ul",null,[p,e("li",null,[t("在提交问题时,您应当尽可能地详细描述问题。如果有错误的截图,也应该提供。这有利于问题排查并加速问题修复。 "),e("ul",null,[e("li",null,[t("一个可以参考的非常正面的例子是 "),e("a",g,[t("DGP-Studio/Snap.Hutao/issues/100"),o(n)])])])]),m]),b,e("ul",null,[e("li",null,[f,e("ul",null,[S,x,e("li",null,[o(s,{to:"/FAQ/how-to.html"},{default:c(()=>[t("快速解答")]),_:1})])])]),e("li",null,[e("p",null,[t("通过 GitHub 提交问题 "),o(a,{text:"推荐",type:"tip"})]),e("ul",null,[e("li",null,[e("a",k,[t("github.com/DGP-Studio/Snap.Hutao/issues/new/choose"),o(n)])])])]),e("li",null,[H,e("ul",null,[e("li",null,[e("a",D,[t("support.qq.com/products/451231"),o(n)])])])])]),G,e("ul",null,[e("li",null,[t("通过 GitHub 提交问题:"),e("a",P,[t("DGP-Studio/Snap.Hutao.Docs"),o(n)])])])])}const N=i(h,[["render",B],["__file","bug-report.html.vue"]]);export{N as default};

File diff suppressed because one or more lines are too long

View File

@@ -1 +1 @@
import{ab as a,H as t,I as r,F as l,V as i,O as o,ad as c,ac as n,Y as u}from"./framework-561d691d.js";const s={},d=n('<h1 id="角色资料" tabindex="-1"><a class="header-anchor" href="#角色资料" aria-hidden="true">#</a> 角色资料</h1><p><img src="https://img.alicdn.com/imgextra/i3/1797064093/O1CN017m1hd11g6dtvZP5UA_!!1797064093.png" alt="characters-wiki" loading="lazy"></p><p>角色资料是胡桃工具箱中内置的用于查询各个角色的基础信息、天赋数值、命之座、培养材料等数据的 wiki</p><h2 id="已包含的数据" tabindex="-1"><a class="header-anchor" href="#已包含的数据" aria-hidden="true">#</a> 已包含的数据</h2><ul><li>角色列表 <ul><li>使用列表左上角的按钮,可切换列表显示的方式:即&quot;缩略图与名称&quot;或&quot;仅缩略图&quot;</li><li>单击列表中的缩略图或名称,即可跳转到相应的介绍页面</li></ul></li><li>数据内容 <ul><li>角色基本信息 <ul><li>介绍</li><li>各等级下的数值</li><li>属性</li></ul></li></ul></li><li>天赋 <ul><li>基本介绍</li><li>可切换至对应等级天赋的各项数值</li></ul></li><li>命之座</li><li>根据&quot;胡桃数据库&quot;的统计信息而展示的<strong>角色队伍搭配、武器搭配以及圣遗物搭配</strong>的相关推荐</li><li>其他信息 <ul><li>角色立绘</li><li>特色料理</li><li>衣装信息</li><li>角色资料</li><li>角色故事</li></ul></li></ul><h2 id="添加至养成计划" tabindex="-1"><a class="header-anchor" href="#添加至养成计划" aria-hidden="true">#</a> 添加至养成计划</h2>',6),h=l("code",null,"养成计算",-1),_=l("li",null,"该养成计划将默认从角色1级开始培养",-1);function m(f,p){const e=u("RouterLink");return t(),r("div",null,[d,l("ul",null,[l("li",null,[i("在角色资料页面,你可以在选定角色后,点击右上角的"),h,i("按钮来将该角色添加至你的养成计划中 "),l("ul",null,[_,l("li",null,[i("如果你需要基于当前已有的角色创建养成计划,可以使用"),o(e,{to:"/features/character-data.html"},{default:c(()=>[i("我的角色")]),_:1}),i("功能")])])])])])}const g=a(s,[["render",m],["__file","character-wiki.html.vue"]]);export{g as default};
import{ac as a,H as t,I as r,F as l,V as i,O as o,ae as c,ad as n,Y as u}from"./framework-3390b3d8.js";const s={},d=n('<h1 id="角色资料" tabindex="-1"><a class="header-anchor" href="#角色资料" aria-hidden="true">#</a> 角色资料</h1><p><img src="https://img.alicdn.com/imgextra/i3/1797064093/O1CN017m1hd11g6dtvZP5UA_!!1797064093.png" alt="characters-wiki" loading="lazy"></p><p>角色资料是胡桃工具箱中内置的用于查询各个角色的基础信息、天赋数值、命之座、培养材料等数据的 wiki</p><h2 id="已包含的数据" tabindex="-1"><a class="header-anchor" href="#已包含的数据" aria-hidden="true">#</a> 已包含的数据</h2><ul><li>角色列表 <ul><li>使用列表左上角的按钮,可切换列表显示的方式:即&quot;缩略图与名称&quot;或&quot;仅缩略图&quot;</li><li>单击列表中的缩略图或名称,即可跳转到相应的介绍页面</li></ul></li><li>数据内容 <ul><li>角色基本信息 <ul><li>介绍</li><li>各等级下的数值</li><li>属性</li></ul></li></ul></li><li>天赋 <ul><li>基本介绍</li><li>可切换至对应等级天赋的各项数值</li></ul></li><li>命之座</li><li>根据&quot;胡桃数据库&quot;的统计信息而展示的<strong>角色队伍搭配、武器搭配以及圣遗物搭配</strong>的相关推荐</li><li>其他信息 <ul><li>角色立绘</li><li>特色料理</li><li>衣装信息</li><li>角色资料</li><li>角色故事</li></ul></li></ul><h2 id="添加至养成计划" tabindex="-1"><a class="header-anchor" href="#添加至养成计划" aria-hidden="true">#</a> 添加至养成计划</h2>',6),h=l("code",null,"养成计算",-1),_=l("li",null,"该养成计划将默认从角色1级开始培养",-1);function m(f,p){const e=u("RouterLink");return t(),r("div",null,[d,l("ul",null,[l("li",null,[i("在角色资料页面,你可以在选定角色后,点击右上角的"),h,i("按钮来将该角色添加至你的养成计划中 "),l("ul",null,[_,l("li",null,[i("如果你需要基于当前已有的角色创建养成计划,可以使用"),o(e,{to:"/features/character-data.html"},{default:c(()=>[i("我的角色")]),_:1}),i("功能")])])])])])}const g=a(s,[["render",m],["__file","character-wiki.html.vue"]]);export{g as default};

View File

@@ -1 +1 @@
import{ab as a,H as r,I as s,F as t,V as e,O as n,Y as l}from"./framework-561d691d.js";const i={},h=t("h1",{id:"加入用户社区",tabindex:"-1"},[t("a",{class:"header-anchor",href:"#加入用户社区","aria-hidden":"true"},"#"),e(" 加入用户社区")],-1),d=t("p",null,"作为开源软件,社区动力是胡桃工具箱生态的重要组成部分,你可以在通过下面的方式加入到胡桃的用户社区中。",-1),c=t("p",null,[t("strong",null,"如果你认为胡桃工具箱是一个好的项目或者有帮助到你,你可以通过以下方式支持我们")],-1),u={href:"https://github.com/DGP-Studio/Snap.Hutao",target:"_blank",rel:"noopener noreferrer"},_=t("img",{src:"https://img.shields.io/github/stars/DGP-Studio/Snap.Hutao?style=plastic&color=red",alt:"hutao.stars",loading:"lazy"},null,-1),p={href:"https://github.com/DGP-Studio/Snap.Hutao.Docs",target:"_blank",rel:"noopener noreferrer"},g=t("img",{src:"https://img.shields.io/github/stars/DGP-Studio/Snap.Hutao.Docs?style=plastic&color=red",alt:"hutao.docs.stars",loading:"lazy"},null,-1),m=t("li",null,[e("在"),t("a",{href:"ms-windows-store://review/?ProductId=9PH4NXJ2JN52"},"微软商店"),e("上给出好评")],-1),f=t("li",null,"在更多的地方帮助我们宣传",-1),b=t("p",null,[t("img",{src:"https://img.shields.io/github/commit-activity/y/DGP-Studio/Snap.Hutao?style=for-the-badge",alt:"commit_activity",loading:"lazy"}),t("img",{src:"https://img.shields.io/github/last-commit/DGP-Studio/Snap.Hutao?label=Hutao Last Commit&style=for-the-badge",alt:"hutao-last-commit",loading:"lazy"})],-1),S=t("h2",{id:"github-讨论",tabindex:"-1"},[t("a",{class:"header-anchor",href:"#github-讨论","aria-hidden":"true"},"#"),e(" GitHub 讨论")],-1),k={href:"https://github.com/DGP-Studio/Snap.Hutao/discussions",target:"_blank",rel:"noopener noreferrer"},y=t("h2",{id:"qq-群",tabindex:"-1"},[t("a",{class:"header-anchor",href:"#qq-群","aria-hidden":"true"},"#"),e(" QQ 群")],-1),H={href:"https://go.hut.ao/qun1",target:"_blank",rel:"noopener noreferrer"},D={href:"https://go.hut.ao/qun2",target:"_blank",rel:"noopener noreferrer"},q={href:"https://go.hut.ao/qun3",target:"_blank",rel:"noopener noreferrer"},x={href:"https://go.hut.ao/qun4",target:"_blank",rel:"noopener noreferrer"},G={href:"https://jq.qq.com/?_wv=1027&k=pCOEg7fJ",target:"_blank",rel:"noopener noreferrer"},P=t("h2",{id:"discord",tabindex:"-1"},[t("a",{class:"header-anchor",href:"#discord","aria-hidden":"true"},"#"),e(" Discord")],-1),v={href:"https://discord.gg/Yb8bykaUKp",target:"_blank",rel:"noopener noreferrer"};function N(w,z){const o=l("ExternalLinkIcon");return r(),s("div",null,[h,d,c,t("ul",null,[t("li",null,[e("为我们在 GitHub 上的项目加星点赞 ⭐ "),t("ul",null,[t("li",null,[t("a",u,[e("Snap.Hutao"),n(o)]),e(),_]),t("li",null,[t("a",p,[e("Snap.Hutao.Docs"),n(o)]),e(),g])])]),m,f]),b,S,t("p",null,[t("a",k,[e("Snap.Hutao Discussion"),n(o)])]),y,t("ul",null,[t("li",null,[t("a",H,[e("Snap 一群"),n(o)])]),t("li",null,[t("a",D,[e("Snap 二群"),n(o)])]),t("li",null,[t("a",q,[e("Snap 三群"),n(o)])]),t("li",null,[t("a",x,[e("Snap 四群"),n(o)])]),t("li",null,[t("a",G,[e("Snap 开发交流群"),n(o)])])]),P,t("p",null,[e("邀请链接:"),t("a",v,[e("https://discord.gg/Yb8bykaUKp"),n(o)])])])}const I=a(i,[["render",N],["__file","community.html.vue"]]);export{I as default};
import{ac as a,H as r,I as s,F as t,V as e,O as n,Y as l}from"./framework-3390b3d8.js";const i={},h=t("h1",{id:"加入用户社区",tabindex:"-1"},[t("a",{class:"header-anchor",href:"#加入用户社区","aria-hidden":"true"},"#"),e(" 加入用户社区")],-1),c=t("p",null,"作为开源软件,社区动力是胡桃工具箱生态的重要组成部分,你可以在通过下面的方式加入到胡桃的用户社区中。",-1),d=t("p",null,[t("strong",null,"如果你认为胡桃工具箱是一个好的项目或者有帮助到你,你可以通过以下方式支持我们")],-1),u={href:"https://github.com/DGP-Studio/Snap.Hutao",target:"_blank",rel:"noopener noreferrer"},_=t("img",{src:"https://img.shields.io/github/stars/DGP-Studio/Snap.Hutao?style=plastic&color=red",alt:"hutao.stars",loading:"lazy"},null,-1),p={href:"https://github.com/DGP-Studio/Snap.Hutao.Docs",target:"_blank",rel:"noopener noreferrer"},g=t("img",{src:"https://img.shields.io/github/stars/DGP-Studio/Snap.Hutao.Docs?style=plastic&color=red",alt:"hutao.docs.stars",loading:"lazy"},null,-1),m=t("li",null,[e("在"),t("a",{href:"ms-windows-store://review/?ProductId=9PH4NXJ2JN52"},"微软商店"),e("上给出好评")],-1),f=t("li",null,"在更多的地方帮助我们宣传",-1),b=t("p",null,[t("img",{src:"https://img.shields.io/github/commit-activity/y/DGP-Studio/Snap.Hutao?style=for-the-badge",alt:"commit_activity",loading:"lazy"}),t("img",{src:"https://img.shields.io/github/last-commit/DGP-Studio/Snap.Hutao?label=Hutao Last Commit&style=for-the-badge",alt:"hutao-last-commit",loading:"lazy"})],-1),S=t("h2",{id:"github-讨论",tabindex:"-1"},[t("a",{class:"header-anchor",href:"#github-讨论","aria-hidden":"true"},"#"),e(" GitHub 讨论")],-1),k={href:"https://github.com/DGP-Studio/Snap.Hutao/discussions",target:"_blank",rel:"noopener noreferrer"},y=t("h2",{id:"qq-群",tabindex:"-1"},[t("a",{class:"header-anchor",href:"#qq-群","aria-hidden":"true"},"#"),e(" QQ 群")],-1),H={href:"https://go.hut.ao/qun1",target:"_blank",rel:"noopener noreferrer"},D={href:"https://go.hut.ao/qun2",target:"_blank",rel:"noopener noreferrer"},q={href:"https://go.hut.ao/qun3",target:"_blank",rel:"noopener noreferrer"},x={href:"https://go.hut.ao/qun4",target:"_blank",rel:"noopener noreferrer"},G={href:"https://jq.qq.com/?_wv=1027&k=pCOEg7fJ",target:"_blank",rel:"noopener noreferrer"},P=t("h2",{id:"discord",tabindex:"-1"},[t("a",{class:"header-anchor",href:"#discord","aria-hidden":"true"},"#"),e(" Discord")],-1),v={href:"https://discord.gg/Yb8bykaUKp",target:"_blank",rel:"noopener noreferrer"};function N(w,z){const o=l("ExternalLinkIcon");return r(),s("div",null,[h,c,d,t("ul",null,[t("li",null,[e("为我们在 GitHub 上的项目加星点赞 ⭐ "),t("ul",null,[t("li",null,[t("a",u,[e("Snap.Hutao"),n(o)]),e(),_]),t("li",null,[t("a",p,[e("Snap.Hutao.Docs"),n(o)]),e(),g])])]),m,f]),b,S,t("p",null,[t("a",k,[e("Snap.Hutao Discussion"),n(o)])]),y,t("ul",null,[t("li",null,[t("a",H,[e("Snap 一群"),n(o)])]),t("li",null,[t("a",D,[e("Snap 二群"),n(o)])]),t("li",null,[t("a",q,[e("Snap 三群"),n(o)])]),t("li",null,[t("a",x,[e("Snap 四群"),n(o)])]),t("li",null,[t("a",G,[e("Snap 开发交流群"),n(o)])])]),P,t("p",null,[e("邀请链接:"),t("a",v,[e("https://discord.gg/Yb8bykaUKp"),n(o)])])])}const I=a(i,[["render",N],["__file","community.html.vue"]]);export{I as default};

View File

@@ -1 +1 @@
import{ab as n,H as o,I as d,F as l,V as i,O as t,ad as a,ac as s,Y as c}from"./framework-561d691d.js";const r={},u=l("h1",{id:"实时便笺",tabindex:"-1"},[l("a",{class:"header-anchor",href:"#实时便笺","aria-hidden":"true"},"#"),i(" 实时便笺")],-1),h={class:"hint-container info"},_=l("p",{class:"hint-container-title"},"相关信息",-1),m=l("p",null,[l("img",{src:"https://img.alicdn.com/imgextra/i2/1797064093/O1CN01tiu6aD1g6duB3mtYQ_!!1797064093.png",alt:"live-data-tracking",loading:"lazy"})],-1),f=l("h2",{id:"添加角色",tabindex:"-1"},[l("a",{class:"header-anchor",href:"#添加角色","aria-hidden":"true"},"#"),i(" 添加角色")],-1),p=l("li",null,[i("点击"),l("code",null,"添加角色"),i("按钮")],-1),x=l("li",null,[i("在弹出的"),l("code",null,"添加角色"),i("浮窗中,选择您要添加的游戏角色,并单击其右侧的加号按钮")],-1),g=l("li",null,[i("实时便笺是间隔固定时间自动刷新的 "),l("ul",null,[l("li",null,[i("你可以点击窗口右上角的"),l("code",null,"通知设置"),i("来设置查询的间隔时间")]),l("li",null,[i("如您需要立即刷新以获取实时的最新数值,请单击"),l("code",null,"立即刷新"),i("按钮")])])],-1),b=s('<h2 id="全局通知设置" tabindex="-1"><a class="header-anchor" href="#全局通知设置" aria-hidden="true">#</a> 全局通知设置</h2><ul><li>在窗口右上角点击<code>通知设置</code>可以修改实时便笺的全局设置,包括: <ul><li>数据刷新间隔时间</li><li>通知免打扰</li><li>高优先度通知 <ul><li>这将避免胡桃工具箱的通知被自动收入操作中心</li><li>请注意,开启此设置可能会让您在日常使用电脑期间受到打扰</li></ul></li></ul></li></ul><h2 id="帐号独立设置" tabindex="-1"><a class="header-anchor" href="#帐号独立设置" aria-hidden="true">#</a> 帐号独立设置</h2><ul><li>胡桃工具箱的实时便笺功能允许用户对每一个被监控的帐号给予不同的设置</li><li>将鼠标停留在<strong>需要被设置的</strong>角色实时便笺的窗体上</li><li>点击其窗体右上角出现的设置图案按钮,即可修改如下参数 <ul><li>原粹树脂提醒阈值</li><li>洞天宝钱提醒阈值</li><li>启用参量质变仪提醒</li><li>启用每日委托上限提醒</li><li>启用探索派遣完成提醒</li><li>启用在主页显示卡片 (未上线的新功能)</li></ul></li><li>点击<code>保存</code>,即可保存您当前所设置的通知选项</li></ul><h2 id="删除角色" tabindex="-1"><a class="header-anchor" href="#删除角色" aria-hidden="true">#</a> 删除角色</h2><ul><li>将鼠标停留在需要被设置的角色实时便笺的窗体上</li><li>点击其窗体右上角出现的移除标志按钮,即可移除该角色对应的实时便笺</li></ul>',6);function k(N,v){const e=c("RouterLink");return o(),d("div",null,[u,l("div",h,[_,l("p",null,[i("该功能需要你在胡桃工具箱中登录米游社帐号,登录方法可见"),t(e,{to:"/features/mhy-account-switch.html"},{default:a(()=>[i("米游社多帐号切换")]),_:1}),i("文档")])]),m,f,l("ul",null,[p,x,l("li",null,[i("此时您添加的游戏角色即可显示在实时便笺页面中 "),l("ul",null,[g,l("li",null,[i('如出现"账号有风险,请前往米游社查看"字样的提示 '),l("ul",null,[l("li",null,[i("请参考"),t(e,{to:"/FAQ/mihoyo-risk-tip.html"},{default:a(()=>[i("账号风险提示")]),_:1}),i("文档")])])])])])]),b])}const V=n(r,[["render",k],["__file","daily-notes.html.vue"]]);export{V as default};
import{ac as n,H as o,I as d,F as l,V as i,O as t,ae as a,ad as s,Y as c}from"./framework-3390b3d8.js";const r={},u=l("h1",{id:"实时便笺",tabindex:"-1"},[l("a",{class:"header-anchor",href:"#实时便笺","aria-hidden":"true"},"#"),i(" 实时便笺")],-1),h={class:"hint-container info"},_=l("p",{class:"hint-container-title"},"相关信息",-1),m=l("p",null,[l("img",{src:"https://img.alicdn.com/imgextra/i2/1797064093/O1CN01tiu6aD1g6duB3mtYQ_!!1797064093.png",alt:"live-data-tracking",loading:"lazy"})],-1),f=l("h2",{id:"添加角色",tabindex:"-1"},[l("a",{class:"header-anchor",href:"#添加角色","aria-hidden":"true"},"#"),i(" 添加角色")],-1),p=l("li",null,[i("点击"),l("code",null,"添加角色"),i("按钮")],-1),x=l("li",null,[i("在弹出的"),l("code",null,"添加角色"),i("浮窗中,选择您要添加的游戏角色,并单击其右侧的加号按钮")],-1),g=l("li",null,[i("实时便笺是间隔固定时间自动刷新的 "),l("ul",null,[l("li",null,[i("你可以点击窗口右上角的"),l("code",null,"通知设置"),i("来设置查询的间隔时间")]),l("li",null,[i("如您需要立即刷新以获取实时的最新数值,请单击"),l("code",null,"立即刷新"),i("按钮")])])],-1),k=s('<h2 id="全局通知设置" tabindex="-1"><a class="header-anchor" href="#全局通知设置" aria-hidden="true">#</a> 全局通知设置</h2><ul><li>在窗口右上角点击<code>通知设置</code>可以修改实时便笺的全局设置,包括: <ul><li>数据刷新间隔时间</li><li>通知免打扰</li><li>高优先度通知 <ul><li>这将避免胡桃工具箱的通知被自动收入操作中心</li><li>请注意,开启此设置可能会让您在日常使用电脑期间受到打扰</li></ul></li></ul></li></ul><h2 id="帐号独立设置" tabindex="-1"><a class="header-anchor" href="#帐号独立设置" aria-hidden="true">#</a> 帐号独立设置</h2><ul><li>胡桃工具箱的实时便笺功能允许用户对每一个被监控的帐号给予不同的设置</li><li>将鼠标停留在<strong>需要被设置的</strong>角色实时便笺的窗体上</li><li>点击其窗体右上角出现的设置图案按钮,即可修改如下参数 <ul><li>原粹树脂提醒阈值</li><li>洞天宝钱提醒阈值</li><li>启用参量质变仪提醒</li><li>启用每日委托上限提醒</li><li>启用探索派遣完成提醒</li><li>启用在主页显示卡片 (未上线的新功能)</li></ul></li><li>点击<code>保存</code>,即可保存您当前所设置的通知选项</li></ul><h2 id="删除角色" tabindex="-1"><a class="header-anchor" href="#删除角色" aria-hidden="true">#</a> 删除角色</h2><ul><li>将鼠标停留在需要被设置的角色实时便笺的窗体上</li><li>点击其窗体右上角出现的移除标志按钮,即可移除该角色对应的实时便笺</li></ul>',6);function N(b,v){const e=c("RouterLink");return o(),d("div",null,[u,l("div",h,[_,l("p",null,[i("该功能需要你在胡桃工具箱中登录米游社帐号,登录方法可见"),t(e,{to:"/features/mhy-account-switch.html"},{default:a(()=>[i("米游社多帐号切换")]),_:1}),i("文档")])]),m,f,l("ul",null,[p,x,l("li",null,[i("此时您添加的游戏角色即可显示在实时便笺页面中 "),l("ul",null,[g,l("li",null,[i('如出现"账号有风险,请前往米游社查看"字样的提示 '),l("ul",null,[l("li",null,[i("请参考"),t(e,{to:"/FAQ/mihoyo-risk-tip.html"},{default:a(()=>[i("账号风险提示")]),_:1}),i("文档")])])])])])]),k])}const V=n(r,[["render",N],["__file","daily-notes.html.vue"]]);export{V as default};

View File

@@ -1 +1 @@
import{ab as a,H as i,I as l,F as o,V as e,O as u,ad as r,ac as d,Y as n}from"./framework-561d691d.js";const c={},h=d('<h1 id="养成计划" tabindex="-1"><a class="header-anchor" href="#养成计划" aria-hidden="true">#</a> 养成计划</h1><p><img src="https://img.alicdn.com/imgextra/i3/1797064093/O1CN01huh2t51g6du5DUiGt_!!1797064093.png" alt="dev-plan" loading="lazy"></p><h2 id="添加养成目标进入材料清单" tabindex="-1"><a class="header-anchor" href="#添加养成目标进入材料清单" aria-hidden="true">#</a> 添加养成目标进入材料清单</h2><h3 id="基于-wiki-资料添加" tabindex="-1"><a class="header-anchor" href="#基于-wiki-资料添加" aria-hidden="true">#</a> 基于 WIKI 资料添加</h3><ul><li>在胡桃工具箱的左侧栏目中,点击<code>角色资料</code>或<code>武器资料</code>功能</li><li>在&quot;胡桃工具箱&quot;的整体界面右上部分,点击<code>养成计算</code>按钮</li><li>在弹出的&quot;添加到当前养成计划&quot;的窗口中,填写角色需要计算的各项属性的起始等级以及目标等级 <ul><li>基于 WIKI 资料添加的养成目标默认初始值为1级</li></ul></li></ul><h3 id="基于玩家数据添加" tabindex="-1"><a class="header-anchor" href="#基于玩家数据添加" aria-hidden="true">#</a> 基于玩家数据添加</h3><ul><li>在&quot;胡桃工具箱&quot;的左侧栏目中,点击<code>我的角色</code>功能</li><li>在选中角色后,点击右上角的<code>养成计算</code>按钮</li><li>在弹出的&quot;添加到当前养成计划&quot;的窗口中,填写角色需要计算的各项属性的&quot;起始等级&quot;以及&quot;目标等级&quot; <ul><li>基于玩家数据添加的养成目标,默认初始等级为玩家当前的角色等级</li><li>请参考<a href="character-data#%E5%B0%86%E5%BD%93%E5%89%8D%E9%80%89%E5%AE%9A%E8%A7%92%E8%89%B2%E5%8A%A0%E5%85%A5%E5%85%BB%E6%88%90%E8%AE%A1%E7%AE%97">属性统计</a>文档以获取更多信息</li></ul></li></ul><h2 id="背包物品" tabindex="-1"><a class="header-anchor" href="#背包物品" aria-hidden="true">#</a> 背包物品</h2><ul><li>在&quot;胡桃工具箱&quot;的左侧栏目中,点击&quot;养成计划&quot;功能</li><li>点击&quot;背包物品&quot;功能栏</li><li>在&quot;胡桃工具箱&quot;的整体界面右上部分,点击&quot;新建计划&quot;按钮</li><li>在弹出的&quot;创建新的养成计划&quot;的窗口中,填写需要创建的养成计划名称 <ul><li>此处可勾选&quot;绑定当前选中的账号角色&quot;</li><li>&quot;新建计划&quot;按钮左侧的下拉选项框,可<strong>自行切换不同的养成计划</strong></li></ul></li><li>点击下方的任意物品图标或数字区域,即可手动编辑该种材料的数目 <ul><li>背包物品的具体材料信息,<strong>对应于</strong>其修改时,所切换至的养成计划</li></ul></li><li>在&quot;胡桃工具箱&quot;的整体界面右上部分,可点击&quot;删除计划&quot;按钮,将当前的养成计划删除 <ul><li>在删除当前养成计划后,处于切换至该养成计划时,输入的背包物品信息将一同删除</li></ul></li></ul><h2 id="功能说明" tabindex="-1"><a class="header-anchor" href="#功能说明" aria-hidden="true">#</a> 功能说明</h2>',10);function s(q,E){const t=n("RouterLink");return i(),l("div",null,[h,o("p",null,[e("此功能尚在完善阶段,若您有建设性的建议,或发现了显著的问题,请按"),u(t,{to:"/statements/bug-report.html"},{default:r(()=>[e("此页面")]),_:1}),e("直接向我们反馈,感谢您的贡献!")])])}const p=a(c,[["render",s],["__file","develop-plan.html.vue"]]);export{p as default};
import{ac as a,H as i,I as l,F as o,V as e,O as u,ae as r,ad as d,Y as n}from"./framework-3390b3d8.js";const c={},h=d('<h1 id="养成计划" tabindex="-1"><a class="header-anchor" href="#养成计划" aria-hidden="true">#</a> 养成计划</h1><p><img src="https://img.alicdn.com/imgextra/i3/1797064093/O1CN01huh2t51g6du5DUiGt_!!1797064093.png" alt="dev-plan" loading="lazy"></p><h2 id="添加养成目标进入材料清单" tabindex="-1"><a class="header-anchor" href="#添加养成目标进入材料清单" aria-hidden="true">#</a> 添加养成目标进入材料清单</h2><h3 id="基于-wiki-资料添加" tabindex="-1"><a class="header-anchor" href="#基于-wiki-资料添加" aria-hidden="true">#</a> 基于 WIKI 资料添加</h3><ul><li>在胡桃工具箱的左侧栏目中,点击<code>角色资料</code>或<code>武器资料</code>功能</li><li>在&quot;胡桃工具箱&quot;的整体界面右上部分,点击<code>养成计算</code>按钮</li><li>在弹出的&quot;添加到当前养成计划&quot;的窗口中,填写角色需要计算的各项属性的起始等级以及目标等级 <ul><li>基于 WIKI 资料添加的养成目标默认初始值为1级</li></ul></li></ul><h3 id="基于玩家数据添加" tabindex="-1"><a class="header-anchor" href="#基于玩家数据添加" aria-hidden="true">#</a> 基于玩家数据添加</h3><ul><li>在&quot;胡桃工具箱&quot;的左侧栏目中,点击<code>我的角色</code>功能</li><li>在选中角色后,点击右上角的<code>养成计算</code>按钮</li><li>在弹出的&quot;添加到当前养成计划&quot;的窗口中,填写角色需要计算的各项属性的&quot;起始等级&quot;以及&quot;目标等级&quot; <ul><li>基于玩家数据添加的养成目标,默认初始等级为玩家当前的角色等级</li><li>请参考<a href="character-data#%E5%B0%86%E5%BD%93%E5%89%8D%E9%80%89%E5%AE%9A%E8%A7%92%E8%89%B2%E5%8A%A0%E5%85%A5%E5%85%BB%E6%88%90%E8%AE%A1%E7%AE%97">属性统计</a>文档以获取更多信息</li></ul></li></ul><h2 id="背包物品" tabindex="-1"><a class="header-anchor" href="#背包物品" aria-hidden="true">#</a> 背包物品</h2><ul><li>在&quot;胡桃工具箱&quot;的左侧栏目中,点击&quot;养成计划&quot;功能</li><li>点击&quot;背包物品&quot;功能栏</li><li>在&quot;胡桃工具箱&quot;的整体界面右上部分,点击&quot;新建计划&quot;按钮</li><li>在弹出的&quot;创建新的养成计划&quot;的窗口中,填写需要创建的养成计划名称 <ul><li>此处可勾选&quot;绑定当前选中的账号角色&quot;</li><li>&quot;新建计划&quot;按钮左侧的下拉选项框,可<strong>自行切换不同的养成计划</strong></li></ul></li><li>点击下方的任意物品图标或数字区域,即可手动编辑该种材料的数目 <ul><li>背包物品的具体材料信息,<strong>对应于</strong>其修改时,所切换至的养成计划</li></ul></li><li>在&quot;胡桃工具箱&quot;的整体界面右上部分,可点击&quot;删除计划&quot;按钮,将当前的养成计划删除 <ul><li>在删除当前养成计划后,处于切换至该养成计划时,输入的背包物品信息将一同删除</li></ul></li></ul><h2 id="功能说明" tabindex="-1"><a class="header-anchor" href="#功能说明" aria-hidden="true">#</a> 功能说明</h2>',10);function s(q,E){const t=n("RouterLink");return i(),l("div",null,[h,o("p",null,[e("此功能尚在完善阶段,若您有建设性的建议,或发现了显著的问题,请按"),u(t,{to:"/statements/bug-report.html"},{default:r(()=>[e("此页面")]),_:1}),e("直接向我们反馈,感谢您的贡献!")])])}const p=a(c,[["render",s],["__file","develop-plan.html.vue"]]);export{p as default};

View File

@@ -0,0 +1,2 @@
const i=`@media (min-width: 751px){#docsearch-container{min-width:171.36px}}@media (max-width: 750px){.DocSearch-Container{position:fixed}#docsearch-container{min-width:52px}}@media print{#docsearch-container{display:none}}
`;export{i as default};

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -1 +1 @@
import{ab as n,H as a,I as c,F as e,V as o,O as l,ac as i,Y as r}from"./framework-561d691d.js";const d={},s=i('<h1 id="使用第三方工具获取有-stoken-的-cookie" tabindex="-1"><a class="header-anchor" href="#使用第三方工具获取有-stoken-的-cookie" aria-hidden="true">#</a> 使用第三方工具获取有 Stoken 的 cookie</h1><div class="hint-container warning"><p class="hint-container-title">注意</p><ul><li>以下步骤中涉及的软件、开源项目等资源均来源于互联网,与 DGP-Studio 无关</li><li>本说明文档仅提供有关的解决思路,仅供学习使用,具体操作与操作后果与本项目无关</li></ul></div><h2 id="android" tabindex="-1"><a class="header-anchor" href="#android" aria-hidden="true">#</a> Android</h2><p>Android 用户可以使用开源项目 GetToken 来获取包含 Stoken 字段的 cookie</p>',4),h={class:"hint-container tip"},k=e("p",{class:"hint-container-title"},"GetToken 开源项目",-1),p={href:"https://github.com/HolographicHat/GetToken",target:"_blank",rel:"noopener noreferrer"},u=i('<ul><li>GetToken 项目的发布会包含两个 apk 文件,两者最终效果相同。根据你的设备情况选择适合你的版本即可 <ul><li><code>app-release.apk</code> 为一个 LSPosed 插件允许用户在官方米游社中使用 GetToken 功能</li><li>名称以<code>lspatched</code>结尾的 apk 文件是一个已包含 GetToken 功能的修改版米游社程序 <ul><li>你需要卸载官方版米游社以安装该版本的米游社</li></ul></li></ul></li><li>启用插件或安装修改版米游社后打开米游社,在底栏点击&quot;我的&quot;,然后登录您的通行证</li><li>在右上角点击形如🔑形状的按钮</li><li>点击勾选 <code>Stoken</code> 选项</li><li>点击<code>复制登录信息</code></li><li>将复制到的 Stoken 发送到已经安装了胡桃工具箱的电脑</li><li>在<code>胡桃工具箱</code>中的账号登录位置,点击<code>手动输入</code></li><li>将之前获取到的 cookie 输入,此时即可完成登录</li></ul><h2 id="ios" tabindex="-1"><a class="header-anchor" href="#ios" aria-hidden="true">#</a> iOS</h2><p>iOS 用户可以在 App Store 下载抓包软件 Stream 来获取包含 Stoken 字段的 cookie</p>',3),_={href:"https://apps.apple.com/cn/app/stream/id1312141691",target:"_blank",rel:"noopener noreferrer"},m=i("<li>对域名 <code>api-takumi.mihoyo.com</code> 进行抓包分析</li><li>找到并复制带有 <code>Stoken</code> 的数据 <ul><li>形如<code>stuid=****;stoken=v2****;mid=****;</code></li></ul></li><li>将复制到的 Stoken 发送到已经安装了胡桃工具箱的电脑</li><li>在<code>胡桃工具箱</code>中的账号登录位置,点击<code>手动输入</code></li><li>将之前获取到的 cookie 输入,此时即可完成登录</li>",5);function S(f,T){const t=r("ExternalLinkIcon");return a(),c("div",null,[s,e("div",h,[k,e("ul",null,[e("li",null,[o("GitHub"),e("a",p,[o("HolographicHat/GetToken"),l(t)])])])]),u,e("ul",null,[e("li",null,[o("从 App Store 下载 "),e("a",_,[o("Stream"),l(t)])]),m])])}const G=n(d,[["render",S],["__file","get-stoken-cookie-from-the-third-party.html.vue"]]);export{G as default};
import{ac as n,H as a,I as c,F as e,V as o,O as l,ad as i,Y as d}from"./framework-3390b3d8.js";const r={},s=i('<h1 id="使用第三方工具获取有-stoken-的-cookie" tabindex="-1"><a class="header-anchor" href="#使用第三方工具获取有-stoken-的-cookie" aria-hidden="true">#</a> 使用第三方工具获取有 Stoken 的 cookie</h1><div class="hint-container warning"><p class="hint-container-title">注意</p><ul><li>以下步骤中涉及的软件、开源项目等资源均来源于互联网,与 DGP-Studio 无关</li><li>本说明文档仅提供有关的解决思路,仅供学习使用,具体操作与操作后果与本项目无关</li></ul></div><h2 id="android" tabindex="-1"><a class="header-anchor" href="#android" aria-hidden="true">#</a> Android</h2><p>Android 用户可以使用开源项目 GetToken 来获取包含 Stoken 字段的 cookie</p>',4),h={class:"hint-container tip"},k=e("p",{class:"hint-container-title"},"GetToken 开源项目",-1),p={href:"https://github.com/HolographicHat/GetToken",target:"_blank",rel:"noopener noreferrer"},u=i('<ul><li>GetToken 项目的发布会包含两个 apk 文件,两者最终效果相同。根据你的设备情况选择适合你的版本即可 <ul><li><code>app-release.apk</code> 为一个 LSPosed 插件允许用户在官方米游社中使用 GetToken 功能</li><li>名称以<code>lspatched</code>结尾的 apk 文件是一个已包含 GetToken 功能的修改版米游社程序 <ul><li>你需要卸载官方版米游社以安装该版本的米游社</li></ul></li></ul></li><li>启用插件或安装修改版米游社后打开米游社,在底栏点击&quot;我的&quot;,然后登录您的通行证</li><li>在右上角点击形如🔑形状的按钮</li><li>点击勾选 <code>Stoken</code> 选项</li><li>点击<code>复制登录信息</code></li><li>将复制到的 Stoken 发送到已经安装了胡桃工具箱的电脑</li><li>在<code>胡桃工具箱</code>中的账号登录位置,点击<code>手动输入</code></li><li>将之前获取到的 cookie 输入,此时即可完成登录</li></ul><h2 id="ios" tabindex="-1"><a class="header-anchor" href="#ios" aria-hidden="true">#</a> iOS</h2><p>iOS 用户可以在 App Store 下载抓包软件 Stream 来获取包含 Stoken 字段的 cookie</p>',3),_={href:"https://apps.apple.com/cn/app/stream/id1312141691",target:"_blank",rel:"noopener noreferrer"},m=i("<li>对域名 <code>api-takumi.mihoyo.com</code> 进行抓包分析</li><li>找到并复制带有 <code>Stoken</code> 的数据 <ul><li>形如<code>stuid=****;stoken=v2****;mid=****;</code></li></ul></li><li>将复制到的 Stoken 发送到已经安装了胡桃工具箱的电脑</li><li>在<code>胡桃工具箱</code>中的账号登录位置,点击<code>手动输入</code></li><li>将之前获取到的 cookie 输入,此时即可完成登录</li>",5);function S(f,T){const t=d("ExternalLinkIcon");return a(),c("div",null,[s,e("div",h,[k,e("ul",null,[e("li",null,[o("GitHub"),e("a",p,[o("HolographicHat/GetToken"),l(t)])])])]),u,e("ul",null,[e("li",null,[o("从 App Store 下载 "),e("a",_,[o("Stream"),l(t)])]),m])])}const G=n(r,[["render",S],["__file","get-stoken-cookie-from-the-third-party.html.vue"]]);export{G as default};

View File

@@ -0,0 +1,3 @@
import{ac as s,H as o,I as t,F as e,V as l,O as i,ad as n,Y as r}from"./framework-3390b3d8.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),p={class:"hint-container tip"},_=e("p",{class:"hint-container-title"},"社区力量",-1),g={href:"https://github.com/DGP-Studio/Snap.Hutao.Docs/issues/12",target:"_blank",rel:"noopener noreferrer"},m=n(`<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><ul><li>商店版<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></li><li>侧载版<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></li></ul><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"},f=e("li",null,[l("设置一个"),e("strong",null,"计划任务程序"),l("令上述批处理文件开机自启,或将上述批处理文件加入"),e("strong",null,"启动项"),l("中")],-1),v=e("li",null,"或有其他令胡桃工具箱可开机自启的思路,可自行探索",-1),S=n('<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>',2);function x(P,w){const a=r("ExternalLinkIcon");return o(),t("div",null,[c,h,u,e("div",p,[_,e("p",null,[l("感谢 "),e("a",g,[l("CzHUV 提供的解决方案"),i(a)])])]),m,e("ul",null,[e("li",null,[l("请参考如下思路 "),e("ul",null,[e("li",null,[l("可以自行创建一个批处理文件,内容参考"),e("a",b,[l("此issue"),i(a)]),l("中,令胡桃以管理员模式直接运行的命令。")]),f])]),v]),S])}const N=s(d,[["render",x],["__file","how-to.html.vue"]]);export{N as default};

View File

@@ -1 +1 @@
const t=JSON.parse('{"key":"v-179f15e2","path":"/FAQ/how-to.html","title":"如何...","lang":"zh-CN","frontmatter":{"headerDepth":2,"category":["FAQ"],"description":"这篇文档将会列出一些最常见的以“如何”开头的问题 如何创建胡桃的桌面快捷方式社区力量 感谢 CzHUV 提供的解决方案 (https://github.com/DGP-Studio/Snap.Hutao.Docs/issues/12) Win+R 呼出运行窗口在窗口中输入shell:AppsFolder; Run Windows 会弹出应用程序目录,...","head":[["meta",{"property":"og:url","content":"https://hut.ao/FAQ/how-to.html"}],["meta",{"property":"og:site_name","content":"胡桃工具箱"}],["meta",{"property":"og:title","content":"如何..."}],["meta",{"property":"og:description","content":"这篇文档将会列出一些最常见的以“如何”开头的问题 如何创建胡桃的桌面快捷方式社区力量 感谢 CzHUV 提供的解决方案 (https://github.com/DGP-Studio/Snap.Hutao.Docs/issues/12) Win+R 呼出运行窗口在窗口中输入shell:AppsFolder; Run Windows 会弹出应用程序目录,..."}],["meta",{"property":"og:type","content":"article"}],["meta",{"property":"og:locale","content":"zh-CN"}],["meta",{"property":"og:updated_time","content":"2023-01-14T00:42:36.000Z"}],["meta",{"property":"article:modified_time","content":"2023-01-14T00:42:36.000Z"}],["script",{"type":"application/ld+json"},"{\\"@context\\":\\"https://schema.org\\",\\"@type\\":\\"Article\\",\\"headline\\":\\"如何...\\",\\"image\\":[\\"\\"],\\"dateModified\\":\\"2023-01-14T00:42:36.000Z\\",\\"author\\":[]}"]]},"headers":[{"level":2,"title":"如何创建胡桃的桌面快捷方式","slug":"如何创建胡桃的桌面快捷方式","link":"#如何创建胡桃的桌面快捷方式","children":[]},{"level":2,"title":"如何实现自动化管理员模式","slug":"如何实现自动化管理员模式","link":"#如何实现自动化管理员模式","children":[]},{"level":2,"title":"如何让胡桃工具箱开机自动启动","slug":"如何让胡桃工具箱开机自动启动","link":"#如何让胡桃工具箱开机自动启动","children":[]},{"level":2,"title":"如何通过胡桃工具箱快速地启动游戏","slug":"如何通过胡桃工具箱快速地启动游戏","link":"#如何通过胡桃工具箱快速地启动游戏","children":[]}],"git":{"createdTime":1673424380000,"updatedTime":1673656956000,"contributors":[{"name":"Masterain","email":"i@irain.in","commits":7}]},"readingTime":{"minutes":1.27,"words":381},"filePathRelative":"FAQ/how-to.md","localizedDate":"2023年1月11日","autoDesc":true}');export{t as data};
const t=JSON.parse('{"key":"v-179f15e2","path":"/FAQ/how-to.html","title":"如何...","lang":"zh-CN","frontmatter":{"headerDepth":2,"category":["FAQ"],"description":"这篇文档将会列出一些最常见的以“如何”开头的问题 如何创建胡桃的桌面快捷方式社区力量 感谢 CzHUV 提供的解决方案 (https://github.com/DGP-Studio/Snap.Hutao.Docs/issues/12) Win+R 呼出运行窗口在窗口中输入shell:AppsFolder; Run Windows 会弹出应用程序目录,...","head":[["meta",{"property":"og:url","content":"https://hut.ao/FAQ/how-to.html"}],["meta",{"property":"og:site_name","content":"胡桃工具箱"}],["meta",{"property":"og:title","content":"如何..."}],["meta",{"property":"og:description","content":"这篇文档将会列出一些最常见的以“如何”开头的问题 如何创建胡桃的桌面快捷方式社区力量 感谢 CzHUV 提供的解决方案 (https://github.com/DGP-Studio/Snap.Hutao.Docs/issues/12) Win+R 呼出运行窗口在窗口中输入shell:AppsFolder; Run Windows 会弹出应用程序目录,..."}],["meta",{"property":"og:type","content":"article"}],["meta",{"property":"og:locale","content":"zh-CN"}],["meta",{"property":"og:updated_time","content":"2023-02-05T08:08:14.000Z"}],["meta",{"property":"article:modified_time","content":"2023-02-05T08:08:14.000Z"}],["script",{"type":"application/ld+json"},"{\\"@context\\":\\"https://schema.org\\",\\"@type\\":\\"Article\\",\\"headline\\":\\"如何...\\",\\"image\\":[\\"\\"],\\"dateModified\\":\\"2023-02-05T08:08:14.000Z\\",\\"author\\":[]}"]]},"headers":[{"level":2,"title":"如何创建胡桃的桌面快捷方式","slug":"如何创建胡桃的桌面快捷方式","link":"#如何创建胡桃的桌面快捷方式","children":[]},{"level":2,"title":"如何实现自动化管理员模式","slug":"如何实现自动化管理员模式","link":"#如何实现自动化管理员模式","children":[]},{"level":2,"title":"如何让胡桃工具箱开机自动启动","slug":"如何让胡桃工具箱开机自动启动","link":"#如何让胡桃工具箱开机自动启动","children":[]},{"level":2,"title":"如何通过胡桃工具箱快速地启动游戏","slug":"如何通过胡桃工具箱快速地启动游戏","link":"#如何通过胡桃工具箱快速地启动游戏","children":[]}],"git":{"createdTime":1673424380000,"updatedTime":1675584494000,"contributors":[{"name":"Masterain","email":"i@irain.in","commits":8}]},"readingTime":{"minutes":1.32,"words":396},"filePathRelative":"FAQ/how-to.md","localizedDate":"2023年1月11日","autoDesc":true}');export{t as data};

View File

@@ -1,2 +0,0 @@
import{ab as t,H as o,I as s,F as e,V as a,O as i,ac as n,Y as r}from"./framework-561d691d.js";const d={},c=e("h1",{id:"如何",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#如何","aria-hidden":"true"},"#"),a(" 如何...")],-1),h=e("p",null,"这篇文档将会列出一些最常见的以“如何”开头的问题",-1),u=e("h2",{id:"如何创建胡桃的桌面快捷方式",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#如何创建胡桃的桌面快捷方式","aria-hidden":"true"},"#"),a(" 如何创建胡桃的桌面快捷方式")],-1),p={class:"hint-container tip"},_=e("p",{class:"hint-container-title"},"社区力量",-1),g={href:"https://github.com/DGP-Studio/Snap.Hutao.Docs/issues/12",target:"_blank",rel:"noopener noreferrer"},m=n(`<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\\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),f={href:"https://github.com/DGP-Studio/Snap.Hutao/issues/184",target:"_blank",rel:"noopener noreferrer"},b=e("li",null,[a("设置一个"),e("strong",null,"计划任务程序"),a("令上述批处理文件开机自启,或将上述批处理文件加入"),e("strong",null,"启动项"),a("中")],-1),x=e("li",null,"或有其他令胡桃工具箱可开机自启的思路,可自行探索",-1),v=n('<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>',2);function S(k,w){const l=r("ExternalLinkIcon");return o(),s("div",null,[c,h,u,e("div",p,[_,e("p",null,[a("感谢 "),e("a",g,[a("CzHUV 提供的解决方案"),i(l)])])]),m,e("ul",null,[e("li",null,[a("请参考如下思路 "),e("ul",null,[e("li",null,[a("可以自行创建一个批处理文件,内容参考"),e("a",f,[a("此issue"),i(l)]),a("中,令胡桃以管理员模式直接运行的命令。")]),b])]),x]),v])}const P=t(d,[["render",S],["__file","how-to.html.vue"]]);export{P as default};

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -0,0 +1 @@
import{ac as r,H as t,I as a,F as n}from"./framework-3390b3d8.js";const c={},o=["src"];function s(e,i){return t(),a("div",null,[n("iframe",{src:e.$withBase("/markmap/zh.html"),width:"100%",height:"400",frameborder:"0",scrolling:"No",leftmargin:"0",topmargin:"0"},null,8,o)])}const m=r(c,[["render",s],["__file","index.html.vue"]]);export{m as default};

View File

@@ -1 +0,0 @@
import{ab as o,H as t,I as n,O as a,Y as c}from"./framework-561d691d.js";const r={};function s(_,l){const e=c("AutoCatalog");return t(),n("div",null,[a(e)])}const d=o(r,[["render",s],["__file","index.html.vue"]]);export{d as default};

View File

@@ -0,0 +1 @@
import{ac as o,H as t,I as n,O as a,Y as c}from"./framework-3390b3d8.js";const r={};function s(_,l){const e=c("AutoCatalog");return t(),n("div",null,[a(e)])}const d=o(r,[["render",s],["__file","index.html.vue"]]);export{d as default};

View File

@@ -0,0 +1 @@
import{ac as o,H as t,I as n,O as a,Y as c}from"./framework-3390b3d8.js";const r={};function s(_,l){const e=c("AutoCatalog");return t(),n("div",null,[a(e)])}const d=o(r,[["render",s],["__file","index.html.vue"]]);export{d as default};

View File

@@ -1 +0,0 @@
import{ab as o,H as t,I as n,O as a,Y as c}from"./framework-561d691d.js";const r={};function s(_,l){const e=c("AutoCatalog");return t(),n("div",null,[a(e)])}const d=o(r,[["render",s],["__file","index.html.vue"]]);export{d as default};

View File

@@ -1 +0,0 @@
import{ab as o,H as t,I as n,O as a,Y as c}from"./framework-561d691d.js";const r={};function s(_,l){const e=c("AutoCatalog");return t(),n("div",null,[a(e)])}const d=o(r,[["render",s],["__file","index.html.vue"]]);export{d as default};

View File

@@ -0,0 +1 @@
import{ac as o,H as t,I as n,O as a,Y as c}from"./framework-3390b3d8.js";const r={};function s(_,l){const e=c("AutoCatalog");return t(),n("div",null,[a(e)])}const d=o(r,[["render",s],["__file","index.html.vue"]]);export{d as default};

View File

@@ -0,0 +1 @@
import{ac as r,H as t,I as a,F as n}from"./framework-3390b3d8.js";const c={},o=["src"];function s(e,i){return t(),a("div",null,[n("iframe",{src:e.$withBase("/markmap/zh.html"),width:"100%",height:"400",frameborder:"0",scrolling:"No",leftmargin:"0",topmargin:"0"},null,8,o)])}const m=r(c,[["render",s],["__file","index.html.vue"]]);export{m as default};

View File

@@ -1 +0,0 @@
import{ab as o,H as t,I as n,O as a,Y as c}from"./framework-561d691d.js";const r={};function s(_,l){const e=c("AutoCatalog");return t(),n("div",null,[a(e)])}const d=o(r,[["render",s],["__file","index.html.vue"]]);export{d as default};

View File

@@ -1 +0,0 @@
import{ab as r,H as t,I as a,F as n}from"./framework-561d691d.js";const o={},s=["src"];function c(e,i){return t(),a("div",null,[n("iframe",{src:e.$withBase("/markmap/zh.html"),width:"100%",height:"400",frameborder:"0",scrolling:"No",leftmargin:"0",topmargin:"0"},null,8,s)])}const m=r(o,[["render",c],["__file","index.html.vue"]]);export{m as default};

View File

@@ -0,0 +1 @@
import{ac as o,H as t,I as n,O as a,Y as c}from"./framework-3390b3d8.js";const r={};function s(_,l){const e=c("AutoCatalog");return t(),n("div",null,[a(e)])}const d=o(r,[["render",s],["__file","index.html.vue"]]);export{d as default};

View File

@@ -1 +0,0 @@
import{ab as r,H as t,I as a,F as n}from"./framework-561d691d.js";const o={},s=["src"];function c(e,i){return t(),a("div",null,[n("iframe",{src:e.$withBase("/markmap/zh.html"),width:"100%",height:"400",frameborder:"0",scrolling:"No",leftmargin:"0",topmargin:"0"},null,8,s)])}const m=r(o,[["render",c],["__file","index.html.vue"]]);export{m as default};

View File

@@ -1 +1 @@
import{ab as i,H as a,I as l,ac as e}from"./framework-561d691d.js";const r={},h=e('<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><ul><li>活动公告</li><li>帐号登录</li><li>实时便笺</li><li>深境螺旋 <ul><li>我的深渊记录</li><li>胡桃数据库 - 深渊数据</li></ul></li></ul><h2 id="游戏性增强" tabindex="-1"><a class="header-anchor" href="#游戏性增强" aria-hidden="true">#</a> 游戏性增强</h2><ul><li>高级启动器</li><li>祈愿记录</li><li>成就管理</li></ul><h2 id="养成计划" tabindex="-1"><a class="header-anchor" href="#养成计划" aria-hidden="true">#</a> 养成计划</h2><ul><li>养成计算器 <ul><li>属性统计</li><li>角色 Wiki</li><li>武器 Wiki</li></ul></li></ul>',7),t=[h];function d(c,n){return a(),l("div",null,t)}const o=i(r,[["render",d],["__file","markmap.html.vue"]]);export{o as default};
import{ac as i,H as a,I as l,ad as e}from"./framework-3390b3d8.js";const r={},h=e('<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><ul><li>活动公告</li><li>帐号登录</li><li>实时便笺</li><li>深境螺旋 <ul><li>我的深渊记录</li><li>胡桃数据库 - 深渊数据</li></ul></li></ul><h2 id="游戏性增强" tabindex="-1"><a class="header-anchor" href="#游戏性增强" aria-hidden="true">#</a> 游戏性增强</h2><ul><li>高级启动器</li><li>祈愿记录</li><li>成就管理</li></ul><h2 id="养成计划" tabindex="-1"><a class="header-anchor" href="#养成计划" aria-hidden="true">#</a> 养成计划</h2><ul><li>养成计算器 <ul><li>属性统计</li><li>角色 Wiki</li><li>武器 Wiki</li></ul></li></ul>',7),d=[h];function t(c,n){return a(),l("div",null,d)}const o=i(r,[["render",t],["__file","markmap.html.vue"]]);export{o as default};

View File

@@ -1 +1 @@
import{_ as r}from"./app-ab131da6.js";import"./framework-561d691d.js";const t="mindmap",i=a=>a.match(/^\s*mindmap/)!==null,o=async()=>{const{diagram:a}=await r(()=>import("./diagram-definition.0faef4c2-4dda171c.js"),[]);return{id:t,diagram:a}},e={id:t,detector:i,loader:o};export{e as default};
import{_ as r}from"./app-3a1bbd60.js";import"./framework-3390b3d8.js";const t="mindmap",i=a=>a.match(/^\s*mindmap/)!==null,o=async()=>{const{diagram:a}=await r(()=>import("./diagram-definition.0faef4c2-4dda171c.js"),[]);return{id:t,diagram:a}},e={id:t,detector:i,loader:o};export{e as default};

View File

@@ -1 +1 @@
import{ab as s,H as a,I as d,F as o,O as t,V as l,ad as u,ac as i,Y as e}from"./framework-561d691d.js";const r={},_=i('<h1 id="米游社多帐号切换" tabindex="-1"><a class="header-anchor" href="#米游社多帐号切换" aria-hidden="true">#</a> 米游社多帐号切换</h1><div class="hint-container tip"><p class="hint-container-title">提示</p><ul><li>本文档所描述的帐号切换指的是用于获取游戏数据的<strong>米游社帐号</strong>,不是原神<strong>游戏内的帐号</strong></li><li>在使用本功能前,你需要使用官方的米游社 App 登录你的帐号以初始化你的米游社功能 <ul><li>如果在胡桃中登录的帐号名称格式为 <code>user_123456789</code> 则其有可能没有被初始化</li></ul></li></ul></div><p><img src="https://img.alicdn.com/imgextra/i4/1797064093/O1CN01tRs9NH1g6du1XgyDZ_!!1797064093.png" alt="多帐号管理样图" loading="lazy"></p>',3),h={class:"hint-container details"},k=o("summary",null,"胡桃工具箱视频指南 - 米游社帐号登录",-1),p=o("p",null,"对于大多数人而言,遵循本页文档会有更高的效率。",-1),m=o("p",null,"但如果你对其中包含的操作不熟悉,也可以回到这里来跟着视频指南操作。",-1),g=o("li",null,[l("点击"),o("code",null,"登录米哈游通行证"),l("按钮")],-1),f=o("li",null,[l("您也可以通过点击"),o("code",null,"手动输入"),l("按钮,直接输入米游社通行证 cookie 来添加您的帐号")],-1),v=o("code",null,"手动输入",-1),B=o("strong",null,[l("必须包含 "),o("code",null,"Stoken"),l(" 字段")],-1),S=o("code",null,"Stoken",-1),x=o("li",null,'在弹出的内置浏览器登陆成功后,点击右上角的"我已登陆"按钮',-1),y=o("li",null,[l("完成后,您就可以在帐号管理面板切换已登录的米游社帐号了 "),o("ul",null,[o("li",null,"新添加米游社账号后,需在主界面左下角切换账号的功能中,手动点击一次新登录的账号,以将其设置为使用状态"),o("li",null,"你可以在帐号管理菜单中复制对应帐号的 cookie 或从胡桃工具箱中删除该帐号")])],-1),N=i('<div class="hint-container info"><p class="hint-container-title">安全提示</p><ul><li><code>Stoken</code> 是一个安全敏感的 cookie 字段,你<strong>不应该</strong>在任何云端或其它无法保证数据安全的设备上储存含有 <code>Stoken</code> 字段的 cookie。</li><li>从胡桃工具箱中复制获得的 cookie 中包含该字段,请慎重考虑是否为接受 cookie 的一方提供 <code>Stoken</code> 字段。</li><li><strong>在胡桃工具箱中通过密码或 cookie 登录米游社的过程中,你的数据只经米游社服务器和本地胡桃工具箱处理,不经过包括胡桃服务器在内的任何第三方服务。</strong></li></ul></div>',1);function V(b,w){const n=e("BiliBili"),c=e("RouterLink");return a(),d("div",null,[_,o("details",h,[k,p,m,t(n,{bvid:"BV1j84y1L7N9"})]),o("ul",null,[o("li",null,[l("你可以在程序主界面的左下角,设置按钮的上方找到帐号菜单,以管理你在胡桃工具箱中登录的米游社帐号。在弹出的面板中你可以: "),o("ul",null,[g,o("li",null,[l('在弹出的内置浏览器中登录"米哈游通行证"账号 '),o("ul",null,[f,o("li",null,[l("若您选择"),v,l("米游社 cookie则该 cookie "),B,o("ul",null,[o("li",null,[l("手动获取含 "),S,l(" 字段的 cookie 的方式可参考"),t(c,{to:"/FAQ/get-stoken-cookie-from-the-third-party.html"},{default:u(()=>[l("使用第三方工具获取有 Stoken 的 cookie")]),_:1}),l(" 文档")])])])])]),x,y])])]),N])}const C=s(r,[["render",V],["__file","mhy-account-switch.html.vue"]]);export{C as default};
import{ac as s,H as a,I as d,F as o,O as t,V as l,ae as u,ad as i,Y as e}from"./framework-3390b3d8.js";const r={},_=i('<h1 id="米游社多帐号切换" tabindex="-1"><a class="header-anchor" href="#米游社多帐号切换" aria-hidden="true">#</a> 米游社多帐号切换</h1><div class="hint-container tip"><p class="hint-container-title">提示</p><ul><li>本文档所描述的帐号切换指的是用于获取游戏数据的<strong>米游社帐号</strong>,不是原神<strong>游戏内的帐号</strong></li><li>在使用本功能前,你需要使用官方的米游社 App 登录你的帐号以初始化你的米游社功能 <ul><li>如果在胡桃中登录的帐号名称格式为 <code>user_123456789</code> 则其有可能没有被初始化</li></ul></li></ul></div><p><img src="https://img.alicdn.com/imgextra/i4/1797064093/O1CN01tRs9NH1g6du1XgyDZ_!!1797064093.png" alt="多帐号管理样图" loading="lazy"></p>',3),h={class:"hint-container details"},k=o("summary",null,"胡桃工具箱视频指南 - 米游社帐号登录",-1),p=o("p",null,"对于大多数人而言,遵循本页文档会有更高的效率。",-1),m=o("p",null,"但如果你对其中包含的操作不熟悉,也可以回到这里来跟着视频指南操作。",-1),g=o("li",null,[l("点击"),o("code",null,"登录米哈游通行证"),l("按钮")],-1),f=o("li",null,[l("您也可以通过点击"),o("code",null,"手动输入"),l("按钮,直接输入米游社通行证 cookie 来添加您的帐号")],-1),v=o("code",null,"手动输入",-1),B=o("strong",null,[l("必须包含 "),o("code",null,"Stoken"),l(" 字段")],-1),S=o("code",null,"Stoken",-1),x=o("li",null,'在弹出的内置浏览器登陆成功后,点击右上角的"我已登陆"按钮',-1),y=o("li",null,[l("完成后,您就可以在帐号管理面板切换已登录的米游社帐号了 "),o("ul",null,[o("li",null,"新添加米游社账号后,需在主界面左下角切换账号的功能中,手动点击一次新登录的账号,以将其设置为使用状态"),o("li",null,"你可以在帐号管理菜单中复制对应帐号的 cookie 或从胡桃工具箱中删除该帐号")])],-1),N=i('<div class="hint-container info"><p class="hint-container-title">安全提示</p><ul><li><code>Stoken</code> 是一个安全敏感的 cookie 字段,你<strong>不应该</strong>在任何云端或其它无法保证数据安全的设备上储存含有 <code>Stoken</code> 字段的 cookie。</li><li>从胡桃工具箱中复制获得的 cookie 中包含该字段,请慎重考虑是否为接受 cookie 的一方提供 <code>Stoken</code> 字段。</li><li><strong>在胡桃工具箱中通过密码或 cookie 登录米游社的过程中,你的数据只经米游社服务器和本地胡桃工具箱处理,不经过包括胡桃服务器在内的任何第三方服务。</strong></li></ul></div>',1);function V(w,A){const n=e("BiliBili"),c=e("RouterLink");return a(),d("div",null,[_,o("details",h,[k,p,m,t(n,{bvid:"BV1j84y1L7N9"})]),o("ul",null,[o("li",null,[l("你可以在程序主界面的左下角,设置按钮的上方找到帐号菜单,以管理你在胡桃工具箱中登录的米游社帐号。在弹出的面板中你可以: "),o("ul",null,[g,o("li",null,[l('在弹出的内置浏览器中登录"米哈游通行证"账号 '),o("ul",null,[f,o("li",null,[l("若您选择"),v,l("米游社 cookie则该 cookie "),B,o("ul",null,[o("li",null,[l("手动获取含 "),S,l(" 字段的 cookie 的方式可参考"),t(c,{to:"/FAQ/get-stoken-cookie-from-the-third-party.html"},{default:u(()=>[l("使用第三方工具获取有 Stoken 的 cookie")]),_:1}),l(" 文档")])])])])]),x,y])])]),N])}const L=s(r,[["render",V],["__file","mhy-account-switch.html.vue"]]);export{L as default};

View File

@@ -1 +1 @@
import{ab as i,H as t,I as o,ac as l}from"./framework-561d691d.js";const e={},n=l('<h1 id="账号风险及异常提示" tabindex="-1"><a class="header-anchor" href="#账号风险及异常提示" aria-hidden="true">#</a> 账号风险及异常提示</h1><p><img src="https://user-images.githubusercontent.com/96916320/201329765-531d6eb6-2ec4-4022-9049-bcba3b4bf9cf.png" alt="image" loading="lazy"><img src="https://user-images.githubusercontent.com/96916320/204005371-ced5213b-a7af-4cba-baa3-818f9b7ade35.png" alt="image" loading="lazy"></p><ul><li><p>当胡桃工具箱返回&quot;账号有风险,请前往米游社查看&quot;、&quot;请求异常,请前往米游社对应功能页面查看&quot;、&quot;无感验证失败,请前往「米游社我的角色实时便笺」页面查看 &quot;等错误提示时,代表当前的操作被米游社的验证系统所阻挡</p></li><li><p>解决方式</p><ul><li><p>使用手机打开米游社App</p></li><li><p>点击<code>我的</code></p></li><li><p>点击<code>个人主页</code></p></li><li><p>点击<code>我的角色</code>下方的角色标签</p><ul><li>点击<code>全部角色</code></li><li>或可以点击<code>实时便笺</code>窗体</li></ul></li><li><p>完成<strong>在此期间可能随机触发的验证流程</strong>(例如验证码),即可解决本问题。</p><ul><li>若此操作未触发验证流程,可重复进行多次,直到触发验证为止</li><li>若始终无法触发验证,可修改密码</li></ul></li></ul></li></ul><div class="hint-container tip"><p class="hint-container-title">提示</p><ul><li>若风险提示过于频繁,或始终无法触发验证,代表您的账号风险已过高,请修改密码,使多个设备同时登录的状态被重置</li></ul></div><div class="hint-container warning"><p class="hint-container-title">注意</p><ul><li>若您<strong>已绑定并使用可提供原神查询的Bot</strong>或<strong>同时有多个设备使用同一个米哈游通行证</strong>,则本条目所示的情况,尤其<strong>无感验证</strong>将基本无法成功,这是米游社后端的<strong>安全性</strong>设计,不可避免,无法绕过</li><li>若您本地有多个<strong>米哈游通行证</strong>同时频繁与<strong>米游社</strong>进行数据交互则可能会被米游社在一定时间内封禁IP地址这是米游社后端的<strong>安全性</strong>设计,不可避免,无法绕过</li></ul></div>',5),s=[n];function c(a,r){return t(),o("div",null,s)}const d=i(e,[["render",c],["__file","mihoyo-risk-tip.html.vue"]]);export{d as default};
import{ac as i,H as t,I as o,ad as l}from"./framework-3390b3d8.js";const e={},n=l('<h1 id="账号风险及异常提示" tabindex="-1"><a class="header-anchor" href="#账号风险及异常提示" aria-hidden="true">#</a> 账号风险及异常提示</h1><p><img src="https://user-images.githubusercontent.com/96916320/201329765-531d6eb6-2ec4-4022-9049-bcba3b4bf9cf.png" alt="image" loading="lazy"><img src="https://user-images.githubusercontent.com/96916320/204005371-ced5213b-a7af-4cba-baa3-818f9b7ade35.png" alt="image" loading="lazy"></p><ul><li><p>当胡桃工具箱返回&quot;账号有风险,请前往米游社查看&quot;、&quot;请求异常,请前往米游社对应功能页面查看&quot;、&quot;无感验证失败,请前往「米游社我的角色实时便笺」页面查看 &quot;等错误提示时,代表当前的操作被米游社的验证系统所阻挡</p></li><li><p>解决方式</p><ul><li><p>使用手机打开米游社App</p></li><li><p>点击<code>我的</code></p></li><li><p>点击<code>个人主页</code></p></li><li><p>点击<code>我的角色</code>下方的角色标签</p><ul><li>点击<code>全部角色</code></li><li>或可以点击<code>实时便笺</code>窗体</li></ul></li><li><p>完成<strong>在此期间可能随机触发的验证流程</strong>(例如验证码),即可解决本问题。</p><ul><li>若此操作未触发验证流程,可重复进行多次,直到触发验证为止</li><li>若始终无法触发验证,可修改密码</li></ul></li></ul></li></ul><div class="hint-container tip"><p class="hint-container-title">提示</p><ul><li>若风险提示过于频繁,或始终无法触发验证,代表您的账号风险已过高,请修改密码,使多个设备同时登录的状态被重置</li></ul></div><div class="hint-container warning"><p class="hint-container-title">注意</p><ul><li>若您<strong>已绑定并使用可提供原神查询的Bot</strong>或<strong>同时有多个设备使用同一个米哈游通行证</strong>,则本条目所示的情况,尤其<strong>无感验证</strong>将基本无法成功,这是米游社后端的<strong>安全性</strong>设计,不可避免,无法绕过</li><li>若您本地有多个<strong>米哈游通行证</strong>同时频繁与<strong>米游社</strong>进行数据交互则可能会被米游社在一定时间内封禁IP地址这是米游社后端的<strong>安全性</strong>设计,不可避免,无法绕过</li></ul></div>',5),s=[n];function c(a,r){return t(),o("div",null,s)}const d=i(e,[["render",c],["__file","mihoyo-risk-tip.html.vue"]]);export{d as default};

View File

@@ -1 +1 @@
import{ab as l,H as i,I as e,ac as o}from"./framework-561d691d.js";const t={},c=o('<h1 id="用户数据和隐私权益" tabindex="-1"><a class="header-anchor" href="#用户数据和隐私权益" aria-hidden="true">#</a> 用户数据和隐私权益</h1><p>胡桃工具箱充分尊重用户的隐私,目前我们会按下方的说明使用用户的数据:</p><ul><li><p>使用胡桃后,在 <strong>数据目录</strong> 中以数据库文件的形式</p><ul><li><strong>储存</strong><ul><li>米游社 Cookie</li><li>胡桃的软件设置信息</li><li>全部的用户数据</li></ul></li></ul></li><li><p>使用胡桃主程序时,胡桃会因开发和统计为目的<strong>匿名化地</strong>收集程序意外停止或出错时抛出的日志,包括:</p><ul><li>用户设备 ID</li><li>错误与崩溃日志</li><li>用户活跃数据统计信息</li></ul></li><li><p>使用 <code>胡桃数据库</code> (<code>深渊记录</code>/<code>深渊统计</code>) 功能并选择<code>上传数据</code>时,</p><ul><li>向 胡桃 API <strong>上传</strong><ul><li>用户的游戏 UID</li><li>用户的深境螺旋记录</li><li>用户的角色信息及其装备的武器和圣遗物信息</li></ul></li></ul></li></ul>',3),r=[c];function n(s,a){return i(),e("div",null,r)}const u=l(t,[["render",n],["__file","privacy-notice.html.vue"]]);export{u as default};
import{ac as l,H as i,I as e,ad as o}from"./framework-3390b3d8.js";const t={},c=o('<h1 id="用户数据和隐私权益" tabindex="-1"><a class="header-anchor" href="#用户数据和隐私权益" aria-hidden="true">#</a> 用户数据和隐私权益</h1><p>胡桃工具箱充分尊重用户的隐私,目前我们会按下方的说明使用用户的数据:</p><ul><li><p>使用胡桃后,在 <strong>数据目录</strong> 中以数据库文件的形式</p><ul><li><strong>储存</strong><ul><li>米游社 Cookie</li><li>胡桃的软件设置信息</li><li>全部的用户数据</li></ul></li></ul></li><li><p>使用胡桃主程序时,胡桃会因开发和统计为目的<strong>匿名化地</strong>收集程序意外停止或出错时抛出的日志,包括:</p><ul><li>用户设备 ID</li><li>错误与崩溃日志</li><li>用户活跃数据统计信息</li></ul></li><li><p>使用 <code>胡桃数据库</code> (<code>深渊记录</code>/<code>深渊统计</code>) 功能并选择<code>上传数据</code>时,</p><ul><li>向 胡桃 API <strong>上传</strong><ul><li>用户的游戏 UID</li><li>用户的深境螺旋记录</li><li>用户的角色信息及其装备的武器和圣遗物信息</li></ul></li></ul></li></ul>',3),r=[c];function n(s,a){return i(),e("div",null,r)}const u=l(t,[["render",n],["__file","privacy-notice.html.vue"]]);export{u as default};

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -1 +1 @@
import{ab as e,H as l,I as d,ac as a}from"./framework-561d691d.js";const c={},o=a('<h2 id="侧载安装" tabindex="-1"><a class="header-anchor" href="#侧载安装" aria-hidden="true">#</a> 侧载安装</h2><h3 id="通用安装方式" tabindex="-1"><a class="header-anchor" href="#通用安装方式" aria-hidden="true">#</a> 通用安装方式</h3><ul><li>在系统设置中打开<code>开发者设置</code>界面,勾选 <code>开发人员模式</code> 和 <code>允许 PowerShell 脚本</code> (自行百度)</li><li>解压已下载的压缩包,找到<code>Install.ps1</code>文件,右键选择<code>使用PowerShell运行</code>按照提示允许PowerShell执行操作即可</li><li>安装完毕,<code>胡桃</code>将出现在您的<code>开始菜单</code>中</li></ul><h3 id="小白级安装方式" tabindex="-1"><a class="header-anchor" href="#小白级安装方式" aria-hidden="true">#</a> 小白级安装方式</h3><ul><li>解压已下载的安装包</li><li>运行 <code>Snap.Hutao.Installer.exe</code><ul><li>该程序将执行上述通用安装方式的命令</li></ul></li><li>安装完毕,<code>胡桃</code>将出现在您的<code>开始菜单</code>中</li></ul><h2 id="升级胡桃工具箱" tabindex="-1"><a class="header-anchor" href="#升级胡桃工具箱" aria-hidden="true">#</a> 升级胡桃工具箱</h2><ul><li>解压你下载的最新版本压缩包</li><li>重复 <code>安装胡桃工具箱</code> 的步骤</li><li>若您安装失败或出现异常情况,可参考如下步骤 <ul><li>先卸载已经安装的<code>胡桃工具箱</code></li><li>重复 <code>安装胡桃工具箱</code> 的步骤</li></ul></li></ul>',7),i=[o];function r(h,t){return l(),d("div",null,i)}const s=e(c,[["render",r],["__file","side-load.html.vue"]]);export{s as default};
import{ac as e,H as d,I as l,ad as a}from"./framework-3390b3d8.js";const c={},o=a('<h2 id="侧载安装" tabindex="-1"><a class="header-anchor" href="#侧载安装" aria-hidden="true">#</a> 侧载安装</h2><h3 id="通用安装方式" tabindex="-1"><a class="header-anchor" href="#通用安装方式" aria-hidden="true">#</a> 通用安装方式</h3><ul><li>在系统设置中打开<code>开发者设置</code>界面,勾选 <code>开发人员模式</code> 和 <code>允许 PowerShell 脚本</code> (自行百度)</li><li>解压已下载的压缩包,找到<code>Install.ps1</code>文件,右键选择<code>使用PowerShell运行</code>按照提示允许PowerShell执行操作即可</li><li>安装完毕,<code>胡桃</code>将出现在您的<code>开始菜单</code>中</li></ul><h3 id="小白级安装方式" tabindex="-1"><a class="header-anchor" href="#小白级安装方式" aria-hidden="true">#</a> 小白级安装方式</h3><ul><li>解压已下载的安装包</li><li>运行 <code>Snap.Hutao.Installer.exe</code><ul><li>该程序将执行上述通用安装方式的命令</li></ul></li><li>安装完毕,<code>胡桃</code>将出现在您的<code>开始菜单</code>中</li></ul><h2 id="升级胡桃工具箱" tabindex="-1"><a class="header-anchor" href="#升级胡桃工具箱" aria-hidden="true">#</a> 升级胡桃工具箱</h2><ul><li>解压你下载的最新版本压缩包</li><li>重复 <code>安装胡桃工具箱</code> 的步骤</li><li>若您安装失败或出现异常情况,可参考如下步骤 <ul><li>先卸载已经安装的<code>胡桃工具箱</code></li><li>重复 <code>安装胡桃工具箱</code> 的步骤</li></ul></li></ul>',7),i=[o];function r(h,t){return d(),l("div",null,i)}const s=e(c,[["render",r],["__file","side-load.html.vue"]]);export{s as default};

View File

@@ -1 +1 @@
import{ab as l,H as a,I as i,F as t,V as o,O as s,Y as n}from"./framework-561d691d.js";const r={},c=t("p",null,[t("strong",null,"如果你认为胡桃工具箱是一个好的项目或者有帮助到你,你可以通过以下方式支持我们")],-1),u={href:"https://github.com/DGP-Studio/Snap.Hutao",target:"_blank",rel:"noopener noreferrer"},d=t("img",{src:"https://img.shields.io/github/stars/DGP-Studio/Snap.Hutao?style=plastic&color=red",alt:"hutao.stars",loading:"lazy"},null,-1),h={href:"https://github.com/DGP-Studio/Snap.Hutao.Docs",target:"_blank",rel:"noopener noreferrer"},_=t("img",{src:"https://img.shields.io/github/stars/DGP-Studio/Snap.Hutao.Docs?style=plastic&color=red",alt:"hutao.docs.stars",loading:"lazy"},null,-1),m=t("li",null,[o("在"),t("a",{href:"ms-windows-store://review/?ProductId=9PH4NXJ2JN52"},"微软商店"),o("上给出好评")],-1),p=t("li",null,"在更多的地方帮助我们宣传",-1),g=t("p",null,[t("img",{src:"https://img.shields.io/github/commit-activity/y/DGP-Studio/Snap.Hutao?style=for-the-badge",alt:"commit_activity",loading:"lazy"}),t("img",{src:"https://img.shields.io/github/last-commit/DGP-Studio/Snap.Hutao?label=Hutao Last Commit&style=for-the-badge",alt:"hutao-last-commit",loading:"lazy"})],-1);function f(S,b){const e=n("ExternalLinkIcon");return a(),i("div",null,[c,t("ul",null,[t("li",null,[o("为我们在 GitHub 上的项目加星点赞 ⭐ "),t("ul",null,[t("li",null,[t("a",u,[o("Snap.Hutao"),s(e)]),o(),d]),t("li",null,[t("a",h,[o("Snap.Hutao.Docs"),s(e)]),o(),_])])]),m,p]),g])}const y=l(r,[["render",f],["__file","star-request.html.vue"]]);export{y as default};
import{ac as l,H as a,I as i,F as t,V as o,O as s,Y as n}from"./framework-3390b3d8.js";const r={},c=t("p",null,[t("strong",null,"如果你认为胡桃工具箱是一个好的项目或者有帮助到你,你可以通过以下方式支持我们")],-1),u={href:"https://github.com/DGP-Studio/Snap.Hutao",target:"_blank",rel:"noopener noreferrer"},d=t("img",{src:"https://img.shields.io/github/stars/DGP-Studio/Snap.Hutao?style=plastic&color=red",alt:"hutao.stars",loading:"lazy"},null,-1),h={href:"https://github.com/DGP-Studio/Snap.Hutao.Docs",target:"_blank",rel:"noopener noreferrer"},_=t("img",{src:"https://img.shields.io/github/stars/DGP-Studio/Snap.Hutao.Docs?style=plastic&color=red",alt:"hutao.docs.stars",loading:"lazy"},null,-1),m=t("li",null,[o("在"),t("a",{href:"ms-windows-store://review/?ProductId=9PH4NXJ2JN52"},"微软商店"),o("上给出好评")],-1),p=t("li",null,"在更多的地方帮助我们宣传",-1),g=t("p",null,[t("img",{src:"https://img.shields.io/github/commit-activity/y/DGP-Studio/Snap.Hutao?style=for-the-badge",alt:"commit_activity",loading:"lazy"}),t("img",{src:"https://img.shields.io/github/last-commit/DGP-Studio/Snap.Hutao?label=Hutao Last Commit&style=for-the-badge",alt:"hutao-last-commit",loading:"lazy"})],-1);function f(S,b){const e=n("ExternalLinkIcon");return a(),i("div",null,[c,t("ul",null,[t("li",null,[o("为我们在 GitHub 上的项目加星点赞 ⭐ "),t("ul",null,[t("li",null,[t("a",u,[o("Snap.Hutao"),s(e)]),o(),d]),t("li",null,[t("a",h,[o("Snap.Hutao.Docs"),s(e)]),o(),_])])]),m,p]),g])}const y=l(r,[["render",f],["__file","star-request.html.vue"]]);export{y as default};

File diff suppressed because one or more lines are too long

1
assets/style-e9220a04.js Normal file
View File

@@ -0,0 +1 @@
const t="";export{t as default};

File diff suppressed because one or more lines are too long

View File

@@ -1 +1 @@
import{ab as i,H as t,I as n,F as a,V as e,O as s,ac as h,Y as d}from"./framework-561d691d.js";const o={},c=a("h1",{id:"第二期开发组座谈会",tabindex:"-1"},[a("a",{class:"header-anchor",href:"#第二期开发组座谈会","aria-hidden":"true"},"#"),e(" 第二期开发组座谈会")],-1),l={href:"https://github.com/DGP-Studio/Snap.Hutao/discussions/280",target:"_blank",rel:"noopener noreferrer"},u=h('<h2 id="现在成就导出的json格式也是uigf的嘛" tabindex="-1"><a class="header-anchor" href="#现在成就导出的json格式也是uigf的嘛" aria-hidden="true">#</a> 现在成就导出的json格式也是UIGF的嘛</h2><p>A: UIAF</p><h2 id="能否适配祈愿系统数据uefi旧版本的导入-和sg一样就可以" tabindex="-1"><a class="header-anchor" href="#能否适配祈愿系统数据uefi旧版本的导入-和sg一样就可以" aria-hidden="true">#</a> 能否适配祈愿系统数据UEFI旧版本的导入和SG一样就可以</h2><p>A: 首先它叫 UIGF 格式其次一直是适配的只是SG的导入导出规则较为宽泛如果您从始至终仅使用且正确使用了我们的产品是不会出现导入导出异常的问题的</p><h2 id="啥时候会有sg那种自动检查更新下载" tabindex="-1"><a class="header-anchor" href="#啥时候会有sg那种自动检查更新下载" aria-hidden="true">#</a> 啥时候会有sg那种自动检查更新下载</h2><p>A: 自动更新不能在MSIX包上实现检查更新会在后续版本推出。</p><h2 id="我同一个设备上同时登陆sg-hutao会算作一个设备还是两个设备" tabindex="-1"><a class="header-anchor" href="#我同一个设备上同时登陆sg-hutao会算作一个设备还是两个设备" aria-hidden="true">#</a> 我同一个设备上同时登陆SGhutao会算作一个设备还是两个设备</h2><p>A: 两个设备,理论上每次重启胡桃后均相当于切换了设备</p><h2 id="我感觉胡桃有些页面的加载需要很久-会影响使用体验-感觉胡桃的界面有点掉帧" tabindex="-1"><a class="header-anchor" href="#我感觉胡桃有些页面的加载需要很久-会影响使用体验-感觉胡桃的界面有点掉帧" aria-hidden="true">#</a> 我感觉胡桃有些页面的加载需要很久,会影响使用体验,感觉胡桃的界面有点掉帧</h2><p>A: 深渊统计页面在1.2.6版本前确实存在加载慢的问题,已在新版本解决,如果有其他页面的卡顿问题,通常是因为你的显卡不够强劲,或者胡桃通过你的集显进行渲染。</p><h2 id="属性统计经常加载不了" tabindex="-1"><a class="header-anchor" href="#属性统计经常加载不了" aria-hidden="true">#</a> 属性统计经常加载不了</h2><p>A: 历史遗留问题,可以通过备份数据后删除 <code>userdata.db</code> 解决</p><h2 id="自定义网页功能是否还有规划" tabindex="-1"><a class="header-anchor" href="#自定义网页功能是否还有规划" aria-hidden="true">#</a> 自定义网页功能是否还有规划</h2><p>A: 别急</p><div class="hint-container tip"><p class="hint-container-title">微软方面的问题,我们无法解决</p><ul><li>有的时候使用管理员启动并不能获取到管理员权限,需要关掉后二次启动</li><li>胡桃的图标尺寸可不可以改成像其他图标—样的小尺寸呀</li><li>写入的注册表文件,在更新时遇安装问题,尝试所有修复无果,在卸载重装进行修复的过程中会否因卸载残留问题对重装造成影响</li></ul></div>',15);function p(f,_){const r=d("ExternalLinkIcon");return t(),n("div",null,[c,a("p",null,[e("复制自 "),a("a",l,[e("GitHub 讨论帖"),s(r)]),e(",总结于群讨论")]),u])}const b=i(o,[["render",p],["__file","symposium2.html.vue"]]);export{b as default};
import{ac as i,H as t,I as n,F as a,V as e,O as s,ad as h,Y as d}from"./framework-3390b3d8.js";const o={},c=a("h1",{id:"第二期开发组座谈会",tabindex:"-1"},[a("a",{class:"header-anchor",href:"#第二期开发组座谈会","aria-hidden":"true"},"#"),e(" 第二期开发组座谈会")],-1),l={href:"https://github.com/DGP-Studio/Snap.Hutao/discussions/280",target:"_blank",rel:"noopener noreferrer"},u=h('<h2 id="现在成就导出的json格式也是uigf的嘛" tabindex="-1"><a class="header-anchor" href="#现在成就导出的json格式也是uigf的嘛" aria-hidden="true">#</a> 现在成就导出的json格式也是UIGF的嘛</h2><p>A: UIAF</p><h2 id="能否适配祈愿系统数据uefi旧版本的导入-和sg一样就可以" tabindex="-1"><a class="header-anchor" href="#能否适配祈愿系统数据uefi旧版本的导入-和sg一样就可以" aria-hidden="true">#</a> 能否适配祈愿系统数据UEFI旧版本的导入和SG一样就可以</h2><p>A: 首先它叫 UIGF 格式其次一直是适配的只是SG的导入导出规则较为宽泛如果您从始至终仅使用且正确使用了我们的产品是不会出现导入导出异常的问题的</p><h2 id="啥时候会有sg那种自动检查更新下载" tabindex="-1"><a class="header-anchor" href="#啥时候会有sg那种自动检查更新下载" aria-hidden="true">#</a> 啥时候会有sg那种自动检查更新下载</h2><p>A: 自动更新不能在MSIX包上实现检查更新会在后续版本推出。</p><h2 id="我同一个设备上同时登陆sg-hutao会算作一个设备还是两个设备" tabindex="-1"><a class="header-anchor" href="#我同一个设备上同时登陆sg-hutao会算作一个设备还是两个设备" aria-hidden="true">#</a> 我同一个设备上同时登陆SGhutao会算作一个设备还是两个设备</h2><p>A: 两个设备,理论上每次重启胡桃后均相当于切换了设备</p><h2 id="我感觉胡桃有些页面的加载需要很久-会影响使用体验-感觉胡桃的界面有点掉帧" tabindex="-1"><a class="header-anchor" href="#我感觉胡桃有些页面的加载需要很久-会影响使用体验-感觉胡桃的界面有点掉帧" aria-hidden="true">#</a> 我感觉胡桃有些页面的加载需要很久,会影响使用体验,感觉胡桃的界面有点掉帧</h2><p>A: 深渊统计页面在1.2.6版本前确实存在加载慢的问题,已在新版本解决,如果有其他页面的卡顿问题,通常是因为你的显卡不够强劲,或者胡桃通过你的集显进行渲染。</p><h2 id="属性统计经常加载不了" tabindex="-1"><a class="header-anchor" href="#属性统计经常加载不了" aria-hidden="true">#</a> 属性统计经常加载不了</h2><p>A: 历史遗留问题,可以通过备份数据后删除 <code>userdata.db</code> 解决</p><h2 id="自定义网页功能是否还有规划" tabindex="-1"><a class="header-anchor" href="#自定义网页功能是否还有规划" aria-hidden="true">#</a> 自定义网页功能是否还有规划</h2><p>A: 别急</p><div class="hint-container tip"><p class="hint-container-title">微软方面的问题,我们无法解决</p><ul><li>有的时候使用管理员启动并不能获取到管理员权限,需要关掉后二次启动</li><li>胡桃的图标尺寸可不可以改成像其他图标—样的小尺寸呀</li><li>写入的注册表文件,在更新时遇安装问题,尝试所有修复无果,在卸载重装进行修复的过程中会否因卸载残留问题对重装造成影响</li></ul></div>',15);function p(f,_){const r=d("ExternalLinkIcon");return t(),n("div",null,[c,a("p",null,[e("复制自 "),a("a",l,[e("GitHub 讨论帖"),s(r)]),e(",总结于群讨论")]),u])}const m=i(o,[["render",p],["__file","symposium2.html.vue"]]);export{m as default};

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -1 +1 @@
import{ab as i,H as l,I as t,ac as a}from"./framework-561d691d.js";const e={},o=a('<h1 id="武器资料" tabindex="-1"><a class="header-anchor" href="#武器资料" aria-hidden="true">#</a> 武器资料</h1><p><img src="https://img.alicdn.com/imgextra/i1/1797064093/O1CN01jbzlTH1g6du6KfSmF_!!1797064093.png" alt="weapon-wiki" loading="lazy"></p><p>武器资料是胡桃工具箱中内置的用于查询各个武器的<strong>外观、参数、精炼效果、推荐搭配</strong>等数据的 Wiki</p><h2 id="已包含的数据" tabindex="-1"><a class="header-anchor" href="#已包含的数据" aria-hidden="true">#</a> 已包含的数据</h2><ul><li>武器列表 <ul><li>使用列表左上角的按钮,可切换列表显示的方式:即&quot;缩略图与名称&quot;或&quot;仅缩略图&quot;</li><li>单击列表中的缩略图或名称,即可跳转到相应的介绍页面</li></ul></li><li>数据内容 <ul><li>武器基本信息 <ul><li>突破前后的武器图标对比</li><li>对应武器的立绘展示</li><li>武器的简介内容</li><li><strong>可切换</strong>至对应等级的武器各项数值</li></ul></li><li>武器精炼信息 <ul><li>对应精炼阶数的精炼属性</li></ul></li><li>根据胡桃数据库的统计信息而展示的<strong>武器使用</strong>的相关推荐</li></ul></li></ul>',5),n=[o];function r(s,c){return l(),t("div",null,n)}const d=i(e,[["render",r],["__file","weapon-wiki.html.vue"]]);export{d as default};
import{ac as i,H as l,I as t,ad as a}from"./framework-3390b3d8.js";const e={},o=a('<h1 id="武器资料" tabindex="-1"><a class="header-anchor" href="#武器资料" aria-hidden="true">#</a> 武器资料</h1><p><img src="https://img.alicdn.com/imgextra/i1/1797064093/O1CN01jbzlTH1g6du6KfSmF_!!1797064093.png" alt="weapon-wiki" loading="lazy"></p><p>武器资料是胡桃工具箱中内置的用于查询各个武器的<strong>外观、参数、精炼效果、推荐搭配</strong>等数据的 Wiki</p><h2 id="已包含的数据" tabindex="-1"><a class="header-anchor" href="#已包含的数据" aria-hidden="true">#</a> 已包含的数据</h2><ul><li>武器列表 <ul><li>使用列表左上角的按钮,可切换列表显示的方式:即&quot;缩略图与名称&quot;或&quot;仅缩略图&quot;</li><li>单击列表中的缩略图或名称,即可跳转到相应的介绍页面</li></ul></li><li>数据内容 <ul><li>武器基本信息 <ul><li>突破前后的武器图标对比</li><li>对应武器的立绘展示</li><li>武器的简介内容</li><li><strong>可切换</strong>至对应等级的武器各项数值</li></ul></li><li>武器精炼信息 <ul><li>对应精炼阶数的精炼属性</li></ul></li><li>根据胡桃数据库的统计信息而展示的<strong>武器使用</strong>的相关推荐</li></ul></li></ul>',5),n=[o];function r(s,c){return l(),t("div",null,n)}const d=i(e,[["render",r],["__file","weapon-wiki.html.vue"]]);export{d as default};

View File

@@ -1 +1 @@
import{ab as i,H as s,I as r,F as e,V as n,O as o,ad as d,ac as h,Y as a}from"./framework-561d691d.js";const c={},_=e("h1",{id:"为什么",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#为什么","aria-hidden":"true"},"#"),n(" 为什么...")],-1),u=e("p",null,"这篇文档将会列出一些最常见的以“为什么”开头的问题",-1),p=e("h2",{id:"为什么在设置中点击修改游戏路径无效",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#为什么在设置中点击修改游戏路径无效","aria-hidden":"true"},"#"),n(" 为什么在设置中点击修改游戏路径无效")],-1),f=e("p",null,"特定系统版本的用户由于微软对文件选择对话框的COM实现的差异会存在点击按钮后无响应的问题。",-1),m={href:"https://github.com/microsoft/WindowsAppSDK/issues/2931",target:"_blank",rel:"noopener noreferrer"},x=e("h2",{id:"为什么程序会出现乱码现象",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#为什么程序会出现乱码现象","aria-hidden":"true"},"#"),n(" 为什么程序会出现乱码现象")],-1),g=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"},b=h('<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><p><img src="https://img.alicdn.com/imgextra/i3/1797064093/O1CN01b3j0eY1g6duBXLJXg_!!1797064093.jpg" alt="uninstall-error" loading="lazy"></p><p>如在卸载胡桃工具箱后出现如上图所示的<code>需要使用新应用以打开此 hutao 链接</code>,说明没有按文档要求在卸载前清除实时便笺定时任务。 请根据文档在设置中清除定时任务后再卸载胡桃工具箱。</p><h2 id="为什么米游社帐号登录状态经常失效-添加的帐号消失" tabindex="-1"><a class="header-anchor" href="#为什么米游社帐号登录状态经常失效-添加的帐号消失" aria-hidden="true">#</a> 为什么米游社帐号登录状态经常失效,添加的帐号消失</h2>',6),C=e("li",null,"我们通过储存帐号的米游社 Cookie 来维持登录状态。",-1),I=e("li",null,[n("但是当用户在浏览器或其它设备上"),e("strong",null,"注销帐号"),n("后, 维持登录状态的 Cookie 将"),e("strong",null,"失效"),n("。")],-1),w=e("li",null,"这会导致胡桃工具箱上的米游社帐号在启动后被自动移除。",-1),B=e("li",null,"此情况也可能因为网络连接问题导致无法检查Cookie有效性故出现此情况后请优先重启胡桃工具箱。",-1),L=e("h2",{id:"为什么程序会提示注册计划任务失败",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#为什么程序会提示注册计划任务失败","aria-hidden":"true"},"#"),n(" 为什么程序会提示注册计划任务失败")],-1),N=e("p",null,"使用管理员模式使用一次实时便笺后,胡桃的任务计划会被以管理员权限创建。当再次以非管理员模式启动胡桃时,程序在修改计划任务时会缺少权限。 继续使用管理员模式即可解决该问题。",-1);function V(y,F){const t=a("ExternalLinkIcon"),l=a("RouterLink");return s(),r("div",null,[_,u,p,f,e("p",null,[n("相关的 "),e("a",m,[n("Github Issue"),o(t)])]),x,e("ul",null,[g,e("li",null,[n("您可以从 "),e("a",k,[n("微软官方"),o(t)]),n("下载到该字体文件")])]),b,e("ul",null,[C,I,w,B,e("li",null,[n("自2022年10月起米游社极大地提高了账号被判定为有风险的概率"),o(l,{to:"/FAQ/mihoyo-risk-tip.html"},{default:d(()=>[n("账号有风险")]),_:1}),n("时亦会令Cookie无法被识别为有效状态")])]),L,N])}const v=i(c,[["render",V],["__file","why.html.vue"]]);export{v as default};
import{ac as i,H as s,I as r,F as e,V as n,O as o,ae as d,ad as h,Y as a}from"./framework-3390b3d8.js";const c={},_=e("h1",{id:"为什么",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#为什么","aria-hidden":"true"},"#"),n(" 为什么...")],-1),u=e("p",null,"这篇文档将会列出一些最常见的以“为什么”开头的问题",-1),p=e("h2",{id:"为什么在设置中点击修改游戏路径无效",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#为什么在设置中点击修改游戏路径无效","aria-hidden":"true"},"#"),n(" 为什么在设置中点击修改游戏路径无效")],-1),f=e("p",null,"特定系统版本的用户由于微软对文件选择对话框的COM实现的差异会存在点击按钮后无响应的问题。",-1),m={href:"https://github.com/microsoft/WindowsAppSDK/issues/2931",target:"_blank",rel:"noopener noreferrer"},x=e("h2",{id:"为什么程序会出现乱码现象",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#为什么程序会出现乱码现象","aria-hidden":"true"},"#"),n(" 为什么程序会出现乱码现象")],-1),g=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"},b=h('<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><p><img src="https://img.alicdn.com/imgextra/i3/1797064093/O1CN01b3j0eY1g6duBXLJXg_!!1797064093.jpg" alt="uninstall-error" loading="lazy"></p><p>如在卸载胡桃工具箱后出现如上图所示的<code>需要使用新应用以打开此 hutao 链接</code>,说明没有按文档要求在卸载前清除实时便笺定时任务。 请根据文档在设置中清除定时任务后再卸载胡桃工具箱。</p><h2 id="为什么米游社帐号登录状态经常失效-添加的帐号消失" tabindex="-1"><a class="header-anchor" href="#为什么米游社帐号登录状态经常失效-添加的帐号消失" aria-hidden="true">#</a> 为什么米游社帐号登录状态经常失效,添加的帐号消失</h2>',6),C=e("li",null,"我们通过储存帐号的米游社 Cookie 来维持登录状态。",-1),I=e("li",null,[n("但是当用户在浏览器或其它设备上"),e("strong",null,"注销帐号"),n("后, 维持登录状态的 Cookie 将"),e("strong",null,"失效"),n("。")],-1),w=e("li",null,"这会导致胡桃工具箱上的米游社帐号在启动后被自动移除。",-1),B=e("li",null,"此情况也可能因为网络连接问题导致无法检查Cookie有效性故出现此情况后请优先重启胡桃工具箱。",-1),L=e("h2",{id:"为什么程序会提示注册计划任务失败",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#为什么程序会提示注册计划任务失败","aria-hidden":"true"},"#"),n(" 为什么程序会提示注册计划任务失败")],-1),N=e("p",null,"使用管理员模式使用一次实时便笺后,胡桃的任务计划会被以管理员权限创建。当再次以非管理员模式启动胡桃时,程序在修改计划任务时会缺少权限。 继续使用管理员模式即可解决该问题。",-1);function V(y,F){const t=a("ExternalLinkIcon"),l=a("RouterLink");return s(),r("div",null,[_,u,p,f,e("p",null,[n("相关的 "),e("a",m,[n("Github Issue"),o(t)])]),x,e("ul",null,[g,e("li",null,[n("您可以从 "),e("a",k,[n("微软官方"),o(t)]),n("下载到该字体文件")])]),b,e("ul",null,[C,I,w,B,e("li",null,[n("自2022年10月起米游社极大地提高了账号被判定为有风险的概率"),o(l,{to:"/FAQ/mihoyo-risk-tip.html"},{default:d(()=>[n("账号有风险")]),_:1}),n("时亦会令Cookie无法被识别为有效状态")])]),L,N])}const v=i(c,[["render",V],["__file","why.html.vue"]]);export{v as default};

File diff suppressed because one or more lines are too long

View File

@@ -9,7 +9,7 @@
</author>
<logo>https://img.alicdn.com/imgextra/i1/1797064093/O1CN01TOz2Cm1g6du5e8Hml_!!1797064093.png</logo>
<rights>Copyright by DGP-Studio</rights>
<updated>2023-02-04T05:42:45.350Z</updated>
<updated>2023-02-05T08:09:44.716Z</updated>
<generator>vuepress-plugin-feed2</generator>
<link rel="self" href="https://hut.ao/atom.xml"/>
<link rel="alternate" href="https://hut.ao/"/>
@@ -426,7 +426,7 @@ Snap.Genshin 已停止更新,项目已归档</p>
<title type="text">如何...</title>
<id>https://hut.ao/FAQ/how-to.html</id>
<link href="https://hut.ao/FAQ/how-to.html"/>
<updated>2023-01-14T00:42:36.000Z</updated>
<updated>2023-02-05T08:08:14.000Z</updated>
<summary type="html"><![CDATA[<h1> 如何...</h1>
<p>这篇文档将会列出一些最常见的以“如何”开头的问题</p>
<h2> 如何创建胡桃的桌面快捷方式</h2>
@@ -457,7 +457,11 @@ Snap.Genshin 已停止更新,项目已归档</p>
</ul>
<h2> 如何实现自动化管理员模式</h2>
<p>请使用如下的 PowerShell 脚本启动胡桃</p>
<div class="language-PowerShell line-numbers-mode" data-ext="PowerShell"><div class="line-numbers" aria-hidden="true"><div class="line-number"></div></div></div><h2> 如何让胡桃工具箱开机自动启动</h2>
<ul>
<li>商店版<div class="language-PowerShell line-numbers-mode" data-ext="PowerShell"><div class="line-numbers" aria-hidden="true"><div class="line-number"></div></div></div></li>
<li>侧载版<div class="language-PowerShell line-numbers-mode" data-ext="PowerShell"><div class="line-numbers" aria-hidden="true"><div class="line-number"></div></div></div></li>
</ul>
<h2> 如何让胡桃工具箱开机自动启动</h2>
<ul>
<li>请参考如下思路
<ul>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -9,7 +9,7 @@
</author>
<logo>https://img.alicdn.com/imgextra/i1/1797064093/O1CN01TOz2Cm1g6du5e8Hml_!!1797064093.png</logo>
<rights>Copyright by DGP-Studio</rights>
<updated>2023-02-04T05:42:45.351Z</updated>
<updated>2023-02-05T08:09:44.716Z</updated>
<generator>vuepress-plugin-feed2</generator>
<link rel="self" href="https://hut.ao/en/atom.xml"/>
<link rel="alternate" href="https://hut.ao/en/"/>

File diff suppressed because one or more lines are too long

View File

@@ -6,8 +6,8 @@
<link>https://hut.ao/en/</link>
<description>Super utilitarian Genshin Impact Tool</description>
<language>en-US</language>
<pubDate>Sat, 04 Feb 2023 05:42:45 GMT</pubDate>
<lastBuildDate>Sat, 04 Feb 2023 05:42:45 GMT</lastBuildDate>
<pubDate>Sun, 05 Feb 2023 08:09:44 GMT</pubDate>
<lastBuildDate>Sun, 05 Feb 2023 08:09:44 GMT</lastBuildDate>
<generator>vuepress-plugin-feed2</generator>
<docs>https://validator.w3.org/feed/docs/rss2.html</docs>
<copyright>Copyright by DGP-Studio</copyright>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

10
rss.xml
View File

@@ -6,8 +6,8 @@
<link>https://hut.ao/</link>
<description>多功能的原神工具箱</description>
<language>zh-CN</language>
<pubDate>Sat, 04 Feb 2023 05:42:45 GMT</pubDate>
<lastBuildDate>Sat, 04 Feb 2023 05:42:45 GMT</lastBuildDate>
<pubDate>Sun, 05 Feb 2023 08:09:44 GMT</pubDate>
<lastBuildDate>Sun, 05 Feb 2023 08:09:44 GMT</lastBuildDate>
<generator>vuepress-plugin-feed2</generator>
<docs>https://validator.w3.org/feed/docs/rss2.html</docs>
<copyright>Copyright by DGP-Studio</copyright>
@@ -302,7 +302,11 @@ Snap.Genshin 已停止更新,项目已归档</p>
</ul>
<h2> 如何实现自动化管理员模式</h2>
<p>请使用如下的 PowerShell 脚本启动胡桃</p>
<div class="language-PowerShell line-numbers-mode" data-ext="PowerShell"><div class="line-numbers" aria-hidden="true"><div class="line-number"></div></div></div><h2> 如何让胡桃工具箱开机自动启动</h2>
<ul>
<li>商店版<div class="language-PowerShell line-numbers-mode" data-ext="PowerShell"><div class="line-numbers" aria-hidden="true"><div class="line-number"></div></div></div></li>
<li>侧载版<div class="language-PowerShell line-numbers-mode" data-ext="PowerShell"><div class="line-numbers" aria-hidden="true"><div class="line-number"></div></div></div></li>
</ul>
<h2> 如何让胡桃工具箱开机自动启动</h2>
<ul>
<li>请参考如下思路
<ul>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -1,3 +1,3 @@
<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" href="/sitemap.xsl"?>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:news="http://www.google.com/schemas/sitemap-news/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:image="http://www.google.com/schemas/sitemap-image/1.1" xmlns:video="http://www.google.com/schemas/sitemap-video/1.1"><url><loc>https://hut.ao/</loc><lastmod>2023-02-03T02:35:02.000Z</lastmod><changefreq>weekly</changefreq><xhtml:link rel="alternate" hreflang="zh-CN" href="https://hut.ao/"/><xhtml:link rel="alternate" hreflang="en-US" href="https://hut.ao/en/"/></url><url><loc>https://hut.ao/community.html</loc><lastmod>2023-01-12T13:18:04.000Z</lastmod><changefreq>weekly</changefreq></url><url><loc>https://hut.ao/markmap.html</loc><lastmod>2023-01-12T00:31:56.000Z</lastmod><changefreq>weekly</changefreq></url><url><loc>https://hut.ao/project.html</loc><lastmod>2023-02-03T02:35:02.000Z</lastmod><changefreq>weekly</changefreq></url><url><loc>https://hut.ao/quick-start.html</loc><lastmod>2023-02-03T09:06:49.000Z</lastmod><changefreq>weekly</changefreq></url><url><loc>https://hut.ao/side-load.html</loc><lastmod>2023-02-03T02:35:02.000Z</lastmod><changefreq>weekly</changefreq></url><url><loc>https://hut.ao/star-request.html</loc><lastmod>2023-02-03T02:34:14.000Z</lastmod><changefreq>weekly</changefreq></url><url><loc>https://hut.ao/FAQ/Gacha-system-and-export-principal.html</loc><lastmod>2023-01-12T13:18:04.000Z</lastmod><changefreq>weekly</changefreq></url><url><loc>https://hut.ao/FAQ/HttpRequestException.html</loc><lastmod>2023-01-12T13:18:04.000Z</lastmod><changefreq>weekly</changefreq></url><url><loc>https://hut.ao/FAQ/artifact-rating-rules.html</loc><lastmod>2023-01-12T13:18:04.000Z</lastmod><changefreq>weekly</changefreq></url><url><loc>https://hut.ao/FAQ/get-stoken-cookie-from-the-third-party.html</loc><lastmod>2023-01-12T13:18:04.000Z</lastmod><changefreq>weekly</changefreq></url><url><loc>https://hut.ao/FAQ/how-to.html</loc><lastmod>2023-01-14T00:42:36.000Z</lastmod><changefreq>weekly</changefreq></url><url><loc>https://hut.ao/FAQ/mihoyo-risk-tip.html</loc><lastmod>2023-01-12T13:18:04.000Z</lastmod><changefreq>weekly</changefreq></url><url><loc>https://hut.ao/FAQ/why.html</loc><lastmod>2023-01-19T23:16:45.000Z</lastmod><changefreq>weekly</changefreq></url><url><loc>https://hut.ao/development-log/symposium1.html</loc><lastmod>2023-01-14T00:09:10.000Z</lastmod><changefreq>weekly</changefreq></url><url><loc>https://hut.ao/development-log/symposium2.html</loc><lastmod>2023-01-11T09:40:39.000Z</lastmod><changefreq>weekly</changefreq></url><url><loc>https://hut.ao/en/</loc><lastmod>2023-01-12T00:51:03.000Z</lastmod><changefreq>weekly</changefreq><xhtml:link rel="alternate" hreflang="zh-CN" href="https://hut.ao/"/><xhtml:link rel="alternate" hreflang="en-US" href="https://hut.ao/en/"/></url><url><loc>https://hut.ao/features/achievements.html</loc><lastmod>2023-01-12T13:18:04.000Z</lastmod><changefreq>weekly</changefreq></url><url><loc>https://hut.ao/features/character-data.html</loc><lastmod>2023-01-18T19:58:16.000Z</lastmod><changefreq>weekly</changefreq></url><url><loc>https://hut.ao/features/character-wiki.html</loc><lastmod>2023-01-12T13:18:04.000Z</lastmod><changefreq>weekly</changefreq></url><url><loc>https://hut.ao/features/daily-notes.html</loc><lastmod>2023-01-12T13:18:04.000Z</lastmod><changefreq>weekly</changefreq></url><url><loc>https://hut.ao/features/develop-plan.html</loc><lastmod>2023-01-12T13:18:04.000Z</lastmod><changefreq>weekly</changefreq></url><url><loc>https://hut.ao/features/game-launcher.html</loc><lastmod>2023-01-29T11:05:32.000Z</lastmod><changefreq>weekly</changefreq></url><url><loc>https://hut.ao/features/hutao-API.html</loc><lastmod>2023-01-12T13:18:04.000Z</lastmod><changefreq>weekly</changefreq></url><url><loc>https://hut.ao/features/hutao-settings.html</loc><lastmod>2023-01-18T19:58:16.000Z</lastmod><changefreq>weekly</changefreq></url><url><loc>https://hut.ao/features/mhy-account-switch.html</loc><lastmod>2023-01-27T08:00:30.000Z</lastmod><changefreq>weekly</changefreq></url><url><loc>https://hut.ao/features/weapon-wiki.html</loc><lastmod>2023-01-12T13:18:04.000Z</lastmod><changefreq>weekly</changefreq></url><url><loc>https://hut.ao/features/wish-export.html</loc><lastmod>2023-01-19T23:16:45.000Z</lastmod><changefreq>weekly</changefreq></url><url><loc>https://hut.ao/statements/bug-report.html</loc><lastmod>2023-02-04T05:41:27.000Z</lastmod><changefreq>weekly</changefreq></url><url><loc>https://hut.ao/statements/privacy-notice.html</loc><lastmod>2023-01-12T13:18:04.000Z</lastmod><changefreq>weekly</changefreq></url><url><loc>https://hut.ao/statements/tos.html</loc><lastmod>2023-01-27T06:07:29.000Z</lastmod><changefreq>weekly</changefreq></url></urlset>
<urlset xmlns="http://www.sitemaps.org/schemas/sitemap/0.9" xmlns:news="http://www.google.com/schemas/sitemap-news/0.9" xmlns:xhtml="http://www.w3.org/1999/xhtml" xmlns:image="http://www.google.com/schemas/sitemap-image/1.1" xmlns:video="http://www.google.com/schemas/sitemap-video/1.1"><url><loc>https://hut.ao/</loc><lastmod>2023-02-03T02:35:02.000Z</lastmod><changefreq>weekly</changefreq><xhtml:link rel="alternate" hreflang="zh-CN" href="https://hut.ao/"/><xhtml:link rel="alternate" hreflang="en-US" href="https://hut.ao/en/"/></url><url><loc>https://hut.ao/community.html</loc><lastmod>2023-01-12T13:18:04.000Z</lastmod><changefreq>weekly</changefreq></url><url><loc>https://hut.ao/markmap.html</loc><lastmod>2023-01-12T00:31:56.000Z</lastmod><changefreq>weekly</changefreq></url><url><loc>https://hut.ao/project.html</loc><lastmod>2023-02-03T02:35:02.000Z</lastmod><changefreq>weekly</changefreq></url><url><loc>https://hut.ao/quick-start.html</loc><lastmod>2023-02-03T09:06:49.000Z</lastmod><changefreq>weekly</changefreq></url><url><loc>https://hut.ao/side-load.html</loc><lastmod>2023-02-03T02:35:02.000Z</lastmod><changefreq>weekly</changefreq></url><url><loc>https://hut.ao/star-request.html</loc><lastmod>2023-02-03T02:34:14.000Z</lastmod><changefreq>weekly</changefreq></url><url><loc>https://hut.ao/FAQ/Gacha-system-and-export-principal.html</loc><lastmod>2023-01-12T13:18:04.000Z</lastmod><changefreq>weekly</changefreq></url><url><loc>https://hut.ao/FAQ/HttpRequestException.html</loc><lastmod>2023-01-12T13:18:04.000Z</lastmod><changefreq>weekly</changefreq></url><url><loc>https://hut.ao/FAQ/artifact-rating-rules.html</loc><lastmod>2023-01-12T13:18:04.000Z</lastmod><changefreq>weekly</changefreq></url><url><loc>https://hut.ao/FAQ/get-stoken-cookie-from-the-third-party.html</loc><lastmod>2023-01-12T13:18:04.000Z</lastmod><changefreq>weekly</changefreq></url><url><loc>https://hut.ao/FAQ/how-to.html</loc><lastmod>2023-02-05T08:08:14.000Z</lastmod><changefreq>weekly</changefreq></url><url><loc>https://hut.ao/FAQ/mihoyo-risk-tip.html</loc><lastmod>2023-01-12T13:18:04.000Z</lastmod><changefreq>weekly</changefreq></url><url><loc>https://hut.ao/FAQ/why.html</loc><lastmod>2023-01-19T23:16:45.000Z</lastmod><changefreq>weekly</changefreq></url><url><loc>https://hut.ao/development-log/symposium1.html</loc><lastmod>2023-01-14T00:09:10.000Z</lastmod><changefreq>weekly</changefreq></url><url><loc>https://hut.ao/development-log/symposium2.html</loc><lastmod>2023-01-11T09:40:39.000Z</lastmod><changefreq>weekly</changefreq></url><url><loc>https://hut.ao/en/</loc><lastmod>2023-01-12T00:51:03.000Z</lastmod><changefreq>weekly</changefreq><xhtml:link rel="alternate" hreflang="zh-CN" href="https://hut.ao/"/><xhtml:link rel="alternate" hreflang="en-US" href="https://hut.ao/en/"/></url><url><loc>https://hut.ao/features/achievements.html</loc><lastmod>2023-01-12T13:18:04.000Z</lastmod><changefreq>weekly</changefreq></url><url><loc>https://hut.ao/features/character-data.html</loc><lastmod>2023-01-18T19:58:16.000Z</lastmod><changefreq>weekly</changefreq></url><url><loc>https://hut.ao/features/character-wiki.html</loc><lastmod>2023-01-12T13:18:04.000Z</lastmod><changefreq>weekly</changefreq></url><url><loc>https://hut.ao/features/daily-notes.html</loc><lastmod>2023-01-12T13:18:04.000Z</lastmod><changefreq>weekly</changefreq></url><url><loc>https://hut.ao/features/develop-plan.html</loc><lastmod>2023-01-12T13:18:04.000Z</lastmod><changefreq>weekly</changefreq></url><url><loc>https://hut.ao/features/game-launcher.html</loc><lastmod>2023-01-29T11:05:32.000Z</lastmod><changefreq>weekly</changefreq></url><url><loc>https://hut.ao/features/hutao-API.html</loc><lastmod>2023-01-12T13:18:04.000Z</lastmod><changefreq>weekly</changefreq></url><url><loc>https://hut.ao/features/hutao-settings.html</loc><lastmod>2023-01-18T19:58:16.000Z</lastmod><changefreq>weekly</changefreq></url><url><loc>https://hut.ao/features/mhy-account-switch.html</loc><lastmod>2023-01-27T08:00:30.000Z</lastmod><changefreq>weekly</changefreq></url><url><loc>https://hut.ao/features/weapon-wiki.html</loc><lastmod>2023-01-12T13:18:04.000Z</lastmod><changefreq>weekly</changefreq></url><url><loc>https://hut.ao/features/wish-export.html</loc><lastmod>2023-01-19T23:16:45.000Z</lastmod><changefreq>weekly</changefreq></url><url><loc>https://hut.ao/statements/bug-report.html</loc><lastmod>2023-02-04T05:41:27.000Z</lastmod><changefreq>weekly</changefreq></url><url><loc>https://hut.ao/statements/privacy-notice.html</loc><lastmod>2023-01-12T13:18:04.000Z</lastmod><changefreq>weekly</changefreq></url><url><loc>https://hut.ao/statements/tos.html</loc><lastmod>2023-01-27T06:07:29.000Z</lastmod><changefreq>weekly</changefreq></url></urlset>

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long