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

This commit is contained in:
Masterain98
2023-01-14 01:41:06 +00:00
parent c51b0ae648
commit 8d553bbcbb
155 changed files with 410 additions and 408 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 +1 @@
import{ab as e,H as t,I as c}from"./framework-2ba0305e.js";const _={};function r(n,o){return t(),c("div")}const s=e(_,[["render",r],["__file","404.html.vue"]]);export{s as default};
import{ab as e,H as t,I as c}from"./framework-2050cf2c.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

@@ -1 +1 @@
import{ab as a,H as e,I as i,ac as r}from"./framework-2ba0305e.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{ab as a,H as e,I as i,ac as r}from"./framework-2050cf2c.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 a,H as e,I as i,ac as r}from"./framework-2ba0305e.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{ab as a,H as e,I as i,ac as r}from"./framework-2050cf2c.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-2ba0305e.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{ab as r,H as s,I as a,F as e,V as t,O as n,Y as c}from"./framework-2050cf2c.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};

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-2ba0305e.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{ab as r,H as s,I as a,F as e,V as t,O as n,Y as c}from"./framework-2050cf2c.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};

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{l as p,s as d,_ as v}from"./app-bedd1c41.js";import{c as m,r as i,A as w,h as f,o as g,j as e}from"./framework-2ba0305e.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 R=m({name:"VuePlayground",props:{title:{type:String,default:""},files:{type:String,required:!0},settings:{type:String,default:"{}"}},setup(a){const n=i(!0),s=w(),l=i(),t=f(()=>C(a.settings)),o=i(t.value.showCode||!1),r=async()=>{const{ReplStore:u,Repl:c}=await v(()=>import("./vue-repl-d7fef8ed.js"),["assets/vue-repl-d7fef8ed.js","assets/app-bedd1c41.js","assets/framework-2ba0305e.js"]);s.value=c,l.value=new u({serializedState:decodeURIComponent(a.files),showOutput:!0}),t.value.vueVersion&&await l.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,s.value?e(s.value,{store:l.value,...t.value}):null])])]}});export{R as default};
import{P as p,a as d,_ as v}from"./app-14bc1a7f.js";import{c as m,r as i,A as w,h as f,o as g,j as e}from"./framework-2050cf2c.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 R=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-3f03b9c5.js"),["assets/vue-repl-3f03b9c5.js","assets/app-14bc1a7f.js","assets/framework-2050cf2c.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{R 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-2ba0305e.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{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-2050cf2c.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};

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-2ba0305e.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{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-2050cf2c.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};

61
assets/app-14bc1a7f.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-2ba0305e.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{ab as o,H as r,I as s,F as e,V as t,O as n,Y as c}from"./framework-2050cf2c.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};

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-2ba0305e.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{ab as o,H as r,I as s,F as e,V as t,O as n,Y as c}from"./framework-2050cf2c.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};

File diff suppressed because one or more lines are too long

View File

@@ -1 +1 @@
import{ab as a,H as u,I as i,F as e,V as t,O as o,ad as c,Y as l}from"./framework-2ba0305e.js";const h={},d=e("h1",{id:"提交bug报告",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#提交bug报告","aria-hidden":"true"},"#"),t(" 提交BUG报告")],-1),_=e("h2",{id:"推荐方法",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#推荐方法","aria-hidden":"true"},"#"),t(" 推荐方法")],-1),p=e("li",null,"在你使用 Snap Hutao 时如果发现了可复现或不可自行修复的问题,可以通过提交问题反馈来告知开发者。",-1),f={href:"https://github.com/DGP-Studio/Snap.Hutao/issues/100",target:"_blank",rel:"noopener noreferrer"},b=e("li",null,"如果你有能力在代码层面修复该问题,也欢迎您直接在对应的项目中发起 PR。",-1),m=e("h3",{id:"客户端问题",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#客户端问题","aria-hidden":"true"},"#"),t(" 客户端问题")],-1),g=e("p",null,"在提交问题前,请务必检查文档内是否已包含了你的问题",-1),S={href:"https://cloud.06dn.com/s/Ke6JhO",target:"_blank",rel:"noopener noreferrer"},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),G={href:"https://support.qq.com/products/451231",target:"_blank",rel:"noopener noreferrer"},D=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",target:"_blank",rel:"noopener noreferrer"};function B(w,q){const n=l("ExternalLinkIcon"),r=l("RouterLink"),s=l("Badge");return u(),i("div",null,[d,_,e("ul",null,[p,e("li",null,[t("在提交问题时,您应当尽可能地详细描述问题。如果有错误的截图,也应该提供。这有利于问题排查并加速问题修复。 "),e("ul",null,[e("li",null,[t("一个可以参考的非常正面的例子是 "),e("a",f,[t("DGP-Studio/Snap.Hutao/issues/100"),o(n)])])])]),b]),m,e("ul",null,[e("li",null,[g,e("ul",null,[e("li",null,[t("首先需要确认您使用的版本是否为"),e("a",S,[t("最新版本"),o(n)])]),x,e("li",null,[o(r,{to:"/FAQ/how-to.html"},{default:c(()=>[t("快速解答")]),_:1})])])]),e("li",null,[e("p",null,[t("通过 GitHub 提交问题 "),o(s,{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",G,[t("support.qq.com/products/451231"),o(n)])])])])]),D,e("ul",null,[e("li",null,[t("通过 GitHub 提交问题:"),e("a",P,[t("DGP-Studio/Snap.Hutao.Docs"),o(n)])])])])}const R=a(h,[["render",B],["__file","bug-report.html.vue"]]);export{R as default};
import{ab as a,H as u,I as i,F as e,V as t,O as o,ad as c,Y as l}from"./framework-2050cf2c.js";const h={},d=e("h1",{id:"提交bug报告",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#提交bug报告","aria-hidden":"true"},"#"),t(" 提交BUG报告")],-1),_=e("h2",{id:"推荐方法",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#推荐方法","aria-hidden":"true"},"#"),t(" 推荐方法")],-1),p=e("li",null,"在你使用 Snap Hutao 时如果发现了可复现或不可自行修复的问题,可以通过提交问题反馈来告知开发者。",-1),f={href:"https://github.com/DGP-Studio/Snap.Hutao/issues/100",target:"_blank",rel:"noopener noreferrer"},b=e("li",null,"如果你有能力在代码层面修复该问题,也欢迎您直接在对应的项目中发起 PR。",-1),m=e("h3",{id:"客户端问题",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#客户端问题","aria-hidden":"true"},"#"),t(" 客户端问题")],-1),g=e("p",null,"在提交问题前,请务必检查文档内是否已包含了你的问题",-1),S={href:"https://cloud.06dn.com/s/Ke6JhO",target:"_blank",rel:"noopener noreferrer"},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),G={href:"https://support.qq.com/products/451231",target:"_blank",rel:"noopener noreferrer"},D=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",target:"_blank",rel:"noopener noreferrer"};function B(w,q){const n=l("ExternalLinkIcon"),r=l("RouterLink"),s=l("Badge");return u(),i("div",null,[d,_,e("ul",null,[p,e("li",null,[t("在提交问题时,您应当尽可能地详细描述问题。如果有错误的截图,也应该提供。这有利于问题排查并加速问题修复。 "),e("ul",null,[e("li",null,[t("一个可以参考的非常正面的例子是 "),e("a",f,[t("DGP-Studio/Snap.Hutao/issues/100"),o(n)])])])]),b]),m,e("ul",null,[e("li",null,[g,e("ul",null,[e("li",null,[t("首先需要确认您使用的版本是否为"),e("a",S,[t("最新版本"),o(n)])]),x,e("li",null,[o(r,{to:"/FAQ/how-to.html"},{default:c(()=>[t("快速解答")]),_:1})])])]),e("li",null,[e("p",null,[t("通过 GitHub 提交问题 "),o(s,{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",G,[t("support.qq.com/products/451231"),o(n)])])])])]),D,e("ul",null,[e("li",null,[t("通过 GitHub 提交问题:"),e("a",P,[t("DGP-Studio/Snap.Hutao.Docs"),o(n)])])])])}const R=a(h,[["render",B],["__file","bug-report.html.vue"]]);export{R as default};

View File

@@ -1 +1 @@
import{ab as r,H as i,I as u,F as e,V as t,O as o,ad as h,ac as d,Y as l}from"./framework-2ba0305e.js";const c={},_=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),b={href:"https://github.com/DGP-Studio/Snap.Hutao/issues/100",target:"_blank",rel:"noopener noreferrer"},g=e("li",null,"如果你有能力在代码层面修复该问题,也欢迎您直接在对应的项目中发起 PR。",-1),f=e("h3",{id:"客户端问题",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#客户端问题","aria-hidden":"true"},"#"),t(" 客户端问题")],-1),m=e("p",null,"在提交问题前,请务必检查文档内是否已包含了你的问题",-1),S={href:"https://d.hut.ao/",target:"_blank",rel:"noopener noreferrer"},x=e("li",null,"您可以通过菜单栏中的“常见问题”分类找到这些文档",-1),H={href:"https://github.com/DGP-Studio/Snap.Hutao/issues/new/choose",target:"_blank",rel:"noopener noreferrer"},k=e("p",null,"通过 兔小巢 提交问题",-1),G={href:"https://support.qq.com/products/451231",target:"_blank",rel:"noopener noreferrer"},D=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",target:"_blank",rel:"noopener noreferrer"};function B(w,y){const n=l("ExternalLinkIcon"),s=l("RouterLink"),a=l("Badge");return i(),u("div",null,[_,e("ul",null,[p,e("li",null,[t("在提交问题时,您应当尽可能地详细描述问题。如果有错误的截图,也应该提供。这有利于问题排查并加速问题修复。 "),e("ul",null,[e("li",null,[t("一个可以参考的非常正面的例子是 "),e("a",b,[t("DGP-Studio/Snap.Hutao/issues/100"),o(n)])])])]),g]),f,e("ul",null,[e("li",null,[m,e("ul",null,[e("li",null,[t("首先需要确认您使用的版本是否为"),e("a",S,[t("最新版本"),o(n)])]),x,e("li",null,[o(s,{to:"/FAQ/how-to.html"},{default:h(()=>[t("快速解答")]),_:1})])])]),e("li",null,[e("p",null,[t("通过 GitHub 提交问题 "),o(a,{text:"推荐",type:"tip"})]),e("ul",null,[e("li",null,[e("a",H,[t("github.com/DGP-Studio/Snap.Hutao/issues/new/choose"),o(n)])])])]),e("li",null,[k,e("ul",null,[e("li",null,[e("a",G,[t("support.qq.com/products/451231"),o(n)])])])])]),D,e("ul",null,[e("li",null,[t("通过 GitHub 提交问题:"),e("a",P,[t("DGP-Studio/Snap.Hutao.Docs"),o(n)])])])])}const q=r(c,[["render",B],["__file","bug-report.html.vue"]]);export{q as default};
import{ab as r,H as i,I as u,F as e,V as t,O as o,ad as h,ac as d,Y as l}from"./framework-2050cf2c.js";const c={},_=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),b={href:"https://github.com/DGP-Studio/Snap.Hutao/issues/100",target:"_blank",rel:"noopener noreferrer"},g=e("li",null,"如果你有能力在代码层面修复该问题,也欢迎您直接在对应的项目中发起 PR。",-1),f=e("h3",{id:"客户端问题",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#客户端问题","aria-hidden":"true"},"#"),t(" 客户端问题")],-1),m=e("p",null,"在提交问题前,请务必检查文档内是否已包含了你的问题",-1),S={href:"https://d.hut.ao/",target:"_blank",rel:"noopener noreferrer"},x=e("li",null,"您可以通过菜单栏中的“常见问题”分类找到这些文档",-1),H={href:"https://github.com/DGP-Studio/Snap.Hutao/issues/new/choose",target:"_blank",rel:"noopener noreferrer"},k=e("p",null,"通过 兔小巢 提交问题",-1),G={href:"https://support.qq.com/products/451231",target:"_blank",rel:"noopener noreferrer"},D=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",target:"_blank",rel:"noopener noreferrer"};function B(w,y){const n=l("ExternalLinkIcon"),s=l("RouterLink"),a=l("Badge");return i(),u("div",null,[_,e("ul",null,[p,e("li",null,[t("在提交问题时,您应当尽可能地详细描述问题。如果有错误的截图,也应该提供。这有利于问题排查并加速问题修复。 "),e("ul",null,[e("li",null,[t("一个可以参考的非常正面的例子是 "),e("a",b,[t("DGP-Studio/Snap.Hutao/issues/100"),o(n)])])])]),g]),f,e("ul",null,[e("li",null,[m,e("ul",null,[e("li",null,[t("首先需要确认您使用的版本是否为"),e("a",S,[t("最新版本"),o(n)])]),x,e("li",null,[o(s,{to:"/FAQ/how-to.html"},{default:h(()=>[t("快速解答")]),_:1})])])]),e("li",null,[e("p",null,[t("通过 GitHub 提交问题 "),o(a,{text:"推荐",type:"tip"})]),e("ul",null,[e("li",null,[e("a",H,[t("github.com/DGP-Studio/Snap.Hutao/issues/new/choose"),o(n)])])])]),e("li",null,[k,e("ul",null,[e("li",null,[e("a",G,[t("support.qq.com/products/451231"),o(n)])])])])]),D,e("ul",null,[e("li",null,[t("通过 GitHub 提交问题:"),e("a",P,[t("DGP-Studio/Snap.Hutao.Docs"),o(n)])])])])}const q=r(c,[["render",B],["__file","bug-report.html.vue"]]);export{q 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 a,H as t,I as r,F as l,V as i,O as o,ad as n,ac as c,Y as u}from"./framework-2ba0305e.js";const s={},d=c('<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:"/en/features/character-data.html"},{default:n(()=>[i("我的角色")]),_:1}),i("功能")])])])])])}const g=a(s,[["render",m],["__file","character-wiki.html.vue"]]);export{g as default};
import{ab as a,H as t,I as r,F as l,V as i,O as o,ad as n,ac as c,Y as u}from"./framework-2050cf2c.js";const s={},d=c('<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:"/en/features/character-data.html"},{default:n(()=>[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 t,I as r,F as l,V as i,O as o,ad as c,ac as n,Y as u}from"./framework-2ba0305e.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{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-2050cf2c.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 r,H as n,I as s,F as t,V as e,O as a,ac as l,Y as i}from"./framework-2ba0305e.js";const h={},u=l('<h1 id="加入用户社区" tabindex="-1"><a class="header-anchor" href="#加入用户社区" aria-hidden="true">#</a> 加入用户社区</h1><p>作为开源软件,社区动力是胡桃工具箱生态的重要组成部分,你可以在通过下面的方式加入到胡桃的用户社区中。</p><p><strong>如果你认为胡桃工具箱是一个好的项目或者有帮助到你,请为我们在 GitHub 上加星点赞 ⭐,并在更多的地方帮助我们宣传</strong></p><p><img src="https://img.shields.io/github/commit-activity/y/DGP-Studio/Snap.Hutao?style=for-the-badge" alt="commit_activity" loading="lazy"><img src="https://img.shields.io/github/last-commit/DGP-Studio/Snap.Hutao?label=Hutao Last Commit&amp;style=for-the-badge" alt="hutao-last-commit" loading="lazy"><img src="https://img.shields.io/github/release-date/DGP-Studio/Snap.Hutao?label=Hutao Last Release&amp;style=for-the-badge" alt="hutao-last-release" loading="lazy"></p>',4),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),c={href:"https://github.com/DGP-Studio/Snap.Hutao",target:"_blank",rel:"noopener noreferrer"},p=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),_={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?style=plastic&color=red",alt:"org-stars",loading:"lazy"},null,-1),m={href:"https://github.com/DGP-Studio",target:"_blank",rel:"noopener noreferrer"},b=t("h2",{id:"github-讨论",tabindex:"-1"},[t("a",{class:"header-anchor",href:"#github-讨论","aria-hidden":"true"},"#"),e(" GitHub 讨论")],-1),f={href:"https://github.com/DGP-Studio/Snap.Hutao/discussions",target:"_blank",rel:"noopener noreferrer"},S=t("h2",{id:"qq-群",tabindex:"-1"},[t("a",{class:"header-anchor",href:"#qq-群","aria-hidden":"true"},"#"),e(" QQ 群")],-1),y={href:"https://go.hut.ao/qun1",target:"_blank",rel:"noopener noreferrer"},k={href:"https://go.hut.ao/qun2",target:"_blank",rel:"noopener noreferrer"},H={href:"https://go.hut.ao/qun3",target:"_blank",rel:"noopener noreferrer"},D={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"},q=t("h2",{id:"discord",tabindex:"-1"},[t("a",{class:"header-anchor",href:"#discord","aria-hidden":"true"},"#"),e(" Discord")],-1),P={href:"https://discord.gg/Yb8bykaUKp",target:"_blank",rel:"noopener noreferrer"};function x(v,z){const o=i("ExternalLinkIcon");return n(),s("div",null,[u,t("ul",null,[t("li",null,[e("胡桃主项目 "),d,t("ul",null,[t("li",null,[t("a",c,[e("Snap.Hutao"),a(o)])])])]),t("li",null,[e("胡桃文档项目 "),p,t("ul",null,[t("li",null,[t("a",_,[e("Snap.Hutao.Docs"),a(o)])])])]),t("li",null,[e("我们的 GitHub 主页 "),g,t("ul",null,[t("li",null,[t("a",m,[e("DGP-Studio"),a(o)])])])])]),b,t("p",null,[t("a",f,[e("Snap.Hutao Discussion"),a(o)])]),S,t("ul",null,[t("li",null,[t("a",y,[e("Snap 一群"),a(o)])]),t("li",null,[t("a",k,[e("Snap 二群"),a(o)])]),t("li",null,[t("a",H,[e("Snap 三群"),a(o)])]),t("li",null,[t("a",D,[e("Snap 四群"),a(o)])]),t("li",null,[t("a",G,[e("Snap 开发交流群"),a(o)])])]),q,t("p",null,[e("邀请链接:"),t("a",P,[e("https://discord.gg/Yb8bykaUKp"),a(o)])])])}const E=r(h,[["render",x],["__file","community.html.vue"]]);export{E as default};
import{ab as r,H as n,I as s,F as t,V as e,O as a,ac as l,Y as i}from"./framework-2050cf2c.js";const h={},u=l('<h1 id="加入用户社区" tabindex="-1"><a class="header-anchor" href="#加入用户社区" aria-hidden="true">#</a> 加入用户社区</h1><p>作为开源软件,社区动力是胡桃工具箱生态的重要组成部分,你可以在通过下面的方式加入到胡桃的用户社区中。</p><p><strong>如果你认为胡桃工具箱是一个好的项目或者有帮助到你,请为我们在 GitHub 上加星点赞 ⭐,并在更多的地方帮助我们宣传</strong></p><p><img src="https://img.shields.io/github/commit-activity/y/DGP-Studio/Snap.Hutao?style=for-the-badge" alt="commit_activity" loading="lazy"><img src="https://img.shields.io/github/last-commit/DGP-Studio/Snap.Hutao?label=Hutao Last Commit&amp;style=for-the-badge" alt="hutao-last-commit" loading="lazy"><img src="https://img.shields.io/github/release-date/DGP-Studio/Snap.Hutao?label=Hutao Last Release&amp;style=for-the-badge" alt="hutao-last-release" loading="lazy"></p>',4),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),c={href:"https://github.com/DGP-Studio/Snap.Hutao",target:"_blank",rel:"noopener noreferrer"},p=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),_={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?style=plastic&color=red",alt:"org-stars",loading:"lazy"},null,-1),m={href:"https://github.com/DGP-Studio",target:"_blank",rel:"noopener noreferrer"},b=t("h2",{id:"github-讨论",tabindex:"-1"},[t("a",{class:"header-anchor",href:"#github-讨论","aria-hidden":"true"},"#"),e(" GitHub 讨论")],-1),f={href:"https://github.com/DGP-Studio/Snap.Hutao/discussions",target:"_blank",rel:"noopener noreferrer"},S=t("h2",{id:"qq-群",tabindex:"-1"},[t("a",{class:"header-anchor",href:"#qq-群","aria-hidden":"true"},"#"),e(" QQ 群")],-1),y={href:"https://go.hut.ao/qun1",target:"_blank",rel:"noopener noreferrer"},k={href:"https://go.hut.ao/qun2",target:"_blank",rel:"noopener noreferrer"},H={href:"https://go.hut.ao/qun3",target:"_blank",rel:"noopener noreferrer"},D={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"},q=t("h2",{id:"discord",tabindex:"-1"},[t("a",{class:"header-anchor",href:"#discord","aria-hidden":"true"},"#"),e(" Discord")],-1),P={href:"https://discord.gg/Yb8bykaUKp",target:"_blank",rel:"noopener noreferrer"};function x(v,z){const o=i("ExternalLinkIcon");return n(),s("div",null,[u,t("ul",null,[t("li",null,[e("胡桃主项目 "),d,t("ul",null,[t("li",null,[t("a",c,[e("Snap.Hutao"),a(o)])])])]),t("li",null,[e("胡桃文档项目 "),p,t("ul",null,[t("li",null,[t("a",_,[e("Snap.Hutao.Docs"),a(o)])])])]),t("li",null,[e("我们的 GitHub 主页 "),g,t("ul",null,[t("li",null,[t("a",m,[e("DGP-Studio"),a(o)])])])])]),b,t("p",null,[t("a",f,[e("Snap.Hutao Discussion"),a(o)])]),S,t("ul",null,[t("li",null,[t("a",y,[e("Snap 一群"),a(o)])]),t("li",null,[t("a",k,[e("Snap 二群"),a(o)])]),t("li",null,[t("a",H,[e("Snap 三群"),a(o)])]),t("li",null,[t("a",D,[e("Snap 四群"),a(o)])]),t("li",null,[t("a",G,[e("Snap 开发交流群"),a(o)])])]),q,t("p",null,[e("邀请链接:"),t("a",P,[e("https://discord.gg/Yb8bykaUKp"),a(o)])])])}const E=r(h,[["render",x],["__file","community.html.vue"]]);export{E 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-2ba0305e.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{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-2050cf2c.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};

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-2ba0305e.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"},"Info",-1),f=l("p",null,[l("img",{src:"https://img.alicdn.com/imgextra/i2/1797064093/O1CN01tiu6aD1g6duB3mtYQ_!!1797064093.png",alt:"live-data-tracking",loading:"lazy"})],-1),m=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:"/en/features/mhy-account-switch.html"},{default:a(()=>[i("米游社多帐号切换")]),_:1}),i("文档")])]),f,m,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:"/en/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{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-2050cf2c.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"},"Info",-1),f=l("p",null,[l("img",{src:"https://img.alicdn.com/imgextra/i2/1797064093/O1CN01tiu6aD1g6duB3mtYQ_!!1797064093.png",alt:"live-data-tracking",loading:"lazy"})],-1),m=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:"/en/features/mhy-account-switch.html"},{default:a(()=>[i("米游社多帐号切换")]),_:1}),i("文档")])]),f,m,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:"/en/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};

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-2ba0305e.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:"/en/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{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-2050cf2c.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:"/en/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

@@ -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-2ba0305e.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{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-2050cf2c.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};

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 +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-2ba0305e.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{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-2050cf2c.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};

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-2ba0305e.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">Note</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{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-2050cf2c.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">Note</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};

View File

@@ -1,2 +1,2 @@
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-2ba0305e.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
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-2050cf2c.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};

View File

@@ -1,2 +1,2 @@
import{ab as o,H as t,I as s,F as e,V as n,O as l,ac as i,Y as r}from"./framework-2ba0305e.js";const d={},c=e("h1",{id:"如何",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#如何","aria-hidden":"true"},"#"),n(" 如何...")],-1),h=e("p",null,"这篇文档将会列出一些最常见的以“如何”开头的问题",-1),u=e("h2",{id:"如何创建胡桃的桌面快捷方式",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#如何创建胡桃的桌面快捷方式","aria-hidden":"true"},"#"),n(" 如何创建胡桃的桌面快捷方式")],-1),_={class:"hint-container tip"},p=e("p",{class:"hint-container-title"},"社区力量",-1),f={href:"https://github.com/DGP-Studio/Snap.Hutao.Docs/issues/12",target:"_blank",rel:"noopener noreferrer"},b=i(`<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
import{ab as o,H as t,I as s,F as e,V as n,O as l,ac as i,Y as r}from"./framework-2050cf2c.js";const d={},c=e("h1",{id:"如何",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#如何","aria-hidden":"true"},"#"),n(" 如何...")],-1),h=e("p",null,"这篇文档将会列出一些最常见的以“如何”开头的问题",-1),u=e("h2",{id:"如何创建胡桃的桌面快捷方式",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#如何创建胡桃的桌面快捷方式","aria-hidden":"true"},"#"),n(" 如何创建胡桃的桌面快捷方式")],-1),_={class:"hint-container tip"},p=e("p",{class:"hint-container-title"},"社区力量",-1),f={href:"https://github.com/DGP-Studio/Snap.Hutao.Docs/issues/12",target:"_blank",rel:"noopener noreferrer"},b=i(`<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),m={href:"https://github.com/DGP-Studio/Snap.Hutao/issues/184",target:"_blank",rel:"noopener noreferrer"},g=e("li",null,[n(""),e("strong",null,""),n(""),e("strong",null,""),n("")],-1),x=e("li",null,"",-1);function v(S,w){const a=r("ExternalLinkIcon");return t(),s("div",null,[c,h,u,e("div",_,[p,e("p",null,[n(" "),e("a",f,[n("CzHUV "),l(a)])])]),b,e("ul",null,[e("li",null,[n(" "),e("ul",null,[e("li",null,[n(""),e("a",m,[n("issue"),l(a)]),n("")]),g])]),x])])}const k=o(d,[["render",v],["__file","how-to.html.vue"]]);export{k as default};

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 o,H as t,I as n,O as a,Y as c}from"./framework-2ba0305e.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 +1 @@
import{ab as r,H as t,I as a,F as n}from"./framework-2ba0305e.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};
import{ab as r,H as t,I as a,F as n}from"./framework-2050cf2c.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 t,H as o,I as n,O as s,F as e,V as r,Y as c}from"./framework-2ba0305e.js";const d={},_=e("h1",{id:"功能列表",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#功能列表","aria-hidden":"true"},"#"),r(" 功能列表")],-1);function l(i,f){const a=c("Catalog");return o(),n("div",null,[_,s(a,{base:"/features"})])}const m=t(d,[["render",l],["__file","index.html.vue"]]);export{m as default};
import{ab as t,H as o,I as n,O as s,F as e,V as r,Y as c}from"./framework-2050cf2c.js";const d={},_=e("h1",{id:"功能列表",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#功能列表","aria-hidden":"true"},"#"),r(" 功能列表")],-1);function l(i,f){const a=c("Catalog");return o(),n("div",null,[_,s(a,{base:"/features"})])}const m=t(d,[["render",l],["__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-2ba0305e.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{ab as o,H as t,I as n,O as a,Y as c}from"./framework-2050cf2c.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{ab as o,H as t,I as n,O as a,Y as c}from"./framework-2050cf2c.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{ab as o,H as t,I as n,O as a,Y as c}from"./framework-2050cf2c.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-2ba0305e.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-2ba0305e.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-2ba0305e.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-2ba0305e.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{ab as o,H as t,I as n,O as a,Y as c}from"./framework-2050cf2c.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 +1 @@
const e=JSON.parse('{"key":"v-8daa1a0e","path":"/","title":"首页","lang":"zh-CN","frontmatter":{"home":true,"icon":"home","title":"首页","heroImage":"https://img.alicdn.com/imgextra/i1/1797064093/O1CN01TOz2Cm1g6du5e8Hml_!!1797064093.png","heroText":"胡桃工具箱","tagline":"一个实用的开源多功能原神工具箱","actions":[{"text":"下载","link":"https://d.hut.ao/","type":"primary"},{"text":"快速开始","link":"/quick-start.md"},{"text":"文档","link":"/features/"},{"text":"项目进度","link":"project.md"}],"features":[{"title":"比 Snap Genshin 更好","icon":"/images/202209/SGLogoUpgrade64.png","details":"胡桃工具箱在继承 Snap Genshin 功能的前提下有更广泛的数据支持和更好的客户端性能表现","link":"/project.md"},{"title":"实时便笺","icon":"/images/202301/live-stat-tracking-logo.png","details":"不必再被手机 App 所束缚;在你的电脑就能直接获取米游社实时便笺信息并收到 Windows 原生通知提示","link":"/features/daily-notes.md"},{"title":"深渊记录","icon":"/images/202301/spiral-abyss-record-logo.png","details":"获取玩家的个人深境螺旋挑战记录,包括统计数据和详细数据,在本地永久保存往期深境螺旋挑战记录","link":"/features/hutao-API.md"},{"title":"多帐号切换","icon":"/images/202209/IndexIconMihoyoBBS.png","details":"胡桃工具箱支持多个米游社帐号保持登录状态并为每个帐号在各个功能中分别创建档案,玩家可以轻松管理他们的多个帐号","link":"/features/mhy-account-switch.md"},{"title":"祈愿记录","icon":"/images/202209/IndexIconWish.png","details":"支持多UID切换从游戏日志文件获取或从其它祈愿记录程序导出数据永久保留玩家的祈愿记录","link":"/features/wish-export.md"},{"title":"成就记录","icon":"/images/202301/achievement.png","details":"成就统计功能允许玩家导出成就数据并在游戏外进行统计;基于成就拆分,玩家可以对隐藏成就的阶段性目标进行管理","link":"/features/achievements.md"},{"title":"高级启动器","icon":"/images/202211/game-launcher-logo.png","details":"利用胡桃工具箱中的高级启动器,玩家可以轻松地切换原神帐号,切换服务器,修改游戏窗口设置并进一步探索更多高级功能","link":"/features/game-launcher.md"},{"title":"胡桃数据库","icon":"/images/202211/hutao-api-logo.png","details":"查看玩家社区当期深境螺旋配队、武器搭配、圣遗物搭配的详细信息;分享自己的深境螺旋阵容配置","link":"/features/hutao-api.md"},{"title":"属性统计","icon":"/images/202211/character-data-logo.png","details":"查看玩家所拥有角色的具体数据,包括等级、命之座、武器、天赋、圣遗物等;自动计算圣遗物评分和双爆评分","link":"/features/character-data.md"},{"title":"角色资料","icon":"/images/202211/character-wiki-logo.png","details":"查询角色的数值信息;天赋、命之座数据;培养材料;角色背景故事等信息;通过胡桃数据库获取玩家中最多的武器和圣遗物搭配方案","link":"/features/character-wiki.md"},{"title":"武器资料","icon":"/images/202301/weapon-wiki-logo.png","details":"查询武器的数值和背景故事;通过胡桃数据库获取玩家中最多的的角色搭配数据","link":"/features/weapon-wiki.md"},{"title":"养成计算器","icon":"/images/202301/dev-plan-logo.png","details":"根据你的实际情况制定可实施的角色养成计划;支持多账号、多计划清单以及背包物品记录","link":"/features/develop-plan.md"}],"copyright":false,"footer":"MIT Licensed | Copyright © 2019-present Mr.Hope","description":"","head":[["meta",{"property":"og:url","content":"https://hut.ao/"}],["meta",{"property":"og:site_name","content":"胡桃工具箱"}],["meta",{"property":"og:title","content":"首页"}],["meta",{"property":"og:type","content":"website"}],["meta",{"property":"og:locale","content":"zh-CN"}],["meta",{"property":"og:locale:alternate","content":"en-US"}],["meta",{"property":"og:updated_time","content":"2023-01-12T00:33:10.000Z"}],["meta",{"property":"article:modified_time","content":"2023-01-12T00:33:10.000Z"}],["script",{"type":"application/ld+json"},"{\\"@context\\":\\"https://schema.org\\",\\"@type\\":\\"WebPage\\",\\"name\\":\\"首页\\"}"],["link",{"rel":"alternate","hreflang":"en-us","href":"https://hut.ao/en/"}]]},"headers":[],"git":{"createdTime":1664329604000,"updatedTime":1673483590000,"contributors":[{"name":"Masterain","email":"i@irain.in","commits":7},{"name":"KunPeng","email":"wsshanchuan@yeah.net","commits":1}]},"readingTime":{"minutes":2.69,"words":806},"filePathRelative":"README.md","localizedDate":"2022年9月28日","autoDesc":true}');export{e as data};
const e=JSON.parse('{"key":"v-8daa1a0e","path":"/","title":"首页","lang":"zh-CN","frontmatter":{"home":true,"icon":"home","title":"首页","heroImage":"https://img.alicdn.com/imgextra/i1/1797064093/O1CN01TOz2Cm1g6du5e8Hml_!!1797064093.png","heroText":"胡桃工具箱","tagline":"一个实用的开源多功能原神工具箱","actions":[{"text":"下载","link":"https://d.hut.ao/","type":"primary"},{"text":"快速开始","link":"/quick-start.md"},{"text":"文档","link":"/features/"},{"text":"项目介绍","link":"project.md"}],"features":[{"title":"比 Snap Genshin 更好","icon":"/images/202209/SGLogoUpgrade64.png","details":"胡桃工具箱在继承 Snap Genshin 功能的前提下有更广泛的数据支持和更好的客户端性能表现","link":"/project.md"},{"title":"实时便笺","icon":"/images/202301/live-stat-tracking-logo.png","details":"不必再被手机 App 所束缚;在你的电脑就能直接获取米游社实时便笺信息并收到 Windows 原生通知提示","link":"/features/daily-notes.md"},{"title":"深渊记录","icon":"/images/202301/spiral-abyss-record-logo.png","details":"获取玩家的个人深境螺旋挑战记录,包括统计数据和详细数据,在本地永久保存往期深境螺旋挑战记录","link":"/features/hutao-API.md"},{"title":"多帐号切换","icon":"/images/202209/IndexIconMihoyoBBS.png","details":"胡桃工具箱支持多个米游社帐号保持登录状态并为每个帐号在各个功能中分别创建档案,玩家可以轻松管理他们的多个帐号","link":"/features/mhy-account-switch.md"},{"title":"祈愿记录","icon":"/images/202209/IndexIconWish.png","details":"支持多UID切换从游戏日志文件获取或从其它祈愿记录程序导出数据永久保留玩家的祈愿记录","link":"/features/wish-export.md"},{"title":"成就记录","icon":"/images/202301/achievement.png","details":"成就统计功能允许玩家导出成就数据并在游戏外进行统计;基于成就拆分,玩家可以对隐藏成就的阶段性目标进行管理","link":"/features/achievements.md"},{"title":"高级启动器","icon":"/images/202211/game-launcher-logo.png","details":"利用胡桃工具箱中的高级启动器,玩家可以轻松地切换原神帐号,切换服务器,修改游戏窗口设置并进一步探索更多高级功能","link":"/features/game-launcher.md"},{"title":"胡桃数据库","icon":"/images/202211/hutao-api-logo.png","details":"查看玩家社区当期深境螺旋配队、武器搭配、圣遗物搭配的详细信息;分享自己的深境螺旋阵容配置","link":"/features/hutao-api.md"},{"title":"属性统计","icon":"/images/202211/character-data-logo.png","details":"查看玩家所拥有角色的具体数据,包括等级、命之座、武器、天赋、圣遗物等;自动计算圣遗物评分和双爆评分","link":"/features/character-data.md"},{"title":"角色资料","icon":"/images/202211/character-wiki-logo.png","details":"查询角色的数值信息;天赋、命之座数据;培养材料;角色背景故事等信息;通过胡桃数据库获取玩家中最多的武器和圣遗物搭配方案","link":"/features/character-wiki.md"},{"title":"武器资料","icon":"/images/202301/weapon-wiki-logo.png","details":"查询武器的数值和背景故事;通过胡桃数据库获取玩家中最多的的角色搭配数据","link":"/features/weapon-wiki.md"},{"title":"养成计算器","icon":"/images/202301/dev-plan-logo.png","details":"根据你的实际情况制定可实施的角色养成计划;支持多账号、多计划清单以及背包物品记录","link":"/features/develop-plan.md"}],"copyright":false,"footer":"MIT Licensed | Copyright © 2019-present Mr.Hope","description":"","head":[["meta",{"property":"og:url","content":"https://hut.ao/"}],["meta",{"property":"og:site_name","content":"胡桃工具箱"}],["meta",{"property":"og:title","content":"首页"}],["meta",{"property":"og:type","content":"website"}],["meta",{"property":"og:locale","content":"zh-CN"}],["meta",{"property":"og:locale:alternate","content":"en-US"}],["meta",{"property":"og:updated_time","content":"2023-01-14T01:39:32.000Z"}],["meta",{"property":"article:modified_time","content":"2023-01-14T01:39:32.000Z"}],["script",{"type":"application/ld+json"},"{\\"@context\\":\\"https://schema.org\\",\\"@type\\":\\"WebPage\\",\\"name\\":\\"首页\\"}"],["link",{"rel":"alternate","hreflang":"en-us","href":"https://hut.ao/en/"}]]},"headers":[],"git":{"createdTime":1664329604000,"updatedTime":1673660372000,"contributors":[{"name":"Masterain","email":"i@irain.in","commits":8},{"name":"KunPeng","email":"wsshanchuan@yeah.net","commits":1}]},"readingTime":{"minutes":2.69,"words":806},"filePathRelative":"README.md","localizedDate":"2022年9月28日","autoDesc":true}');export{e as data};

View File

@@ -1 +1 @@
import{ab as r,H as t,I as a,F as n}from"./framework-2ba0305e.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};
import{ab as r,H as t,I as a,F as n}from"./framework-2050cf2c.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 t,H as o,I as n,O as s,F as e,V as r,Y as c}from"./framework-2ba0305e.js";const d={},_=e("h1",{id:"功能列表",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#功能列表","aria-hidden":"true"},"#"),r(" 功能列表")],-1);function l(i,f){const a=c("Catalog");return o(),n("div",null,[_,s(a,{base:"/features"})])}const m=t(d,[["render",l],["__file","index.html.vue"]]);export{m as default};
import{ab as t,H as o,I as n,O as s,F as e,V as r,Y as c}from"./framework-2050cf2c.js";const d={},_=e("h1",{id:"功能列表",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#功能列表","aria-hidden":"true"},"#"),r(" 功能列表")],-1);function l(i,f){const a=c("Catalog");return o(),n("div",null,[_,s(a,{base:"/features"})])}const m=t(d,[["render",l],["__file","index.html.vue"]]);export{m as default};

View File

@@ -0,0 +1 @@
import{ab as o,H as t,I as n,O as a,Y as c}from"./framework-2050cf2c.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{ab as o,H as t,I as n,O as a,Y as c}from"./framework-2050cf2c.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 +1 @@
import{ab as i,H as a,I as l,ac as e}from"./framework-2ba0305e.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{ab as i,H as a,I as l,ac as e}from"./framework-2050cf2c.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};

View File

@@ -1 +1 @@
import{ab as i,H as a,I as l,ac as e}from"./framework-2ba0305e.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{ab as i,H as a,I as l,ac as e}from"./framework-2050cf2c.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};

View File

@@ -1 +1 @@
import{_ as r}from"./app-bedd1c41.js";import"./framework-2ba0305e.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-14bc1a7f.js";import"./framework-2050cf2c.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 t,H as n,I as i,F as l,V as o,O as c,ad as s,ac as a,Y as u}from"./framework-2ba0305e.js";const d={},r=a('<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><p>本文档所描述的帐号切换指的是用于获取游戏数据的米游社帐号,不是原神游戏内的帐号</p></div><p><img src="https://img.alicdn.com/imgextra/i4/1797064093/O1CN01tRs9NH1g6du1XgyDZ_!!1797064093.png" alt="多帐号管理样图" loading="lazy"></p>',3),_=l("li",null,[o("点击"),l("code",null,"登录米哈游通行证"),o("按钮")],-1),h=l("li",null,[o("您也可以通过点击"),l("code",null,"手动输入"),o("按钮,直接输入米游社通行证 cookie 来添加您的帐号")],-1),k=l("code",null,"手动输入",-1),p=l("strong",null,[o("必须包含 "),l("code",null,"Stoken"),o(" 字段")],-1),m=l("code",null,"Stoken",-1),f=l("li",null,'在弹出的内置浏览器登陆成功后,点击右上角的"我已登陆"按钮',-1),g=l("li",null,[o("完成后,您就可以在帐号管理面板切换已登录的米游社帐号了 "),l("ul",null,[l("li",null,"新添加米游社账号后,需在主界面左下角切换账号的功能中,手动点击一次新登录的账号,以将其设置为使用状态"),l("li",null,"你可以在帐号管理菜单中复制对应帐号的 cookie 或从胡桃工具箱中删除该帐号")])],-1),S=l("div",{class:"hint-container danger"},[l("p",{class:"hint-container-title"},"安全提示"),l("ul",null,[l("li",null,[l("code",null,"Stoken"),o(" 是一个安全敏感的 cookie 字段,你不应该在任何云端或其它无法保证数据安全的设备上储存含有 "),l("code",null,"Stoken"),o(" 字段的 cookie。")]),l("li",null,[o("从胡桃工具箱中复制获得的 cookie 中包含该字段,请慎重考虑是否为接受 cookie 的一方提供 "),l("code",null,"Stoken"),o(" 字段。")])])],-1);function x(v,N){const e=u("RouterLink");return n(),i("div",null,[r,l("ul",null,[l("li",null,[o("你可以在程序主界面的左下角,设置按钮的上方找到帐号菜单,以管理你在胡桃工具箱中登录的米游社帐号。在弹出的面板中你可以: "),l("ul",null,[_,l("li",null,[o('在弹出的内置浏览器中登录"米哈游通行证"账号 '),l("ul",null,[h,l("li",null,[o("若您选择"),k,o("米游社 cookie则该 cookie "),p,l("ul",null,[l("li",null,[o("手动获取含 "),m,o(" 字段的 cookie 的方式可参考"),c(e,{to:"/FAQ/get-stoken-cookie-from-the-third-party.html"},{default:s(()=>[o("使用第三方工具获取有 Stoken 的 cookie")]),_:1}),o("文档")])])])])]),f,g])])]),S])}const V=t(d,[["render",x],["__file","mhy-account-switch.html.vue"]]);export{V as default};
import{ab as t,H as n,I as i,F as l,V as o,O as c,ad as s,ac as a,Y as u}from"./framework-2050cf2c.js";const d={},r=a('<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><p>本文档所描述的帐号切换指的是用于获取游戏数据的米游社帐号,不是原神游戏内的帐号</p></div><p><img src="https://img.alicdn.com/imgextra/i4/1797064093/O1CN01tRs9NH1g6du1XgyDZ_!!1797064093.png" alt="多帐号管理样图" loading="lazy"></p>',3),_=l("li",null,[o("点击"),l("code",null,"登录米哈游通行证"),o("按钮")],-1),h=l("li",null,[o("您也可以通过点击"),l("code",null,"手动输入"),o("按钮,直接输入米游社通行证 cookie 来添加您的帐号")],-1),k=l("code",null,"手动输入",-1),p=l("strong",null,[o("必须包含 "),l("code",null,"Stoken"),o(" 字段")],-1),m=l("code",null,"Stoken",-1),f=l("li",null,'在弹出的内置浏览器登陆成功后,点击右上角的"我已登陆"按钮',-1),g=l("li",null,[o("完成后,您就可以在帐号管理面板切换已登录的米游社帐号了 "),l("ul",null,[l("li",null,"新添加米游社账号后,需在主界面左下角切换账号的功能中,手动点击一次新登录的账号,以将其设置为使用状态"),l("li",null,"你可以在帐号管理菜单中复制对应帐号的 cookie 或从胡桃工具箱中删除该帐号")])],-1),S=l("div",{class:"hint-container danger"},[l("p",{class:"hint-container-title"},"安全提示"),l("ul",null,[l("li",null,[l("code",null,"Stoken"),o(" 是一个安全敏感的 cookie 字段,你不应该在任何云端或其它无法保证数据安全的设备上储存含有 "),l("code",null,"Stoken"),o(" 字段的 cookie。")]),l("li",null,[o("从胡桃工具箱中复制获得的 cookie 中包含该字段,请慎重考虑是否为接受 cookie 的一方提供 "),l("code",null,"Stoken"),o(" 字段。")])])],-1);function x(v,N){const e=u("RouterLink");return n(),i("div",null,[r,l("ul",null,[l("li",null,[o("你可以在程序主界面的左下角,设置按钮的上方找到帐号菜单,以管理你在胡桃工具箱中登录的米游社帐号。在弹出的面板中你可以: "),l("ul",null,[_,l("li",null,[o('在弹出的内置浏览器中登录"米哈游通行证"账号 '),l("ul",null,[h,l("li",null,[o("若您选择"),k,o("米游社 cookie则该 cookie "),p,l("ul",null,[l("li",null,[o("手动获取含 "),m,o(" 字段的 cookie 的方式可参考"),c(e,{to:"/FAQ/get-stoken-cookie-from-the-third-party.html"},{default:s(()=>[o("使用第三方工具获取有 Stoken 的 cookie")]),_:1}),o("文档")])])])])]),f,g])])]),S])}const V=t(d,[["render",x],["__file","mhy-account-switch.html.vue"]]);export{V as default};

View File

@@ -1 +1 @@
import{ab as t,H as n,I as i,F as l,V as o,O as c,ad as s,ac as a,Y as u}from"./framework-2ba0305e.js";const d={},r=a('<h1 id="米游社多帐号切换" tabindex="-1"><a class="header-anchor" href="#米游社多帐号切换" aria-hidden="true">#</a> 米游社多帐号切换</h1><div class="hint-container tip"><p class="hint-container-title">Tips</p><p>本文档所描述的帐号切换指的是用于获取游戏数据的米游社帐号,不是原神游戏内的帐号</p></div><p><img src="https://img.alicdn.com/imgextra/i4/1797064093/O1CN01tRs9NH1g6du1XgyDZ_!!1797064093.png" alt="多帐号管理样图" loading="lazy"></p>',3),_=l("li",null,[o("点击"),l("code",null,"登录米哈游通行证"),o("按钮")],-1),h=l("li",null,[o("您也可以通过点击"),l("code",null,"手动输入"),o("按钮,直接输入米游社通行证 cookie 来添加您的帐号")],-1),k=l("code",null,"手动输入",-1),p=l("strong",null,[o("必须包含 "),l("code",null,"Stoken"),o(" 字段")],-1),m=l("code",null,"Stoken",-1),f=l("li",null,'在弹出的内置浏览器登陆成功后,点击右上角的"我已登陆"按钮',-1),g=l("li",null,[o("完成后,您就可以在帐号管理面板切换已登录的米游社帐号了 "),l("ul",null,[l("li",null,"新添加米游社账号后,需在主界面左下角切换账号的功能中,手动点击一次新登录的账号,以将其设置为使用状态"),l("li",null,"你可以在帐号管理菜单中复制对应帐号的 cookie 或从胡桃工具箱中删除该帐号")])],-1),S=l("div",{class:"hint-container danger"},[l("p",{class:"hint-container-title"},"安全提示"),l("ul",null,[l("li",null,[l("code",null,"Stoken"),o(" 是一个安全敏感的 cookie 字段,你不应该在任何云端或其它无法保证数据安全的设备上储存含有 "),l("code",null,"Stoken"),o(" 字段的 cookie。")]),l("li",null,[o("从胡桃工具箱中复制获得的 cookie 中包含该字段,请慎重考虑是否为接受 cookie 的一方提供 "),l("code",null,"Stoken"),o(" 字段。")])])],-1);function x(v,N){const e=u("RouterLink");return n(),i("div",null,[r,l("ul",null,[l("li",null,[o("你可以在程序主界面的左下角,设置按钮的上方找到帐号菜单,以管理你在胡桃工具箱中登录的米游社帐号。在弹出的面板中你可以: "),l("ul",null,[_,l("li",null,[o('在弹出的内置浏览器中登录"米哈游通行证"账号 '),l("ul",null,[h,l("li",null,[o("若您选择"),k,o("米游社 cookie则该 cookie "),p,l("ul",null,[l("li",null,[o("手动获取含 "),m,o(" 字段的 cookie 的方式可参考"),c(e,{to:"/FAQ/get-stoken-cookie-from-the-third-party.html"},{default:s(()=>[o("使用第三方工具获取有 Stoken 的 cookie")]),_:1}),o("文档")])])])])]),f,g])])]),S])}const V=t(d,[["render",x],["__file","mhy-account-switch.html.vue"]]);export{V as default};
import{ab as t,H as n,I as i,F as l,V as o,O as c,ad as s,ac as a,Y as u}from"./framework-2050cf2c.js";const d={},r=a('<h1 id="米游社多帐号切换" tabindex="-1"><a class="header-anchor" href="#米游社多帐号切换" aria-hidden="true">#</a> 米游社多帐号切换</h1><div class="hint-container tip"><p class="hint-container-title">Tips</p><p>本文档所描述的帐号切换指的是用于获取游戏数据的米游社帐号,不是原神游戏内的帐号</p></div><p><img src="https://img.alicdn.com/imgextra/i4/1797064093/O1CN01tRs9NH1g6du1XgyDZ_!!1797064093.png" alt="多帐号管理样图" loading="lazy"></p>',3),_=l("li",null,[o("点击"),l("code",null,"登录米哈游通行证"),o("按钮")],-1),h=l("li",null,[o("您也可以通过点击"),l("code",null,"手动输入"),o("按钮,直接输入米游社通行证 cookie 来添加您的帐号")],-1),k=l("code",null,"手动输入",-1),p=l("strong",null,[o("必须包含 "),l("code",null,"Stoken"),o(" 字段")],-1),m=l("code",null,"Stoken",-1),f=l("li",null,'在弹出的内置浏览器登陆成功后,点击右上角的"我已登陆"按钮',-1),g=l("li",null,[o("完成后,您就可以在帐号管理面板切换已登录的米游社帐号了 "),l("ul",null,[l("li",null,"新添加米游社账号后,需在主界面左下角切换账号的功能中,手动点击一次新登录的账号,以将其设置为使用状态"),l("li",null,"你可以在帐号管理菜单中复制对应帐号的 cookie 或从胡桃工具箱中删除该帐号")])],-1),S=l("div",{class:"hint-container danger"},[l("p",{class:"hint-container-title"},"安全提示"),l("ul",null,[l("li",null,[l("code",null,"Stoken"),o(" 是一个安全敏感的 cookie 字段,你不应该在任何云端或其它无法保证数据安全的设备上储存含有 "),l("code",null,"Stoken"),o(" 字段的 cookie。")]),l("li",null,[o("从胡桃工具箱中复制获得的 cookie 中包含该字段,请慎重考虑是否为接受 cookie 的一方提供 "),l("code",null,"Stoken"),o(" 字段。")])])],-1);function x(v,N){const e=u("RouterLink");return n(),i("div",null,[r,l("ul",null,[l("li",null,[o("你可以在程序主界面的左下角,设置按钮的上方找到帐号菜单,以管理你在胡桃工具箱中登录的米游社帐号。在弹出的面板中你可以: "),l("ul",null,[_,l("li",null,[o('在弹出的内置浏览器中登录"米哈游通行证"账号 '),l("ul",null,[h,l("li",null,[o("若您选择"),k,o("米游社 cookie则该 cookie "),p,l("ul",null,[l("li",null,[o("手动获取含 "),m,o(" 字段的 cookie 的方式可参考"),c(e,{to:"/FAQ/get-stoken-cookie-from-the-third-party.html"},{default:s(()=>[o("使用第三方工具获取有 Stoken 的 cookie")]),_:1}),o("文档")])])])])]),f,g])])]),S])}const V=t(d,[["render",x],["__file","mhy-account-switch.html.vue"]]);export{V as default};

View File

@@ -1 +1 @@
import{ab as i,H as t,I as o,ac as l}from"./framework-2ba0305e.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{ab as i,H as t,I as o,ac as l}from"./framework-2050cf2c.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 i,H as t,I as o,ac as l}from"./framework-2ba0305e.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">Tips</p><ul><li>若风险提示过于频繁,或始终无法触发验证,代表您的账号风险已过高,请修改密码,使多个设备同时登录的状态被重置</li></ul></div><div class="hint-container warning"><p class="hint-container-title">Note</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{ab as i,H as t,I as o,ac as l}from"./framework-2050cf2c.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">Tips</p><ul><li>若风险提示过于频繁,或始终无法触发验证,代表您的账号风险已过高,请修改密码,使多个设备同时登录的状态被重置</li></ul></div><div class="hint-container warning"><p class="hint-container-title">Note</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-2ba0305e.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{ab as l,H as i,I as e,ac as o}from"./framework-2050cf2c.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};

View File

@@ -1 +1 @@
import{ab as l,H as i,I as e,ac as o}from"./framework-2ba0305e.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{ab as l,H as i,I as e,ac as o}from"./framework-2050cf2c.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

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 +1 @@
import{ab as a,H as r,I as i,F as e,V as t,O as l,ad as s,ac as n,Y as d}from"./framework-2ba0305e.js";const c={},h=e("h1",{id:"快速开始",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#快速开始","aria-hidden":"true"},"#"),t(" 快速开始")],-1),u={class:"hint-container tip"},p=e("p",{class:"hint-container-title"},"Tips",-1),f=e("strong",null,"胡桃工具箱",-1),_=n('<h2 id="最低系统要求" tabindex="-1"><a class="header-anchor" href="#最低系统要求" aria-hidden="true">#</a> 最低系统要求</h2><table><thead><tr><th>要求</th><th>规格</th></tr></thead><tbody><tr><td><strong>最低可运行系统版本</strong></td><td>Windows 10.0.18362.0 <sup class="footnote-ref"><a href="#footnote1">[1]</a><a class="footnote-anchor" id="footnote-ref1"></a></sup></td></tr><tr><td><strong>推荐系统版本</strong></td><td>Windows 10.0.22621.0</td></tr><tr><td>可选组件</td><td>WebView2 Runtime</td></tr></tbody></table><h2 id="下载胡桃工具箱" tabindex="-1"><a class="header-anchor" href="#下载胡桃工具箱" aria-hidden="true">#</a> 下载胡桃工具箱</h2><p>胡桃工具箱目前处于公开测试阶段。你可以</p><ul><li><a href="https://github.com/DGP-Studio/Snap.Hutao/releases/" target="_blank" rel="noopener noreferrer">从 GitHub 下载 </a></li><li><a href="https://d.hut.ao" target="_blank" rel="noopener noreferrer">从网盘下载</a></li></ul><p>您下载的包含安装程序的压缩文件名称将与<code>Snap.Hutao_*_x64.zip</code>相似</p><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><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><h2 id="卸载胡桃工具箱" tabindex="-1"><a class="header-anchor" href="#卸载胡桃工具箱" aria-hidden="true">#</a> 卸载胡桃工具箱</h2><ul><li><p>清除有关的任务计划</p><ul><li>打开胡桃,选择 <strong>设置</strong> 页签</li><li>找到 <strong>删除所有计划任务</strong> 一栏中,点击右侧的 <strong>执行</strong> 按钮</li></ul></li><li><p>卸载软件</p><ul><li>打开<code>开始菜单</code></li><li>找到或搜索到<code>胡桃</code></li><li>右键点击<code>胡桃</code>,并选择<code>卸载</code></li></ul></li><li><p>清除有关的文件夹(若需完全卸载)</p><ul><li>打开并删除该文件夹 <code>%userprofile%/Documents/Hutao</code></li></ul></li><li><p>完全卸载完成</p></li><li><p><strong>胡桃</strong> 一直以尽可能快的速度 <strong>逐步完善功能与用户体验</strong> ,若您对胡桃工具箱有 <strong>任何意见和建议</strong>,都可以在<a href="https://github.com/DGP-Studio/Snap.Hutao/issues/new/choose" target="_blank" rel="noopener noreferrer">Github 的 Issues</a>中向我们告知,开发者及团队将于<strong>第一时间</strong>回复,感谢您一直以来对原神开源工具的支持</p></li></ul><hr class="footnotes-sep"><section class="footnotes"><ol class="footnotes-list"><li id="footnote1" class="footnote-item"><p>LTSC 和 LTSB 版本系统不在支持列表中,但它们可以在修改系统模块后使用胡桃工具箱。请联系你的 IT 管理员以获取支持。 <a href="#footnote-ref1" class="footnote-backref">↩︎</a></p></li></ol></section>',15);function g(b,m){const o=d("RouterLink");return r(),i("div",null,[h,e("div",u,[p,e("p",null,[t("若您已下载或使用"),f,t(",即表示你已阅读并完全同意"),l(o,{to:"/statements/privacy-notice.html"},{default:s(()=>[t("用户使用协议与法律声明")]),_:1})])]),_])}const S=a(c,[["render",g],["__file","quick-start.html.vue"]]);export{S as default};
import{ab as a,H as r,I as i,F as e,V as t,O as l,ad as s,ac as n,Y as d}from"./framework-2050cf2c.js";const c={},h=e("h1",{id:"快速开始",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#快速开始","aria-hidden":"true"},"#"),t(" 快速开始")],-1),u={class:"hint-container tip"},p=e("p",{class:"hint-container-title"},"Tips",-1),f=e("strong",null,"胡桃工具箱",-1),_=n('<h2 id="最低系统要求" tabindex="-1"><a class="header-anchor" href="#最低系统要求" aria-hidden="true">#</a> 最低系统要求</h2><table><thead><tr><th>要求</th><th>规格</th></tr></thead><tbody><tr><td><strong>最低可运行系统版本</strong></td><td>Windows 10.0.18362.0 <sup class="footnote-ref"><a href="#footnote1">[1]</a><a class="footnote-anchor" id="footnote-ref1"></a></sup></td></tr><tr><td><strong>推荐系统版本</strong></td><td>Windows 10.0.22621.0</td></tr><tr><td>可选组件</td><td>WebView2 Runtime</td></tr></tbody></table><h2 id="下载胡桃工具箱" tabindex="-1"><a class="header-anchor" href="#下载胡桃工具箱" aria-hidden="true">#</a> 下载胡桃工具箱</h2><p>胡桃工具箱目前处于公开测试阶段。你可以</p><ul><li><a href="https://github.com/DGP-Studio/Snap.Hutao/releases/" target="_blank" rel="noopener noreferrer">从 GitHub 下载 </a></li><li><a href="https://d.hut.ao" target="_blank" rel="noopener noreferrer">从网盘下载</a></li></ul><p>您下载的包含安装程序的压缩文件名称将与<code>Snap.Hutao_*_x64.zip</code>相似</p><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><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><h2 id="卸载胡桃工具箱" tabindex="-1"><a class="header-anchor" href="#卸载胡桃工具箱" aria-hidden="true">#</a> 卸载胡桃工具箱</h2><ul><li><p>清除有关的任务计划</p><ul><li>打开胡桃,选择 <strong>设置</strong> 页签</li><li>找到 <strong>删除所有计划任务</strong> 一栏中,点击右侧的 <strong>执行</strong> 按钮</li></ul></li><li><p>卸载软件</p><ul><li>打开<code>开始菜单</code></li><li>找到或搜索到<code>胡桃</code></li><li>右键点击<code>胡桃</code>,并选择<code>卸载</code></li></ul></li><li><p>清除有关的文件夹(若需完全卸载)</p><ul><li>打开并删除该文件夹 <code>%userprofile%/Documents/Hutao</code></li></ul></li><li><p>完全卸载完成</p></li><li><p><strong>胡桃</strong> 一直以尽可能快的速度 <strong>逐步完善功能与用户体验</strong> ,若您对胡桃工具箱有 <strong>任何意见和建议</strong>,都可以在<a href="https://github.com/DGP-Studio/Snap.Hutao/issues/new/choose" target="_blank" rel="noopener noreferrer">Github 的 Issues</a>中向我们告知,开发者及团队将于<strong>第一时间</strong>回复,感谢您一直以来对原神开源工具的支持</p></li></ul><hr class="footnotes-sep"><section class="footnotes"><ol class="footnotes-list"><li id="footnote1" class="footnote-item"><p>LTSC 和 LTSB 版本系统不在支持列表中,但它们可以在修改系统模块后使用胡桃工具箱。请联系你的 IT 管理员以获取支持。 <a href="#footnote-ref1" class="footnote-backref">↩︎</a></p></li></ol></section>',15);function g(b,m){const o=d("RouterLink");return r(),i("div",null,[h,e("div",u,[p,e("p",null,[t("若您已下载或使用"),f,t(",即表示你已阅读并完全同意"),l(o,{to:"/statements/privacy-notice.html"},{default:s(()=>[t("用户使用协议与法律声明")]),_:1})])]),_])}const S=a(c,[["render",g],["__file","quick-start.html.vue"]]);export{S as default};

View File

@@ -1 +1 @@
import{ab as a,H as s,I as i,F as t,V as l,O as e,Y as n}from"./framework-2ba0305e.js";const r={},u=t("p",null,[t("strong",null,"如果你认为胡桃工具箱是一个好的项目或者有帮助到你,请为我们在 GitHub 上加星点赞 ⭐,并在更多的地方帮助我们宣传")],-1),c=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"}),t("img",{src:"https://img.shields.io/github/release-date/DGP-Studio/Snap.Hutao?label=Hutao Last Release&style=for-the-badge",alt:"hutao-last-release",loading:"lazy"})],-1),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",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={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?style=plastic&color=red",alt:"org-stars",loading:"lazy"},null,-1),p={href:"https://github.com/DGP-Studio",target:"_blank",rel:"noopener noreferrer"};function b(S,f){const o=n("ExternalLinkIcon");return s(),i("div",null,[u,c,t("ul",null,[t("li",null,[l("胡桃主项目 "),d,t("ul",null,[t("li",null,[t("a",h,[l("Snap.Hutao"),e(o)])])])]),t("li",null,[l("胡桃文档项目 "),g,t("ul",null,[t("li",null,[t("a",m,[l("Snap.Hutao.Docs"),e(o)])])])]),t("li",null,[l("我们的 GitHub 主页 "),_,t("ul",null,[t("li",null,[t("a",p,[l("DGP-Studio"),e(o)])])])])])])}const H=a(r,[["render",b],["__file","star-request.html.vue"]]);export{H as default};
import{ab as a,H as s,I as i,F as t,V as l,O as e,Y as n}from"./framework-2050cf2c.js";const r={},u=t("p",null,[t("strong",null,"如果你认为胡桃工具箱是一个好的项目或者有帮助到你,请为我们在 GitHub 上加星点赞 ⭐,并在更多的地方帮助我们宣传")],-1),c=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"}),t("img",{src:"https://img.shields.io/github/release-date/DGP-Studio/Snap.Hutao?label=Hutao Last Release&style=for-the-badge",alt:"hutao-last-release",loading:"lazy"})],-1),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",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={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?style=plastic&color=red",alt:"org-stars",loading:"lazy"},null,-1),p={href:"https://github.com/DGP-Studio",target:"_blank",rel:"noopener noreferrer"};function b(S,f){const o=n("ExternalLinkIcon");return s(),i("div",null,[u,c,t("ul",null,[t("li",null,[l("胡桃主项目 "),d,t("ul",null,[t("li",null,[t("a",h,[l("Snap.Hutao"),e(o)])])])]),t("li",null,[l("胡桃文档项目 "),g,t("ul",null,[t("li",null,[t("a",m,[l("Snap.Hutao.Docs"),e(o)])])])]),t("li",null,[l("我们的 GitHub 主页 "),_,t("ul",null,[t("li",null,[t("a",p,[l("DGP-Studio"),e(o)])])])])])])}const H=a(r,[["render",b],["__file","star-request.html.vue"]]);export{H as default};

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 +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-2ba0305e.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{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-2050cf2c.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};

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-2ba0305e.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{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-2050cf2c.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};

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 +1 @@
import{ab as i,H as l,I as t,ac as a}from"./framework-2ba0305e.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{ab as i,H as l,I as t,ac as a}from"./framework-2050cf2c.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 l,I as t,ac as a}from"./framework-2ba0305e.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{ab as i,H as l,I as t,ac as a}from"./framework-2050cf2c.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 s,H as i,I as r,F as e,V as n,O as o,ad as h,ac as d,Y as a}from"./framework-2ba0305e.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),k={href:"https://github.com/microsoft/WindowsAppSDK/issues/2931",target:"_blank",rel:"noopener noreferrer"},m=e("h2",{id:"为什么程序会出现乱码现象",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#为什么程序会出现乱码现象","aria-hidden":"true"},"#"),n(" 为什么程序会出现乱码现象")],-1),x=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),b={href:"https://aka.ms/SegoeFluentIcons",target:"_blank",rel:"noopener noreferrer"},g=d('<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>请根据文档在设置中清除定时任务后再卸载胡桃工具箱</p><h2 id="为什么米游社帐号登录状态经常失效-添加的帐号消失" tabindex="-1"><a class="header-anchor" href="#为什么米游社帐号登录状态经常失效-添加的帐号消失" aria-hidden="true">#</a> 为什么米游社帐号登录状态经常失效,添加的帐号消失</h2>',5),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),V=e("li",null,"此情况也可能因为网络连接问题导致无法检查Cookie有效性故出现此情况后请优先重启胡桃工具箱。",-1);function B(F,L){const t=a("ExternalLinkIcon"),l=a("RouterLink");return i(),r("div",null,[_,u,p,f,e("p",null,[n("相关的 "),e("a",k,[n("Github Issue"),o(t)])]),m,e("ul",null,[x,e("li",null,[n("您可以从 "),e("a",b,[n("微软官方"),o(t)]),n("下载到该字体文件")])]),g,e("ul",null,[C,I,w,V,e("li",null,[n("自2022年10月起米游社极大地提高了账号被判定为有风险的概率"),o(l,{to:"/en/FAQ/mihoyo-risk-tip.html"},{default:h(()=>[n("账号有风险")]),_:1}),n("时亦会令Cookie无法被识别为有效状态")])])])}const S=s(c,[["render",B],["__file","why.html.vue"]]);export{S as default};
import{ab as s,H as i,I as r,F as e,V as n,O as o,ad as h,ac as d,Y as a}from"./framework-2050cf2c.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),k={href:"https://github.com/microsoft/WindowsAppSDK/issues/2931",target:"_blank",rel:"noopener noreferrer"},m=e("h2",{id:"为什么程序会出现乱码现象",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#为什么程序会出现乱码现象","aria-hidden":"true"},"#"),n(" 为什么程序会出现乱码现象")],-1),x=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),b={href:"https://aka.ms/SegoeFluentIcons",target:"_blank",rel:"noopener noreferrer"},g=d('<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>请根据文档在设置中清除定时任务后再卸载胡桃工具箱</p><h2 id="为什么米游社帐号登录状态经常失效-添加的帐号消失" tabindex="-1"><a class="header-anchor" href="#为什么米游社帐号登录状态经常失效-添加的帐号消失" aria-hidden="true">#</a> 为什么米游社帐号登录状态经常失效,添加的帐号消失</h2>',5),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),V=e("li",null,"此情况也可能因为网络连接问题导致无法检查Cookie有效性故出现此情况后请优先重启胡桃工具箱。",-1);function B(F,L){const t=a("ExternalLinkIcon"),l=a("RouterLink");return i(),r("div",null,[_,u,p,f,e("p",null,[n("相关的 "),e("a",k,[n("Github Issue"),o(t)])]),m,e("ul",null,[x,e("li",null,[n("您可以从 "),e("a",b,[n("微软官方"),o(t)]),n("下载到该字体文件")])]),g,e("ul",null,[C,I,w,V,e("li",null,[n("自2022年10月起米游社极大地提高了账号被判定为有风险的概率"),o(l,{to:"/en/FAQ/mihoyo-risk-tip.html"},{default:h(()=>[n("账号有风险")]),_:1}),n("时亦会令Cookie无法被识别为有效状态")])])])}const S=s(c,[["render",B],["__file","why.html.vue"]]);export{S as default};

View File

@@ -1 +1 @@
import{ab as s,H as i,I as r,F as e,V as n,O as o,ad as h,ac as d,Y as a}from"./framework-2ba0305e.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),k={href:"https://github.com/microsoft/WindowsAppSDK/issues/2931",target:"_blank",rel:"noopener noreferrer"},m=e("h2",{id:"为什么程序会出现乱码现象",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#为什么程序会出现乱码现象","aria-hidden":"true"},"#"),n(" 为什么程序会出现乱码现象")],-1),x=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),b={href:"https://aka.ms/SegoeFluentIcons",target:"_blank",rel:"noopener noreferrer"},g=d('<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>请根据文档在设置中清除定时任务后再卸载胡桃工具箱</p><h2 id="为什么米游社帐号登录状态经常失效-添加的帐号消失" tabindex="-1"><a class="header-anchor" href="#为什么米游社帐号登录状态经常失效-添加的帐号消失" aria-hidden="true">#</a> 为什么米游社帐号登录状态经常失效,添加的帐号消失</h2>',5),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),V=e("li",null,"此情况也可能因为网络连接问题导致无法检查Cookie有效性故出现此情况后请优先重启胡桃工具箱。",-1);function B(F,L){const t=a("ExternalLinkIcon"),l=a("RouterLink");return i(),r("div",null,[_,u,p,f,e("p",null,[n("相关的 "),e("a",k,[n("Github Issue"),o(t)])]),m,e("ul",null,[x,e("li",null,[n("您可以从 "),e("a",b,[n("微软官方"),o(t)]),n("下载到该字体文件")])]),g,e("ul",null,[C,I,w,V,e("li",null,[n("自2022年10月起米游社极大地提高了账号被判定为有风险的概率"),o(l,{to:"/FAQ/mihoyo-risk-tip.html"},{default:h(()=>[n("账号有风险")]),_:1}),n("时亦会令Cookie无法被识别为有效状态")])])])}const S=s(c,[["render",B],["__file","why.html.vue"]]);export{S as default};
import{ab as s,H as i,I as r,F as e,V as n,O as o,ad as h,ac as d,Y as a}from"./framework-2050cf2c.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),k={href:"https://github.com/microsoft/WindowsAppSDK/issues/2931",target:"_blank",rel:"noopener noreferrer"},m=e("h2",{id:"为什么程序会出现乱码现象",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#为什么程序会出现乱码现象","aria-hidden":"true"},"#"),n(" 为什么程序会出现乱码现象")],-1),x=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),b={href:"https://aka.ms/SegoeFluentIcons",target:"_blank",rel:"noopener noreferrer"},g=d('<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>请根据文档在设置中清除定时任务后再卸载胡桃工具箱</p><h2 id="为什么米游社帐号登录状态经常失效-添加的帐号消失" tabindex="-1"><a class="header-anchor" href="#为什么米游社帐号登录状态经常失效-添加的帐号消失" aria-hidden="true">#</a> 为什么米游社帐号登录状态经常失效,添加的帐号消失</h2>',5),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),V=e("li",null,"此情况也可能因为网络连接问题导致无法检查Cookie有效性故出现此情况后请优先重启胡桃工具箱。",-1);function B(F,L){const t=a("ExternalLinkIcon"),l=a("RouterLink");return i(),r("div",null,[_,u,p,f,e("p",null,[n("相关的 "),e("a",k,[n("Github Issue"),o(t)])]),m,e("ul",null,[x,e("li",null,[n("您可以从 "),e("a",b,[n("微软官方"),o(t)]),n("下载到该字体文件")])]),g,e("ul",null,[C,I,w,V,e("li",null,[n("自2022年10月起米游社极大地提高了账号被判定为有风险的概率"),o(l,{to:"/FAQ/mihoyo-risk-tip.html"},{default:h(()=>[n("账号有风险")]),_:1}),n("时亦会令Cookie无法被识别为有效状态")])])])}const S=s(c,[["render",B],["__file","why.html.vue"]]);export{S as default};

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

Some files were not shown because too many files have changed in this diff Show More