mirror of
https://jihulab.com/DGP-Studio/Snap.Hutao.Docs.git
synced 2025-11-19 21:16:31 +08:00
Deploying to gh-pages from @ DGP-Studio/Snap.Hutao.Docs@5bcd9e7ce0 🚀
This commit is contained in:
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
10
FAQ/why.html
10
FAQ/why.html
File diff suppressed because one or more lines are too long
@@ -1 +0,0 @@
|
||||
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};
|
||||
@@ -0,0 +1 @@
|
||||
const e=JSON.parse('{"key":"v-4f87b30d","path":"/FAQ/Gacha-system-and-export-principal.html","title":"祈愿系统与导出原理","lang":"zh-CN","frontmatter":{"headerDepth":0,"category":["FAQ"],"description":"Gacha System and Principal 胡桃的祈愿系统相较 Snap Genshin 进行了整体架构上的重新设计。 本文将解释原神的祈愿记录机制和胡桃工具箱中祈愿导出功能的技术原理。 祈愿的获取 获取祈愿记录需要请求米哈游的API 关于此API, 有下列几个注意点 通过米哈游服务器的API,只能查询到过去6个月内的祈愿记录; 这也是原神客...","head":[["meta",{"property":"og:url","content":"https://hut.ao/FAQ/Gacha-system-and-export-principal.html"}],["meta",{"property":"og:site_name","content":"胡桃工具箱"}],["meta",{"property":"og:title","content":"祈愿系统与导出原理"}],["meta",{"property":"og:description","content":"Gacha System and Principal 胡桃的祈愿系统相较 Snap Genshin 进行了整体架构上的重新设计。 本文将解释原神的祈愿记录机制和胡桃工具箱中祈愿导出功能的技术原理。 祈愿的获取 获取祈愿记录需要请求米哈游的API 关于此API, 有下列几个注意点 通过米哈游服务器的API,只能查询到过去6个月内的祈愿记录; 这也是原神客..."}],["meta",{"property":"og:type","content":"article"}],["meta",{"property":"og:locale","content":"zh-CN"}],["meta",{"property":"og:updated_time","content":"2023-01-12T13:18:04.000Z"}],["meta",{"property":"article:modified_time","content":"2023-01-12T13:18:04.000Z"}],["script",{"type":"application/ld+json"},"{\\"@context\\":\\"https://schema.org\\",\\"@type\\":\\"Article\\",\\"headline\\":\\"祈愿系统与导出原理\\",\\"image\\":[\\"\\"],\\"dateModified\\":\\"2023-01-12T13:18:04.000Z\\",\\"author\\":[]}"]]},"headers":[{"level":2,"title":"祈愿的获取","slug":"祈愿的获取","link":"#祈愿的获取","children":[]},{"level":2,"title":"祈愿的存储","slug":"祈愿的存储","link":"#祈愿的存储","children":[]},{"level":2,"title":"UIGF格式","slug":"uigf格式","link":"#uigf格式","children":[{"level":3,"title":"祈愿的导入","slug":"祈愿的导入","link":"#祈愿的导入","children":[]},{"level":3,"title":"祈愿的导出","slug":"祈愿的导出","link":"#祈愿的导出","children":[]}]}],"git":{"createdTime":1664419063000,"updatedTime":1673529484000,"contributors":[{"name":"Masterain","email":"i@irain.in","commits":2}]},"readingTime":{"minutes":2.17,"words":651},"filePathRelative":"FAQ/Gacha-system-and-export-principal.md","localizedDate":"2022年9月29日","autoDesc":true}');export{e as data};
|
||||
@@ -1 +0,0 @@
|
||||
const e=JSON.parse('{"key":"v-39caee21","path":"/en/FAQ/Gacha-system-and-export-principal.html","title":"祈愿系统与导出原理","lang":"en-US","frontmatter":{"headerDepth":0,"description":"Gacha System and Principal 胡桃的祈愿系统相较 Snap Genshin 进行了整体架构上的重新设计。 本文将解释原神的祈愿记录机制和胡桃工具箱中祈愿导出功能的技术原理。 祈愿的获取 获取祈愿记录需要请求米哈游的API 关于此API, 有下列几个注意点 通过米哈游服务器的API,只能查询到过去6个月内的祈愿记录; 这也是原神客...","head":[["meta",{"property":"og:url","content":"https://hut.ao/en/FAQ/Gacha-system-and-export-principal.html"}],["meta",{"property":"og:site_name","content":"Snap Hutao"}],["meta",{"property":"og:title","content":"祈愿系统与导出原理"}],["meta",{"property":"og:description","content":"Gacha System and Principal 胡桃的祈愿系统相较 Snap Genshin 进行了整体架构上的重新设计。 本文将解释原神的祈愿记录机制和胡桃工具箱中祈愿导出功能的技术原理。 祈愿的获取 获取祈愿记录需要请求米哈游的API 关于此API, 有下列几个注意点 通过米哈游服务器的API,只能查询到过去6个月内的祈愿记录; 这也是原神客..."}],["meta",{"property":"og:type","content":"article"}],["meta",{"property":"og:locale","content":"en-US"}],["meta",{"property":"og:locale:alternate","content":"zh-CN"}],["meta",{"property":"og:updated_time","content":"2022-09-29T02:37:43.000Z"}],["meta",{"property":"article:modified_time","content":"2022-09-29T02:37:43.000Z"}],["script",{"type":"application/ld+json"},"{\\"@context\\":\\"https://schema.org\\",\\"@type\\":\\"Article\\",\\"headline\\":\\"祈愿系统与导出原理\\",\\"image\\":[\\"\\"],\\"dateModified\\":\\"2022-09-29T02:37:43.000Z\\",\\"author\\":[]}"],["link",{"rel":"alternate","hreflang":"zh-cn","href":"https://hut.ao/FAQ/Gacha-system-and-export-principal.html"}]]},"headers":[{"level":2,"title":"祈愿的获取","slug":"祈愿的获取","link":"#祈愿的获取","children":[]},{"level":2,"title":"祈愿的存储","slug":"祈愿的存储","link":"#祈愿的存储","children":[]},{"level":2,"title":"UIGF格式","slug":"uigf格式","link":"#uigf格式","children":[{"level":3,"title":"祈愿的导入","slug":"祈愿的导入","link":"#祈愿的导入","children":[]},{"level":3,"title":"祈愿的导出","slug":"祈愿的导出","link":"#祈愿的导出","children":[]}]}],"git":{"createdTime":1664419063000,"updatedTime":1664419063000,"contributors":[{"name":"Masterain","email":"i@irain.in","commits":1}]},"readingTime":{"minutes":2.16,"words":649},"filePathRelative":"en/FAQ/Gacha-system-and-export-principal.md","localizedDate":"September 29, 2022","autoDesc":true}');export{e as data};
|
||||
@@ -1 +0,0 @@
|
||||
const e=JSON.parse('{"key":"v-4f87b30d","path":"/FAQ/Gacha-system-and-export-principal.html","title":"祈愿系统与导出原理","lang":"zh-CN","frontmatter":{"headerDepth":0,"category":["FAQ"],"description":"Gacha System and Principal 胡桃的祈愿系统相较 Snap Genshin 进行了整体架构上的重新设计。 本文将解释原神的祈愿记录机制和胡桃工具箱中祈愿导出功能的技术原理。 祈愿的获取 获取祈愿记录需要请求米哈游的API 关于此API, 有下列几个注意点 通过米哈游服务器的API,只能查询到过去6个月内的祈愿记录; 这也是原神客...","head":[["meta",{"property":"og:url","content":"https://hut.ao/FAQ/Gacha-system-and-export-principal.html"}],["meta",{"property":"og:site_name","content":"胡桃工具箱"}],["meta",{"property":"og:title","content":"祈愿系统与导出原理"}],["meta",{"property":"og:description","content":"Gacha System and Principal 胡桃的祈愿系统相较 Snap Genshin 进行了整体架构上的重新设计。 本文将解释原神的祈愿记录机制和胡桃工具箱中祈愿导出功能的技术原理。 祈愿的获取 获取祈愿记录需要请求米哈游的API 关于此API, 有下列几个注意点 通过米哈游服务器的API,只能查询到过去6个月内的祈愿记录; 这也是原神客..."}],["meta",{"property":"og:type","content":"article"}],["meta",{"property":"og:locale","content":"zh-CN"}],["meta",{"property":"og:locale:alternate","content":"en-US"}],["meta",{"property":"og:updated_time","content":"2023-01-12T13:18:04.000Z"}],["meta",{"property":"article:modified_time","content":"2023-01-12T13:18:04.000Z"}],["script",{"type":"application/ld+json"},"{\\"@context\\":\\"https://schema.org\\",\\"@type\\":\\"Article\\",\\"headline\\":\\"祈愿系统与导出原理\\",\\"image\\":[\\"\\"],\\"dateModified\\":\\"2023-01-12T13:18:04.000Z\\",\\"author\\":[]}"],["link",{"rel":"alternate","hreflang":"en-us","href":"https://hut.ao/en/FAQ/Gacha-system-and-export-principal.html"}]]},"headers":[{"level":2,"title":"祈愿的获取","slug":"祈愿的获取","link":"#祈愿的获取","children":[]},{"level":2,"title":"祈愿的存储","slug":"祈愿的存储","link":"#祈愿的存储","children":[]},{"level":2,"title":"UIGF格式","slug":"uigf格式","link":"#uigf格式","children":[{"level":3,"title":"祈愿的导入","slug":"祈愿的导入","link":"#祈愿的导入","children":[]},{"level":3,"title":"祈愿的导出","slug":"祈愿的导出","link":"#祈愿的导出","children":[]}]}],"git":{"createdTime":1664419063000,"updatedTime":1673529484000,"contributors":[{"name":"Masterain","email":"i@irain.in","commits":2}]},"readingTime":{"minutes":2.17,"words":651},"filePathRelative":"FAQ/Gacha-system-and-export-principal.md","localizedDate":"2022年9月29日","autoDesc":true}');export{e as data};
|
||||
@@ -1 +0,0 @@
|
||||
const t=JSON.parse('{"key":"v-28cb28cb","path":"/en/FAQ/HttpRequestException.html","title":"HttpRequestException错误","lang":"en-US","frontmatter":{"description":"相关 Issue: https://github.com/DGP-Studio/Snap.Hutao/issues/100 (https://github.com/DGP-Studio/Snap.Hutao/issues/100) 当胡桃工具箱无法从远程服务器获取到必要资源时(通常是配置文件和图片缓存),会在用户界面抛出如下图所示的 HttpReque...","head":[["meta",{"property":"og:url","content":"https://hut.ao/en/FAQ/HttpRequestException.html"}],["meta",{"property":"og:site_name","content":"Snap Hutao"}],["meta",{"property":"og:title","content":"HttpRequestException错误"}],["meta",{"property":"og:description","content":"相关 Issue: https://github.com/DGP-Studio/Snap.Hutao/issues/100 (https://github.com/DGP-Studio/Snap.Hutao/issues/100) 当胡桃工具箱无法从远程服务器获取到必要资源时(通常是配置文件和图片缓存),会在用户界面抛出如下图所示的 HttpReque..."}],["meta",{"property":"og:type","content":"article"}],["meta",{"property":"og:locale","content":"en-US"}],["meta",{"property":"og:locale:alternate","content":"zh-CN"}],["meta",{"property":"og:updated_time","content":"2023-01-12T00:51:03.000Z"}],["meta",{"property":"article:modified_time","content":"2023-01-12T00:51:03.000Z"}],["script",{"type":"application/ld+json"},"{\\"@context\\":\\"https://schema.org\\",\\"@type\\":\\"Article\\",\\"headline\\":\\"HttpRequestException错误\\",\\"image\\":[\\"\\"],\\"dateModified\\":\\"2023-01-12T00:51:03.000Z\\",\\"author\\":[]}"],["link",{"rel":"alternate","hreflang":"zh-cn","href":"https://hut.ao/FAQ/HttpRequestException.html"}]]},"headers":[],"git":{"createdTime":1673484663000,"updatedTime":1673484663000,"contributors":[{"name":"Masterain","email":"i@irain.in","commits":1}]},"readingTime":{"minutes":0.8,"words":241},"filePathRelative":"en/FAQ/HttpRequestException.md","localizedDate":"January 12, 2023","autoDesc":true}');export{t as data};
|
||||
@@ -1 +1 @@
|
||||
const t=JSON.parse('{"key":"v-5b94d45f","path":"/FAQ/HttpRequestException.html","title":"HttpRequestException错误","lang":"zh-CN","frontmatter":{"category":["FAQ"],"description":"相关 Issue: https://github.com/DGP-Studio/Snap.Hutao/issues/100 (https://github.com/DGP-Studio/Snap.Hutao/issues/100) 当胡桃工具箱无法从远程服务器获取到必要资源时(通常是配置文件和图片缓存),会在用户界面抛出如下图所示的 HttpReque...","head":[["meta",{"property":"og:url","content":"https://hut.ao/FAQ/HttpRequestException.html"}],["meta",{"property":"og:site_name","content":"胡桃工具箱"}],["meta",{"property":"og:title","content":"HttpRequestException错误"}],["meta",{"property":"og:description","content":"相关 Issue: https://github.com/DGP-Studio/Snap.Hutao/issues/100 (https://github.com/DGP-Studio/Snap.Hutao/issues/100) 当胡桃工具箱无法从远程服务器获取到必要资源时(通常是配置文件和图片缓存),会在用户界面抛出如下图所示的 HttpReque..."}],["meta",{"property":"og:type","content":"article"}],["meta",{"property":"og:locale","content":"zh-CN"}],["meta",{"property":"og:locale:alternate","content":"en-US"}],["meta",{"property":"og:updated_time","content":"2023-01-12T13:18:04.000Z"}],["meta",{"property":"article:modified_time","content":"2023-01-12T13:18:04.000Z"}],["script",{"type":"application/ld+json"},"{\\"@context\\":\\"https://schema.org\\",\\"@type\\":\\"Article\\",\\"headline\\":\\"HttpRequestException错误\\",\\"image\\":[\\"\\"],\\"dateModified\\":\\"2023-01-12T13:18:04.000Z\\",\\"author\\":[]}"],["link",{"rel":"alternate","hreflang":"en-us","href":"https://hut.ao/en/FAQ/HttpRequestException.html"}]]},"headers":[],"git":{"createdTime":1665460752000,"updatedTime":1673529484000,"contributors":[{"name":"Masterain","email":"i@irain.in","commits":3}]},"readingTime":{"minutes":0.81,"words":243},"filePathRelative":"FAQ/HttpRequestException.md","localizedDate":"2022年10月11日","autoDesc":true}');export{t as data};
|
||||
const t=JSON.parse('{"key":"v-5b94d45f","path":"/FAQ/HttpRequestException.html","title":"HttpRequestException错误","lang":"zh-CN","frontmatter":{"category":["FAQ"],"description":"相关 Issue: https://github.com/DGP-Studio/Snap.Hutao/issues/100 (https://github.com/DGP-Studio/Snap.Hutao/issues/100) 当胡桃工具箱无法从远程服务器获取到必要资源时(通常是配置文件和图片缓存),会在用户界面抛出如下图所示的 HttpReque...","head":[["meta",{"property":"og:url","content":"https://hut.ao/FAQ/HttpRequestException.html"}],["meta",{"property":"og:site_name","content":"胡桃工具箱"}],["meta",{"property":"og:title","content":"HttpRequestException错误"}],["meta",{"property":"og:description","content":"相关 Issue: https://github.com/DGP-Studio/Snap.Hutao/issues/100 (https://github.com/DGP-Studio/Snap.Hutao/issues/100) 当胡桃工具箱无法从远程服务器获取到必要资源时(通常是配置文件和图片缓存),会在用户界面抛出如下图所示的 HttpReque..."}],["meta",{"property":"og:type","content":"article"}],["meta",{"property":"og:locale","content":"zh-CN"}],["meta",{"property":"og:updated_time","content":"2023-01-12T13:18:04.000Z"}],["meta",{"property":"article:modified_time","content":"2023-01-12T13:18:04.000Z"}],["script",{"type":"application/ld+json"},"{\\"@context\\":\\"https://schema.org\\",\\"@type\\":\\"Article\\",\\"headline\\":\\"HttpRequestException错误\\",\\"image\\":[\\"\\"],\\"dateModified\\":\\"2023-01-12T13:18:04.000Z\\",\\"author\\":[]}"]]},"headers":[],"git":{"createdTime":1665460752000,"updatedTime":1673529484000,"contributors":[{"name":"Masterain","email":"i@irain.in","commits":3}]},"readingTime":{"minutes":0.81,"words":243},"filePathRelative":"FAQ/HttpRequestException.md","localizedDate":"2022年10月11日","autoDesc":true}');export{t as data};
|
||||
@@ -1 +0,0 @@
|
||||
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};
|
||||
1
assets/SearchResult-0130dae8.js
Normal file
1
assets/SearchResult-0130dae8.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
@@ -1 +1 @@
|
||||
import{P as p,a as d,_ as v}from"./app-5ee57a9d.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-203b8fce.js"),["assets/vue-repl-203b8fce.js","assets/app-5ee57a9d.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};
|
||||
import{P as p,a as d,_ as v}from"./app-ef09c392.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-df2acbb6.js"),["assets/vue-repl-df2acbb6.js","assets/app-ef09c392.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};
|
||||
@@ -1 +0,0 @@
|
||||
const e=JSON.parse('{"key":"v-699a13b0","path":"/en/features/achievements.html","title":"成就管理","lang":"en-US","frontmatter":{"headerDepth":0,"description":"胡桃工具箱提供成就管理功能,用户可以通过它浏览并管理所有的成就状态 在第一次使用时,你需要根据提示点击创建新存档按钮以创造一个成就存档并为其命名; 创建第一个资料页后,你可以点击右上角的创建新存档来继续为更多的帐号创建成就记录档案; 成就导入 胡桃工具箱使用统一可交换成就标准 (https://www.snapgenshin.com/developme...","head":[["meta",{"property":"og:url","content":"https://hut.ao/en/features/achievements.html"}],["meta",{"property":"og:site_name","content":"Snap Hutao"}],["meta",{"property":"og:title","content":"成就管理"}],["meta",{"property":"og:description","content":"胡桃工具箱提供成就管理功能,用户可以通过它浏览并管理所有的成就状态 在第一次使用时,你需要根据提示点击创建新存档按钮以创造一个成就存档并为其命名; 创建第一个资料页后,你可以点击右上角的创建新存档来继续为更多的帐号创建成就记录档案; 成就导入 胡桃工具箱使用统一可交换成就标准 (https://www.snapgenshin.com/developme..."}],["meta",{"property":"og:type","content":"article"}],["meta",{"property":"og:locale","content":"en-US"}],["meta",{"property":"og:locale:alternate","content":"zh-CN"}],["meta",{"property":"og:updated_time","content":"2023-01-12T00:51:03.000Z"}],["meta",{"property":"article:modified_time","content":"2023-01-12T00:51:03.000Z"}],["script",{"type":"application/ld+json"},"{\\"@context\\":\\"https://schema.org\\",\\"@type\\":\\"Article\\",\\"headline\\":\\"成就管理\\",\\"image\\":[\\"\\"],\\"dateModified\\":\\"2023-01-12T00:51:03.000Z\\",\\"author\\":[]}"],["link",{"rel":"alternate","hreflang":"zh-cn","href":"https://hut.ao/features/achievements.html"}]]},"headers":[{"level":2,"title":"成就导入","slug":"成就导入","link":"#成就导入","children":[]},{"level":2,"title":"推荐使用的成就识别工具","slug":"推荐使用的成就识别工具","link":"#推荐使用的成就识别工具","children":[]}],"git":{"createdTime":1664419063000,"updatedTime":1673484663000,"contributors":[{"name":"Masterain","email":"i@irain.in","commits":2}]},"readingTime":{"minutes":0.99,"words":296},"filePathRelative":"en/features/achievements.md","localizedDate":"September 29, 2022","autoDesc":true}');export{e as data};
|
||||
@@ -1 +0,0 @@
|
||||
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};
|
||||
@@ -1 +1 @@
|
||||
const e=JSON.parse('{"key":"v-73139ec8","path":"/features/achievements.html","title":"成就管理","lang":"zh-CN","frontmatter":{"headerDepth":0,"category":["功能","教程"],"description":"胡桃工具箱提供成就管理功能,用户可以通过它浏览并管理所有的成就状态 在第一次使用时,你需要根据提示点击创建新存档按钮以创造一个成就存档并为其命名; 创建第一个资料页后,你可以点击右上角的创建新存档来继续为更多的帐号创建成就记录档案; 成就导入 胡桃工具箱使用统一可交换成就标准 (https://www.snapgenshin.com/developme...","head":[["meta",{"property":"og:url","content":"https://hut.ao/features/achievements.html"}],["meta",{"property":"og:site_name","content":"胡桃工具箱"}],["meta",{"property":"og:title","content":"成就管理"}],["meta",{"property":"og:description","content":"胡桃工具箱提供成就管理功能,用户可以通过它浏览并管理所有的成就状态 在第一次使用时,你需要根据提示点击创建新存档按钮以创造一个成就存档并为其命名; 创建第一个资料页后,你可以点击右上角的创建新存档来继续为更多的帐号创建成就记录档案; 成就导入 胡桃工具箱使用统一可交换成就标准 (https://www.snapgenshin.com/developme..."}],["meta",{"property":"og:type","content":"article"}],["meta",{"property":"og:locale","content":"zh-CN"}],["meta",{"property":"og:locale:alternate","content":"en-US"}],["meta",{"property":"og:updated_time","content":"2023-01-12T13:18:04.000Z"}],["meta",{"property":"article:modified_time","content":"2023-01-12T13:18:04.000Z"}],["script",{"type":"application/ld+json"},"{\\"@context\\":\\"https://schema.org\\",\\"@type\\":\\"Article\\",\\"headline\\":\\"成就管理\\",\\"image\\":[\\"\\"],\\"dateModified\\":\\"2023-01-12T13:18:04.000Z\\",\\"author\\":[]}"],["link",{"rel":"alternate","hreflang":"en-us","href":"https://hut.ao/en/features/achievements.html"}]]},"headers":[{"level":2,"title":"成就导入","slug":"成就导入","link":"#成就导入","children":[]},{"level":2,"title":"推荐使用的成就识别工具","slug":"推荐使用的成就识别工具","link":"#推荐使用的成就识别工具","children":[]}],"git":{"createdTime":1664419063000,"updatedTime":1673529484000,"contributors":[{"name":"Masterain","email":"i@irain.in","commits":5},{"name":"KunPeng","email":"96916320+AdminRoc@users.noreply.github.com","commits":2}]},"readingTime":{"minutes":1.01,"words":302},"filePathRelative":"features/achievements.md","localizedDate":"2022年9月29日","autoDesc":true}');export{e as data};
|
||||
const e=JSON.parse('{"key":"v-73139ec8","path":"/features/achievements.html","title":"成就管理","lang":"zh-CN","frontmatter":{"headerDepth":0,"category":["功能","教程"],"description":"胡桃工具箱提供成就管理功能,用户可以通过它浏览并管理所有的成就状态 在第一次使用时,你需要根据提示点击创建新存档按钮以创造一个成就存档并为其命名; 创建第一个资料页后,你可以点击右上角的创建新存档来继续为更多的帐号创建成就记录档案; 成就导入 胡桃工具箱使用统一可交换成就标准 (https://www.snapgenshin.com/developme...","head":[["meta",{"property":"og:url","content":"https://hut.ao/features/achievements.html"}],["meta",{"property":"og:site_name","content":"胡桃工具箱"}],["meta",{"property":"og:title","content":"成就管理"}],["meta",{"property":"og:description","content":"胡桃工具箱提供成就管理功能,用户可以通过它浏览并管理所有的成就状态 在第一次使用时,你需要根据提示点击创建新存档按钮以创造一个成就存档并为其命名; 创建第一个资料页后,你可以点击右上角的创建新存档来继续为更多的帐号创建成就记录档案; 成就导入 胡桃工具箱使用统一可交换成就标准 (https://www.snapgenshin.com/developme..."}],["meta",{"property":"og:type","content":"article"}],["meta",{"property":"og:locale","content":"zh-CN"}],["meta",{"property":"og:updated_time","content":"2023-01-12T13:18:04.000Z"}],["meta",{"property":"article:modified_time","content":"2023-01-12T13:18:04.000Z"}],["script",{"type":"application/ld+json"},"{\\"@context\\":\\"https://schema.org\\",\\"@type\\":\\"Article\\",\\"headline\\":\\"成就管理\\",\\"image\\":[\\"\\"],\\"dateModified\\":\\"2023-01-12T13:18:04.000Z\\",\\"author\\":[]}"]]},"headers":[{"level":2,"title":"成就导入","slug":"成就导入","link":"#成就导入","children":[]},{"level":2,"title":"推荐使用的成就识别工具","slug":"推荐使用的成就识别工具","link":"#推荐使用的成就识别工具","children":[]}],"git":{"createdTime":1664419063000,"updatedTime":1673529484000,"contributors":[{"name":"Masterain","email":"i@irain.in","commits":5},{"name":"KunPeng","email":"96916320+AdminRoc@users.noreply.github.com","commits":2}]},"readingTime":{"minutes":1.01,"words":302},"filePathRelative":"features/achievements.md","localizedDate":"2022年9月29日","autoDesc":true}');export{e as data};
|
||||
File diff suppressed because one or more lines are too long
61
assets/app-ef09c392.js
Normal file
61
assets/app-ef09c392.js
Normal file
File diff suppressed because one or more lines are too long
@@ -1 +0,0 @@
|
||||
const t=JSON.parse('{"key":"v-47c5fb86","path":"/en/FAQ/artifact-rating-rules.html","title":"圣遗物评分机制","lang":"en-US","frontmatter":{"description":"因角色设定差异,圣遗物评分机制也必须随角色所需属性而确定。 如果你有兴趣探索我们的评分机制, 可以审阅胡桃工具箱代码 (https://github.com/DGP-Studio/Snap.Hutao/tree/main/src/Snap.Hutao/Snap.Hutao/Service/AvatarInfo/Factory) 来了解评分计算方法。 如...","head":[["meta",{"property":"og:url","content":"https://hut.ao/en/FAQ/artifact-rating-rules.html"}],["meta",{"property":"og:site_name","content":"Snap Hutao"}],["meta",{"property":"og:title","content":"圣遗物评分机制"}],["meta",{"property":"og:description","content":"因角色设定差异,圣遗物评分机制也必须随角色所需属性而确定。 如果你有兴趣探索我们的评分机制, 可以审阅胡桃工具箱代码 (https://github.com/DGP-Studio/Snap.Hutao/tree/main/src/Snap.Hutao/Snap.Hutao/Service/AvatarInfo/Factory) 来了解评分计算方法。 如..."}],["meta",{"property":"og:type","content":"article"}],["meta",{"property":"og:locale","content":"en-US"}],["meta",{"property":"og:locale:alternate","content":"zh-CN"}],["meta",{"property":"og:updated_time","content":"2023-01-12T00:51:03.000Z"}],["meta",{"property":"article:modified_time","content":"2023-01-12T00:51:03.000Z"}],["script",{"type":"application/ld+json"},"{\\"@context\\":\\"https://schema.org\\",\\"@type\\":\\"Article\\",\\"headline\\":\\"圣遗物评分机制\\",\\"image\\":[\\"\\"],\\"dateModified\\":\\"2023-01-12T00:51:03.000Z\\",\\"author\\":[]}"],["link",{"rel":"alternate","hreflang":"zh-cn","href":"https://hut.ao/FAQ/artifact-rating-rules.html"}]]},"headers":[],"git":{"createdTime":1673484663000,"updatedTime":1673484663000,"contributors":[{"name":"Masterain","email":"i@irain.in","commits":1}]},"readingTime":{"minutes":0.43,"words":129},"filePathRelative":"en/FAQ/artifact-rating-rules.md","localizedDate":"January 12, 2023","autoDesc":true}');export{t as data};
|
||||
@@ -1 +0,0 @@
|
||||
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};
|
||||
@@ -1 +1 @@
|
||||
const t=JSON.parse('{"key":"v-0288c929","path":"/FAQ/artifact-rating-rules.html","title":"圣遗物评分机制","lang":"zh-CN","frontmatter":{"category":["FAQ"],"description":"因角色设定差异,圣遗物评分机制也必须随角色所需属性而确定。 如果你有兴趣探索我们的评分机制, 可以审阅胡桃工具箱代码 (https://github.com/DGP-Studio/Snap.Hutao/tree/main/src/Snap.Hutao/Snap.Hutao/Service/AvatarInfo/Factory) 来了解评分计算方法。 如...","head":[["meta",{"property":"og:url","content":"https://hut.ao/FAQ/artifact-rating-rules.html"}],["meta",{"property":"og:site_name","content":"胡桃工具箱"}],["meta",{"property":"og:title","content":"圣遗物评分机制"}],["meta",{"property":"og:description","content":"因角色设定差异,圣遗物评分机制也必须随角色所需属性而确定。 如果你有兴趣探索我们的评分机制, 可以审阅胡桃工具箱代码 (https://github.com/DGP-Studio/Snap.Hutao/tree/main/src/Snap.Hutao/Snap.Hutao/Service/AvatarInfo/Factory) 来了解评分计算方法。 如..."}],["meta",{"property":"og:type","content":"article"}],["meta",{"property":"og:locale","content":"zh-CN"}],["meta",{"property":"og:locale:alternate","content":"en-US"}],["meta",{"property":"og:updated_time","content":"2023-01-12T13:18:04.000Z"}],["meta",{"property":"article:modified_time","content":"2023-01-12T13:18:04.000Z"}],["script",{"type":"application/ld+json"},"{\\"@context\\":\\"https://schema.org\\",\\"@type\\":\\"Article\\",\\"headline\\":\\"圣遗物评分机制\\",\\"image\\":[\\"\\"],\\"dateModified\\":\\"2023-01-12T13:18:04.000Z\\",\\"author\\":[]}"],["link",{"rel":"alternate","hreflang":"en-us","href":"https://hut.ao/en/FAQ/artifact-rating-rules.html"}]]},"headers":[],"git":{"createdTime":1668149702000,"updatedTime":1673529484000,"contributors":[{"name":"Masterain","email":"i@irain.in","commits":3}]},"readingTime":{"minutes":0.44,"words":131},"filePathRelative":"FAQ/artifact-rating-rules.md","localizedDate":"2022年11月11日","autoDesc":true}');export{t as data};
|
||||
const t=JSON.parse('{"key":"v-0288c929","path":"/FAQ/artifact-rating-rules.html","title":"圣遗物评分机制","lang":"zh-CN","frontmatter":{"category":["FAQ"],"description":"因角色设定差异,圣遗物评分机制也必须随角色所需属性而确定。 如果你有兴趣探索我们的评分机制, 可以审阅胡桃工具箱代码 (https://github.com/DGP-Studio/Snap.Hutao/tree/main/src/Snap.Hutao/Snap.Hutao/Service/AvatarInfo/Factory) 来了解评分计算方法。 如...","head":[["meta",{"property":"og:url","content":"https://hut.ao/FAQ/artifact-rating-rules.html"}],["meta",{"property":"og:site_name","content":"胡桃工具箱"}],["meta",{"property":"og:title","content":"圣遗物评分机制"}],["meta",{"property":"og:description","content":"因角色设定差异,圣遗物评分机制也必须随角色所需属性而确定。 如果你有兴趣探索我们的评分机制, 可以审阅胡桃工具箱代码 (https://github.com/DGP-Studio/Snap.Hutao/tree/main/src/Snap.Hutao/Snap.Hutao/Service/AvatarInfo/Factory) 来了解评分计算方法。 如..."}],["meta",{"property":"og:type","content":"article"}],["meta",{"property":"og:locale","content":"zh-CN"}],["meta",{"property":"og:updated_time","content":"2023-01-12T13:18:04.000Z"}],["meta",{"property":"article:modified_time","content":"2023-01-12T13:18:04.000Z"}],["script",{"type":"application/ld+json"},"{\\"@context\\":\\"https://schema.org\\",\\"@type\\":\\"Article\\",\\"headline\\":\\"圣遗物评分机制\\",\\"image\\":[\\"\\"],\\"dateModified\\":\\"2023-01-12T13:18:04.000Z\\",\\"author\\":[]}"]]},"headers":[],"git":{"createdTime":1668149702000,"updatedTime":1673529484000,"contributors":[{"name":"Masterain","email":"i@irain.in","commits":3}]},"readingTime":{"minutes":0.44,"words":131},"filePathRelative":"FAQ/artifact-rating-rules.md","localizedDate":"2022年11月11日","autoDesc":true}');export{t as data};
|
||||
@@ -1 +0,0 @@
|
||||
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};
|
||||
1
assets/bug-report.html-9d6bda3c.js
Normal file
1
assets/bug-report.html-9d6bda3c.js
Normal file
@@ -0,0 +1 @@
|
||||
const e=JSON.parse('{"key":"v-39f4c4da","path":"/statements/bug-report.html","title":"提交BUG报告","lang":"zh-CN","frontmatter":{"headerDepth":0,"category":["公告"],"description":"opened-issue closed-issue 推荐方法 在你使用 Snap Hutao 时如果发现了可复现或不可自行修复的问题,可以通过提交问题反馈来告知开发者。; 在提交问题时,您应当尽可能地详细描述问题。如果有错误的截图,也应该提供。这有利于问题排查并加速问题修复。; 一个可以参考的非常正面的例子是 DGP-Studio/Snap.Hutao...","head":[["meta",{"property":"og:url","content":"https://hut.ao/statements/bug-report.html"}],["meta",{"property":"og:site_name","content":"胡桃工具箱"}],["meta",{"property":"og:title","content":"提交BUG报告"}],["meta",{"property":"og:description","content":"opened-issue closed-issue 推荐方法 在你使用 Snap Hutao 时如果发现了可复现或不可自行修复的问题,可以通过提交问题反馈来告知开发者。; 在提交问题时,您应当尽可能地详细描述问题。如果有错误的截图,也应该提供。这有利于问题排查并加速问题修复。; 一个可以参考的非常正面的例子是 DGP-Studio/Snap.Hutao..."}],["meta",{"property":"og:type","content":"article"}],["meta",{"property":"og:locale","content":"zh-CN"}],["meta",{"property":"og:updated_time","content":"2023-01-12T13:18:04.000Z"}],["meta",{"property":"article:modified_time","content":"2023-01-12T13:18:04.000Z"}],["script",{"type":"application/ld+json"},"{\\"@context\\":\\"https://schema.org\\",\\"@type\\":\\"Article\\",\\"headline\\":\\"提交BUG报告\\",\\"image\\":[\\"\\"],\\"dateModified\\":\\"2023-01-12T13:18:04.000Z\\",\\"author\\":[]}"]]},"headers":[{"level":2,"title":"推荐方法","slug":"推荐方法","link":"#推荐方法","children":[{"level":3,"title":"客户端问题","slug":"客户端问题","link":"#客户端问题","children":[]},{"level":3,"title":"请求增加或更新文档","slug":"请求增加或更新文档","link":"#请求增加或更新文档","children":[]}]}],"git":{"createdTime":1664419063000,"updatedTime":1673529484000,"contributors":[{"name":"Masterain","email":"i@irain.in","commits":6},{"name":"KunPeng","email":"96916320+AdminRoc@users.noreply.github.com","commits":2},{"name":"DismissedLight","email":"1686188646@qq.com","commits":1},{"name":"Roc.K","email":"96916320+AdminRoc@users.noreply.github.com","commits":1}]},"readingTime":{"minutes":1.13,"words":339},"filePathRelative":"statements/bug-report.md","localizedDate":"2022年9月29日","autoDesc":true}');export{e as data};
|
||||
@@ -1 +0,0 @@
|
||||
const e=JSON.parse('{"key":"v-39f4c4da","path":"/statements/bug-report.html","title":"提交BUG报告","lang":"zh-CN","frontmatter":{"headerDepth":0,"category":["公告"],"description":"opened-issue closed-issue 推荐方法 在你使用 Snap Hutao 时如果发现了可复现或不可自行修复的问题,可以通过提交问题反馈来告知开发者。; 在提交问题时,您应当尽可能地详细描述问题。如果有错误的截图,也应该提供。这有利于问题排查并加速问题修复。; 一个可以参考的非常正面的例子是 DGP-Studio/Snap.Hutao...","head":[["meta",{"property":"og:url","content":"https://hut.ao/statements/bug-report.html"}],["meta",{"property":"og:site_name","content":"胡桃工具箱"}],["meta",{"property":"og:title","content":"提交BUG报告"}],["meta",{"property":"og:description","content":"opened-issue closed-issue 推荐方法 在你使用 Snap Hutao 时如果发现了可复现或不可自行修复的问题,可以通过提交问题反馈来告知开发者。; 在提交问题时,您应当尽可能地详细描述问题。如果有错误的截图,也应该提供。这有利于问题排查并加速问题修复。; 一个可以参考的非常正面的例子是 DGP-Studio/Snap.Hutao..."}],["meta",{"property":"og:type","content":"article"}],["meta",{"property":"og:locale","content":"zh-CN"}],["meta",{"property":"og:locale:alternate","content":"en-US"}],["meta",{"property":"og:updated_time","content":"2023-01-12T13:18:04.000Z"}],["meta",{"property":"article:modified_time","content":"2023-01-12T13:18:04.000Z"}],["script",{"type":"application/ld+json"},"{\\"@context\\":\\"https://schema.org\\",\\"@type\\":\\"Article\\",\\"headline\\":\\"提交BUG报告\\",\\"image\\":[\\"\\"],\\"dateModified\\":\\"2023-01-12T13:18:04.000Z\\",\\"author\\":[]}"],["link",{"rel":"alternate","hreflang":"en-us","href":"https://hut.ao/en/statements/bug-report.html"}]]},"headers":[{"level":2,"title":"推荐方法","slug":"推荐方法","link":"#推荐方法","children":[{"level":3,"title":"客户端问题","slug":"客户端问题","link":"#客户端问题","children":[]},{"level":3,"title":"请求增加或更新文档","slug":"请求增加或更新文档","link":"#请求增加或更新文档","children":[]}]}],"git":{"createdTime":1664419063000,"updatedTime":1673529484000,"contributors":[{"name":"Masterain","email":"i@irain.in","commits":6},{"name":"KunPeng","email":"96916320+AdminRoc@users.noreply.github.com","commits":2},{"name":"DismissedLight","email":"1686188646@qq.com","commits":1},{"name":"Roc.K","email":"96916320+AdminRoc@users.noreply.github.com","commits":1}]},"readingTime":{"minutes":1.13,"words":339},"filePathRelative":"statements/bug-report.md","localizedDate":"2022年9月29日","autoDesc":true}');export{e as data};
|
||||
@@ -1 +0,0 @@
|
||||
const t=JSON.parse('{"key":"v-45ceb024","path":"/en/statements/bug-report.html","title":"提交BUG报告","lang":"en-US","frontmatter":{"headerDepth":0,"description":"推荐方法 在你使用 Snap Hutao 时如果发现了可复现或不可自行修复的问题,可以通过提交问题反馈来告知开发者。; 在提交问题时,您应当尽可能地详细描述问题。如果有错误的截图,也应该提供。这有利于问题排查并加速问题修复。; 一个可以参考的非常正面的例子是 DGP-Studio/Snap.Hutao/issues/100 (https://githu...","head":[["meta",{"property":"og:url","content":"https://hut.ao/en/statements/bug-report.html"}],["meta",{"property":"og:site_name","content":"Snap Hutao"}],["meta",{"property":"og:title","content":"提交BUG报告"}],["meta",{"property":"og:description","content":"推荐方法 在你使用 Snap Hutao 时如果发现了可复现或不可自行修复的问题,可以通过提交问题反馈来告知开发者。; 在提交问题时,您应当尽可能地详细描述问题。如果有错误的截图,也应该提供。这有利于问题排查并加速问题修复。; 一个可以参考的非常正面的例子是 DGP-Studio/Snap.Hutao/issues/100 (https://githu..."}],["meta",{"property":"og:type","content":"article"}],["meta",{"property":"og:locale","content":"en-US"}],["meta",{"property":"og:locale:alternate","content":"zh-CN"}],["meta",{"property":"og:updated_time","content":"2023-01-12T13:00:45.000Z"}],["meta",{"property":"article:modified_time","content":"2023-01-12T13:00:45.000Z"}],["script",{"type":"application/ld+json"},"{\\"@context\\":\\"https://schema.org\\",\\"@type\\":\\"Article\\",\\"headline\\":\\"提交BUG报告\\",\\"image\\":[\\"\\"],\\"dateModified\\":\\"2023-01-12T13:00:45.000Z\\",\\"author\\":[]}"],["link",{"rel":"alternate","hreflang":"zh-cn","href":"https://hut.ao/statements/bug-report.html"}]]},"headers":[{"level":2,"title":"推荐方法","slug":"推荐方法","link":"#推荐方法","children":[{"level":3,"title":"客户端问题","slug":"客户端问题","link":"#客户端问题","children":[]},{"level":3,"title":"请求增加或更新文档","slug":"请求增加或更新文档","link":"#请求增加或更新文档","children":[]}]}],"git":{"createdTime":1664419063000,"updatedTime":1673528445000,"contributors":[{"name":"Masterain","email":"i@irain.in","commits":3}]},"readingTime":{"minutes":1.03,"words":309},"filePathRelative":"en/statements/bug-report.md","localizedDate":"September 29, 2022","autoDesc":true}');export{t as data};
|
||||
@@ -1 +0,0 @@
|
||||
const e=JSON.parse('{"key":"v-1c93fc72","path":"/features/character-data.html","title":"属性统计","lang":"zh-CN","frontmatter":{"headerDepth":0,"category":["功能","教程"],"description":"该功能需要你在胡桃工具箱中登录米游社帐号,登录方法可见米游社多帐号切换 (mhy-account-switch.md)文档 属性统计,即主程序侧栏中的我的角色功能,可读取当前账号所拥有角色的具体数据,包括等级、命之座、武器、天赋、圣遗物等;并自动计算圣遗物评分和双爆评分 !属性统计示例图 (https://img.alicdn.com/imgextra...","head":[["meta",{"property":"og:url","content":"https://hut.ao/features/character-data.html"}],["meta",{"property":"og:site_name","content":"胡桃工具箱"}],["meta",{"property":"og:title","content":"属性统计"}],["meta",{"property":"og:description","content":"该功能需要你在胡桃工具箱中登录米游社帐号,登录方法可见米游社多帐号切换 (mhy-account-switch.md)文档 属性统计,即主程序侧栏中的我的角色功能,可读取当前账号所拥有角色的具体数据,包括等级、命之座、武器、天赋、圣遗物等;并自动计算圣遗物评分和双爆评分 !属性统计示例图 (https://img.alicdn.com/imgextra..."}],["meta",{"property":"og:type","content":"article"}],["meta",{"property":"og:locale","content":"zh-CN"}],["meta",{"property":"og:locale:alternate","content":"en-US"}],["meta",{"property":"og:updated_time","content":"2023-01-18T19:58:16.000Z"}],["meta",{"property":"article:modified_time","content":"2023-01-18T19:58:16.000Z"}],["script",{"type":"application/ld+json"},"{\\"@context\\":\\"https://schema.org\\",\\"@type\\":\\"Article\\",\\"headline\\":\\"属性统计\\",\\"image\\":[\\"\\"],\\"dateModified\\":\\"2023-01-18T19:58:16.000Z\\",\\"author\\":[]}"],["link",{"rel":"alternate","hreflang":"en-us","href":"https://hut.ao/en/features/character-data.html"}]]},"headers":[{"level":2,"title":"同步角色信息","slug":"同步角色信息","link":"#同步角色信息","children":[{"level":3,"title":"从 Enka API 同步","slug":"从-enka-api-同步","link":"#从-enka-api-同步","children":[]},{"level":3,"title":"从 米游社我的角色 同步","slug":"从-米游社我的角色-同步","link":"#从-米游社我的角色-同步","children":[]},{"level":3,"title":"从 米游社养成计算 同步","slug":"从-米游社养成计算-同步","link":"#从-米游社养成计算-同步","children":[]}]},{"level":2,"title":"将当前选定角色加入养成计算","slug":"将当前选定角色加入养成计算","link":"#将当前选定角色加入养成计算","children":[]},{"level":2,"title":"导出图片","slug":"导出图片","link":"#导出图片","children":[]}],"git":{"createdTime":1668051512000,"updatedTime":1674071896000,"contributors":[{"name":"Masterain","email":"i@irain.in","commits":4},{"name":"KunPeng","email":"96916320+AdminRoc@users.noreply.github.com","commits":2}]},"readingTime":{"minutes":2.85,"words":854},"filePathRelative":"features/character-data.md","localizedDate":"2022年11月10日","autoDesc":true}');export{e as data};
|
||||
@@ -1 +0,0 @@
|
||||
const e=JSON.parse('{"key":"v-f3692af4","path":"/en/features/character-data.html","title":"属性统计","lang":"en-US","frontmatter":{"headerDepth":0,"description":"该功能需要你在胡桃工具箱中登录米游社帐号,登录方法可见米游社多帐号切换 (mhy-account-switch.md)文档 属性统计,即主程序侧栏中的我的角色功能,可读取当前账号所拥有角色的具体数据,包括等级、命之座、武器、天赋、圣遗物等;并自动计算圣遗物评分和双爆评分 !属性统计示例图 (https://img.alicdn.com/imgextra...","head":[["meta",{"property":"og:url","content":"https://hut.ao/en/features/character-data.html"}],["meta",{"property":"og:site_name","content":"Snap Hutao"}],["meta",{"property":"og:title","content":"属性统计"}],["meta",{"property":"og:description","content":"该功能需要你在胡桃工具箱中登录米游社帐号,登录方法可见米游社多帐号切换 (mhy-account-switch.md)文档 属性统计,即主程序侧栏中的我的角色功能,可读取当前账号所拥有角色的具体数据,包括等级、命之座、武器、天赋、圣遗物等;并自动计算圣遗物评分和双爆评分 !属性统计示例图 (https://img.alicdn.com/imgextra..."}],["meta",{"property":"og:type","content":"article"}],["meta",{"property":"og:locale","content":"en-US"}],["meta",{"property":"og:locale:alternate","content":"zh-CN"}],["meta",{"property":"og:updated_time","content":"2023-01-12T00:51:03.000Z"}],["meta",{"property":"article:modified_time","content":"2023-01-12T00:51:03.000Z"}],["script",{"type":"application/ld+json"},"{\\"@context\\":\\"https://schema.org\\",\\"@type\\":\\"Article\\",\\"headline\\":\\"属性统计\\",\\"image\\":[\\"\\"],\\"dateModified\\":\\"2023-01-12T00:51:03.000Z\\",\\"author\\":[]}"],["link",{"rel":"alternate","hreflang":"zh-cn","href":"https://hut.ao/features/character-data.html"}]]},"headers":[{"level":2,"title":"同步角色信息","slug":"同步角色信息","link":"#同步角色信息","children":[{"level":3,"title":"从 Enka API 同步","slug":"从-enka-api-同步","link":"#从-enka-api-同步","children":[]},{"level":3,"title":"从 米游社我的角色 同步","slug":"从-米游社我的角色-同步","link":"#从-米游社我的角色-同步","children":[]},{"level":3,"title":"从 米游社养成计算 同步","slug":"从-米游社养成计算-同步","link":"#从-米游社养成计算-同步","children":[]}]},{"level":2,"title":"将当前选定角色加入养成计算","slug":"将当前选定角色加入养成计算","link":"#将当前选定角色加入养成计算","children":[]},{"level":2,"title":"导出图片","slug":"导出图片","link":"#导出图片","children":[]}],"git":{"createdTime":1673484663000,"updatedTime":1673484663000,"contributors":[{"name":"Masterain","email":"i@irain.in","commits":1}]},"readingTime":{"minutes":2.78,"words":835},"filePathRelative":"en/features/character-data.md","localizedDate":"January 12, 2023","autoDesc":true}');export{e as data};
|
||||
1
assets/character-data.html-41fa4a18.js
Normal file
1
assets/character-data.html-41fa4a18.js
Normal file
@@ -0,0 +1 @@
|
||||
const e=JSON.parse('{"key":"v-1c93fc72","path":"/features/character-data.html","title":"属性统计","lang":"zh-CN","frontmatter":{"headerDepth":0,"category":["功能","教程"],"description":"该功能需要你在胡桃工具箱中登录米游社帐号,登录方法可见米游社多帐号切换 (mhy-account-switch.md)文档 属性统计,即主程序侧栏中的我的角色功能,可读取当前账号所拥有角色的具体数据,包括等级、命之座、武器、天赋、圣遗物等;并自动计算圣遗物评分和双爆评分 !属性统计示例图 (https://img.alicdn.com/imgextra...","head":[["meta",{"property":"og:url","content":"https://hut.ao/features/character-data.html"}],["meta",{"property":"og:site_name","content":"胡桃工具箱"}],["meta",{"property":"og:title","content":"属性统计"}],["meta",{"property":"og:description","content":"该功能需要你在胡桃工具箱中登录米游社帐号,登录方法可见米游社多帐号切换 (mhy-account-switch.md)文档 属性统计,即主程序侧栏中的我的角色功能,可读取当前账号所拥有角色的具体数据,包括等级、命之座、武器、天赋、圣遗物等;并自动计算圣遗物评分和双爆评分 !属性统计示例图 (https://img.alicdn.com/imgextra..."}],["meta",{"property":"og:type","content":"article"}],["meta",{"property":"og:locale","content":"zh-CN"}],["meta",{"property":"og:updated_time","content":"2023-01-18T19:58:16.000Z"}],["meta",{"property":"article:modified_time","content":"2023-01-18T19:58:16.000Z"}],["script",{"type":"application/ld+json"},"{\\"@context\\":\\"https://schema.org\\",\\"@type\\":\\"Article\\",\\"headline\\":\\"属性统计\\",\\"image\\":[\\"\\"],\\"dateModified\\":\\"2023-01-18T19:58:16.000Z\\",\\"author\\":[]}"]]},"headers":[{"level":2,"title":"同步角色信息","slug":"同步角色信息","link":"#同步角色信息","children":[{"level":3,"title":"从 Enka API 同步","slug":"从-enka-api-同步","link":"#从-enka-api-同步","children":[]},{"level":3,"title":"从 米游社我的角色 同步","slug":"从-米游社我的角色-同步","link":"#从-米游社我的角色-同步","children":[]},{"level":3,"title":"从 米游社养成计算 同步","slug":"从-米游社养成计算-同步","link":"#从-米游社养成计算-同步","children":[]}]},{"level":2,"title":"将当前选定角色加入养成计算","slug":"将当前选定角色加入养成计算","link":"#将当前选定角色加入养成计算","children":[]},{"level":2,"title":"导出图片","slug":"导出图片","link":"#导出图片","children":[]}],"git":{"createdTime":1668051512000,"updatedTime":1674071896000,"contributors":[{"name":"Masterain","email":"i@irain.in","commits":4},{"name":"KunPeng","email":"96916320+AdminRoc@users.noreply.github.com","commits":2}]},"readingTime":{"minutes":2.85,"words":854},"filePathRelative":"features/character-data.md","localizedDate":"2022年11月10日","autoDesc":true}');export{e as data};
|
||||
File diff suppressed because one or more lines are too long
@@ -1 +0,0 @@
|
||||
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>使用列表左上角的按钮,可切换列表显示的方式:即"缩略图与名称"或"仅缩略图"</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>根据"胡桃数据库"的统计信息而展示的<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};
|
||||
@@ -1 +1 @@
|
||||
const e=JSON.parse('{"key":"v-e37f5fa8","path":"/features/character-wiki.html","title":"角色资料","lang":"zh-CN","frontmatter":{"headerDepth":0,"category":["功能","教程"],"description":"characters-wiki 角色资料是胡桃工具箱中内置的用于查询各个角色的基础信息、天赋数值、命之座、培养材料等数据的 wiki 已包含的数据 角色列表; 使用列表左上角的按钮,可切换列表显示的方式:即\\"缩略图与名称\\"或\\"仅缩略图\\"; 单击列表中的缩略图或名称,即可跳转到相应的介绍页面; 数据内容; 角色基本信息; 介绍; 各等级下的数值; 属性;...","head":[["meta",{"property":"og:url","content":"https://hut.ao/features/character-wiki.html"}],["meta",{"property":"og:site_name","content":"胡桃工具箱"}],["meta",{"property":"og:title","content":"角色资料"}],["meta",{"property":"og:description","content":"characters-wiki 角色资料是胡桃工具箱中内置的用于查询各个角色的基础信息、天赋数值、命之座、培养材料等数据的 wiki 已包含的数据 角色列表; 使用列表左上角的按钮,可切换列表显示的方式:即\\"缩略图与名称\\"或\\"仅缩略图\\"; 单击列表中的缩略图或名称,即可跳转到相应的介绍页面; 数据内容; 角色基本信息; 介绍; 各等级下的数值; 属性;..."}],["meta",{"property":"og:type","content":"article"}],["meta",{"property":"og:locale","content":"zh-CN"}],["meta",{"property":"og:locale:alternate","content":"en-US"}],["meta",{"property":"og:updated_time","content":"2023-01-12T13:18:04.000Z"}],["meta",{"property":"article:modified_time","content":"2023-01-12T13:18:04.000Z"}],["script",{"type":"application/ld+json"},"{\\"@context\\":\\"https://schema.org\\",\\"@type\\":\\"Article\\",\\"headline\\":\\"角色资料\\",\\"image\\":[\\"\\"],\\"dateModified\\":\\"2023-01-12T13:18:04.000Z\\",\\"author\\":[]}"],["link",{"rel":"alternate","hreflang":"en-us","href":"https://hut.ao/en/features/character-wiki.html"}]]},"headers":[{"level":2,"title":"已包含的数据","slug":"已包含的数据","link":"#已包含的数据","children":[]},{"level":2,"title":"添加至养成计划","slug":"添加至养成计划","link":"#添加至养成计划","children":[]}],"git":{"createdTime":1668051497000,"updatedTime":1673529484000,"contributors":[{"name":"Masterain","email":"i@irain.in","commits":3},{"name":"KunPeng","email":"96916320+AdminRoc@users.noreply.github.com","commits":1},{"name":"KunPeng","email":"wsshanchuan@yeah.net","commits":1}]},"readingTime":{"minutes":1.12,"words":336},"filePathRelative":"features/character-wiki.md","localizedDate":"2022年11月10日","autoDesc":true}');export{e as data};
|
||||
const e=JSON.parse('{"key":"v-e37f5fa8","path":"/features/character-wiki.html","title":"角色资料","lang":"zh-CN","frontmatter":{"headerDepth":0,"category":["功能","教程"],"description":"characters-wiki 角色资料是胡桃工具箱中内置的用于查询各个角色的基础信息、天赋数值、命之座、培养材料等数据的 wiki 已包含的数据 角色列表; 使用列表左上角的按钮,可切换列表显示的方式:即\\"缩略图与名称\\"或\\"仅缩略图\\"; 单击列表中的缩略图或名称,即可跳转到相应的介绍页面; 数据内容; 角色基本信息; 介绍; 各等级下的数值; 属性;...","head":[["meta",{"property":"og:url","content":"https://hut.ao/features/character-wiki.html"}],["meta",{"property":"og:site_name","content":"胡桃工具箱"}],["meta",{"property":"og:title","content":"角色资料"}],["meta",{"property":"og:description","content":"characters-wiki 角色资料是胡桃工具箱中内置的用于查询各个角色的基础信息、天赋数值、命之座、培养材料等数据的 wiki 已包含的数据 角色列表; 使用列表左上角的按钮,可切换列表显示的方式:即\\"缩略图与名称\\"或\\"仅缩略图\\"; 单击列表中的缩略图或名称,即可跳转到相应的介绍页面; 数据内容; 角色基本信息; 介绍; 各等级下的数值; 属性;..."}],["meta",{"property":"og:type","content":"article"}],["meta",{"property":"og:locale","content":"zh-CN"}],["meta",{"property":"og:updated_time","content":"2023-01-12T13:18:04.000Z"}],["meta",{"property":"article:modified_time","content":"2023-01-12T13:18:04.000Z"}],["script",{"type":"application/ld+json"},"{\\"@context\\":\\"https://schema.org\\",\\"@type\\":\\"Article\\",\\"headline\\":\\"角色资料\\",\\"image\\":[\\"\\"],\\"dateModified\\":\\"2023-01-12T13:18:04.000Z\\",\\"author\\":[]}"]]},"headers":[{"level":2,"title":"已包含的数据","slug":"已包含的数据","link":"#已包含的数据","children":[]},{"level":2,"title":"添加至养成计划","slug":"添加至养成计划","link":"#添加至养成计划","children":[]}],"git":{"createdTime":1668051497000,"updatedTime":1673529484000,"contributors":[{"name":"Masterain","email":"i@irain.in","commits":3},{"name":"KunPeng","email":"96916320+AdminRoc@users.noreply.github.com","commits":1},{"name":"KunPeng","email":"wsshanchuan@yeah.net","commits":1}]},"readingTime":{"minutes":1.12,"words":336},"filePathRelative":"features/character-wiki.md","localizedDate":"2022年11月10日","autoDesc":true}');export{e as data};
|
||||
@@ -1 +0,0 @@
|
||||
const e=JSON.parse('{"key":"v-10108380","path":"/en/features/character-wiki.html","title":"角色资料","lang":"en-US","frontmatter":{"headerDepth":0,"description":"characters-wiki 角色资料是胡桃工具箱中内置的用于查询各个角色的基础信息、天赋数值、命之座、培养材料等数据的 wiki 已包含的数据 角色列表; 使用列表左上角的按钮,可切换列表显示的方式:即\\"缩略图与名称\\"或\\"仅缩略图\\"; 单击列表中的缩略图或名称,即可跳转到相应的介绍页面; 数据内容; 角色基本信息; 介绍; 各等级下的数值; 属性;...","head":[["meta",{"property":"og:url","content":"https://hut.ao/en/features/character-wiki.html"}],["meta",{"property":"og:site_name","content":"Snap Hutao"}],["meta",{"property":"og:title","content":"角色资料"}],["meta",{"property":"og:description","content":"characters-wiki 角色资料是胡桃工具箱中内置的用于查询各个角色的基础信息、天赋数值、命之座、培养材料等数据的 wiki 已包含的数据 角色列表; 使用列表左上角的按钮,可切换列表显示的方式:即\\"缩略图与名称\\"或\\"仅缩略图\\"; 单击列表中的缩略图或名称,即可跳转到相应的介绍页面; 数据内容; 角色基本信息; 介绍; 各等级下的数值; 属性;..."}],["meta",{"property":"og:type","content":"article"}],["meta",{"property":"og:locale","content":"en-US"}],["meta",{"property":"og:locale:alternate","content":"zh-CN"}],["meta",{"property":"og:updated_time","content":"2023-01-12T00:51:03.000Z"}],["meta",{"property":"article:modified_time","content":"2023-01-12T00:51:03.000Z"}],["script",{"type":"application/ld+json"},"{\\"@context\\":\\"https://schema.org\\",\\"@type\\":\\"Article\\",\\"headline\\":\\"角色资料\\",\\"image\\":[\\"\\"],\\"dateModified\\":\\"2023-01-12T00:51:03.000Z\\",\\"author\\":[]}"],["link",{"rel":"alternate","hreflang":"zh-cn","href":"https://hut.ao/features/character-wiki.html"}]]},"headers":[{"level":2,"title":"已包含的数据","slug":"已包含的数据","link":"#已包含的数据","children":[]},{"level":2,"title":"添加至养成计划","slug":"添加至养成计划","link":"#添加至养成计划","children":[]}],"git":{"createdTime":1673484663000,"updatedTime":1673484663000,"contributors":[{"name":"Masterain","email":"i@irain.in","commits":1}]},"readingTime":{"minutes":1.1,"words":330},"filePathRelative":"en/features/character-wiki.md","localizedDate":"January 12, 2023","autoDesc":true}');export{e as data};
|
||||
@@ -1 +0,0 @@
|
||||
const e=JSON.parse('{"key":"v-28566fde","path":"/en/features/daily-notes.html","title":"实时便笺","lang":"en-US","frontmatter":{"headerDepth":0,"description":"该功能需要你在胡桃工具箱中登录米游社帐号,登录方法可见米游社多帐号切换 (mhy-account-switch.md)文档 live-data-tracking 添加角色 点击添加角色按钮; 在弹出的添加角色浮窗中,选择您要添加的游戏角色,并单击其右侧的加号按钮; 此时您添加的游戏角色即可显示在实时便笺页面中; 实时便笺是间隔固定时间自动刷新的; 你可...","head":[["meta",{"property":"og:url","content":"https://hut.ao/en/features/daily-notes.html"}],["meta",{"property":"og:site_name","content":"Snap Hutao"}],["meta",{"property":"og:title","content":"实时便笺"}],["meta",{"property":"og:description","content":"该功能需要你在胡桃工具箱中登录米游社帐号,登录方法可见米游社多帐号切换 (mhy-account-switch.md)文档 live-data-tracking 添加角色 点击添加角色按钮; 在弹出的添加角色浮窗中,选择您要添加的游戏角色,并单击其右侧的加号按钮; 此时您添加的游戏角色即可显示在实时便笺页面中; 实时便笺是间隔固定时间自动刷新的; 你可..."}],["meta",{"property":"og:type","content":"article"}],["meta",{"property":"og:locale","content":"en-US"}],["meta",{"property":"og:locale:alternate","content":"zh-CN"}],["meta",{"property":"og:updated_time","content":"2023-01-12T00:51:03.000Z"}],["meta",{"property":"article:modified_time","content":"2023-01-12T00:51:03.000Z"}],["script",{"type":"application/ld+json"},"{\\"@context\\":\\"https://schema.org\\",\\"@type\\":\\"Article\\",\\"headline\\":\\"实时便笺\\",\\"image\\":[\\"\\"],\\"dateModified\\":\\"2023-01-12T00:51:03.000Z\\",\\"author\\":[]}"],["link",{"rel":"alternate","hreflang":"zh-cn","href":"https://hut.ao/features/daily-notes.html"}]]},"headers":[{"level":2,"title":"添加角色","slug":"添加角色","link":"#添加角色","children":[]},{"level":2,"title":"全局通知设置","slug":"全局通知设置","link":"#全局通知设置","children":[]},{"level":2,"title":"帐号独立设置","slug":"帐号独立设置","link":"#帐号独立设置","children":[]},{"level":2,"title":"删除角色","slug":"删除角色","link":"#删除角色","children":[]}],"git":{"createdTime":1673484663000,"updatedTime":1673484663000,"contributors":[{"name":"Masterain","email":"i@irain.in","commits":1}]},"readingTime":{"minutes":1.83,"words":550},"filePathRelative":"en/features/daily-notes.md","localizedDate":"January 12, 2023","autoDesc":true}');export{e as data};
|
||||
@@ -1 +0,0 @@
|
||||
const e=JSON.parse('{"key":"v-646944b6","path":"/features/daily-notes.html","title":"实时便笺","lang":"zh-CN","frontmatter":{"headerDepth":0,"category":["功能","教程"],"description":"该功能需要你在胡桃工具箱中登录米游社帐号,登录方法可见米游社多帐号切换 (mhy-account-switch.md)文档 live-data-tracking 添加角色 点击添加角色按钮; 在弹出的添加角色浮窗中,选择您要添加的游戏角色,并单击其右侧的加号按钮; 此时您添加的游戏角色即可显示在实时便笺页面中; 实时便笺是间隔固定时间自动刷新的; 你可...","head":[["meta",{"property":"og:url","content":"https://hut.ao/features/daily-notes.html"}],["meta",{"property":"og:site_name","content":"胡桃工具箱"}],["meta",{"property":"og:title","content":"实时便笺"}],["meta",{"property":"og:description","content":"该功能需要你在胡桃工具箱中登录米游社帐号,登录方法可见米游社多帐号切换 (mhy-account-switch.md)文档 live-data-tracking 添加角色 点击添加角色按钮; 在弹出的添加角色浮窗中,选择您要添加的游戏角色,并单击其右侧的加号按钮; 此时您添加的游戏角色即可显示在实时便笺页面中; 实时便笺是间隔固定时间自动刷新的; 你可..."}],["meta",{"property":"og:type","content":"article"}],["meta",{"property":"og:locale","content":"zh-CN"}],["meta",{"property":"og:locale:alternate","content":"en-US"}],["meta",{"property":"og:updated_time","content":"2023-01-12T13:18:04.000Z"}],["meta",{"property":"article:modified_time","content":"2023-01-12T13:18:04.000Z"}],["script",{"type":"application/ld+json"},"{\\"@context\\":\\"https://schema.org\\",\\"@type\\":\\"Article\\",\\"headline\\":\\"实时便笺\\",\\"image\\":[\\"\\"],\\"dateModified\\":\\"2023-01-12T13:18:04.000Z\\",\\"author\\":[]}"],["link",{"rel":"alternate","hreflang":"en-us","href":"https://hut.ao/en/features/daily-notes.html"}]]},"headers":[{"level":2,"title":"添加角色","slug":"添加角色","link":"#添加角色","children":[]},{"level":2,"title":"全局通知设置","slug":"全局通知设置","link":"#全局通知设置","children":[]},{"level":2,"title":"帐号独立设置","slug":"帐号独立设置","link":"#帐号独立设置","children":[]},{"level":2,"title":"删除角色","slug":"删除角色","link":"#删除角色","children":[]}],"git":{"createdTime":1668162396000,"updatedTime":1673529484000,"contributors":[{"name":"KunPeng","email":"96916320+AdminRoc@users.noreply.github.com","commits":4},{"name":"Masterain","email":"i@irain.in","commits":2},{"name":"KunPeng","email":"wsshanchuan@yeah.net","commits":1}]},"readingTime":{"minutes":1.85,"words":556},"filePathRelative":"features/daily-notes.md","localizedDate":"2022年11月11日","autoDesc":true}');export{e as data};
|
||||
1
assets/daily-notes.html-4f5386f2.js
Normal file
1
assets/daily-notes.html-4f5386f2.js
Normal file
@@ -0,0 +1 @@
|
||||
const e=JSON.parse('{"key":"v-646944b6","path":"/features/daily-notes.html","title":"实时便笺","lang":"zh-CN","frontmatter":{"headerDepth":0,"category":["功能","教程"],"description":"该功能需要你在胡桃工具箱中登录米游社帐号,登录方法可见米游社多帐号切换 (mhy-account-switch.md)文档 live-data-tracking 添加角色 点击添加角色按钮; 在弹出的添加角色浮窗中,选择您要添加的游戏角色,并单击其右侧的加号按钮; 此时您添加的游戏角色即可显示在实时便笺页面中; 实时便笺是间隔固定时间自动刷新的; 你可...","head":[["meta",{"property":"og:url","content":"https://hut.ao/features/daily-notes.html"}],["meta",{"property":"og:site_name","content":"胡桃工具箱"}],["meta",{"property":"og:title","content":"实时便笺"}],["meta",{"property":"og:description","content":"该功能需要你在胡桃工具箱中登录米游社帐号,登录方法可见米游社多帐号切换 (mhy-account-switch.md)文档 live-data-tracking 添加角色 点击添加角色按钮; 在弹出的添加角色浮窗中,选择您要添加的游戏角色,并单击其右侧的加号按钮; 此时您添加的游戏角色即可显示在实时便笺页面中; 实时便笺是间隔固定时间自动刷新的; 你可..."}],["meta",{"property":"og:type","content":"article"}],["meta",{"property":"og:locale","content":"zh-CN"}],["meta",{"property":"og:updated_time","content":"2023-01-12T13:18:04.000Z"}],["meta",{"property":"article:modified_time","content":"2023-01-12T13:18:04.000Z"}],["script",{"type":"application/ld+json"},"{\\"@context\\":\\"https://schema.org\\",\\"@type\\":\\"Article\\",\\"headline\\":\\"实时便笺\\",\\"image\\":[\\"\\"],\\"dateModified\\":\\"2023-01-12T13:18:04.000Z\\",\\"author\\":[]}"]]},"headers":[{"level":2,"title":"添加角色","slug":"添加角色","link":"#添加角色","children":[]},{"level":2,"title":"全局通知设置","slug":"全局通知设置","link":"#全局通知设置","children":[]},{"level":2,"title":"帐号独立设置","slug":"帐号独立设置","link":"#帐号独立设置","children":[]},{"level":2,"title":"删除角色","slug":"删除角色","link":"#删除角色","children":[]}],"git":{"createdTime":1668162396000,"updatedTime":1673529484000,"contributors":[{"name":"KunPeng","email":"96916320+AdminRoc@users.noreply.github.com","commits":4},{"name":"Masterain","email":"i@irain.in","commits":2},{"name":"KunPeng","email":"wsshanchuan@yeah.net","commits":1}]},"readingTime":{"minutes":1.85,"words":556},"filePathRelative":"features/daily-notes.md","localizedDate":"2022年11月11日","autoDesc":true}');export{e as data};
|
||||
@@ -1 +0,0 @@
|
||||
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};
|
||||
@@ -1 +0,0 @@
|
||||
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>在"胡桃工具箱"的整体界面右上部分,点击<code>养成计算</code>按钮</li><li>在弹出的"添加到当前养成计划"的窗口中,填写角色需要计算的各项属性的起始等级以及目标等级 <ul><li>基于 WIKI 资料添加的养成目标,默认初始值为1级</li></ul></li></ul><h3 id="基于玩家数据添加" tabindex="-1"><a class="header-anchor" href="#基于玩家数据添加" aria-hidden="true">#</a> 基于玩家数据添加</h3><ul><li>在"胡桃工具箱"的左侧栏目中,点击<code>我的角色</code>功能</li><li>在选中角色后,点击右上角的<code>养成计算</code>按钮</li><li>在弹出的"添加到当前养成计划"的窗口中,填写角色需要计算的各项属性的"起始等级"以及"目标等级" <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>在"胡桃工具箱"的左侧栏目中,点击"养成计划"功能</li><li>点击"背包物品"功能栏</li><li>在"胡桃工具箱"的整体界面右上部分,点击"新建计划"按钮</li><li>在弹出的"创建新的养成计划"的窗口中,填写需要创建的养成计划名称 <ul><li>此处可勾选"绑定当前选中的账号角色"</li><li>"新建计划"按钮左侧的下拉选项框,可<strong>自行切换不同的养成计划</strong></li></ul></li><li>点击下方的任意物品图标或数字区域,即可手动编辑该种材料的数目 <ul><li>背包物品的具体材料信息,<strong>对应于</strong>其修改时,所切换至的养成计划</li></ul></li><li>在"胡桃工具箱"的整体界面右上部分,可点击"删除计划"按钮,将当前的养成计划删除 <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};
|
||||
@@ -1 +0,0 @@
|
||||
const e=JSON.parse('{"key":"v-1ae10847","path":"/features/develop-plan.html","title":"养成计划","lang":"zh-CN","frontmatter":{"headerDepth":0,"category":["功能","教程"],"description":"dev-plan 添加养成目标进入材料清单 基于 WIKI 资料添加 在胡桃工具箱的左侧栏目中,点击角色资料或`武器资料功能; 在\\"胡桃工具箱\\"的整体界面右上部分,点击养成计算按钮; 在弹出的\\"添加到当前养成计划\\"的窗口中,填写角色需要计算的各项属性的起始等级以及目标等级; 基于 WIKI 资料添加的养成目标,默认初始值为1级; 基于玩家数据添加 在\\"...","head":[["meta",{"property":"og:url","content":"https://hut.ao/features/develop-plan.html"}],["meta",{"property":"og:site_name","content":"胡桃工具箱"}],["meta",{"property":"og:title","content":"养成计划"}],["meta",{"property":"og:description","content":"dev-plan 添加养成目标进入材料清单 基于 WIKI 资料添加 在胡桃工具箱的左侧栏目中,点击角色资料或`武器资料功能; 在\\"胡桃工具箱\\"的整体界面右上部分,点击养成计算按钮; 在弹出的\\"添加到当前养成计划\\"的窗口中,填写角色需要计算的各项属性的起始等级以及目标等级; 基于 WIKI 资料添加的养成目标,默认初始值为1级; 基于玩家数据添加 在\\"..."}],["meta",{"property":"og:type","content":"article"}],["meta",{"property":"og:locale","content":"zh-CN"}],["meta",{"property":"og:locale:alternate","content":"en-US"}],["meta",{"property":"og:updated_time","content":"2023-01-12T13:18:04.000Z"}],["meta",{"property":"article:modified_time","content":"2023-01-12T13:18:04.000Z"}],["script",{"type":"application/ld+json"},"{\\"@context\\":\\"https://schema.org\\",\\"@type\\":\\"Article\\",\\"headline\\":\\"养成计划\\",\\"image\\":[\\"\\"],\\"dateModified\\":\\"2023-01-12T13:18:04.000Z\\",\\"author\\":[]}"],["link",{"rel":"alternate","hreflang":"en-us","href":"https://hut.ao/en/features/develop-plan.html"}]]},"headers":[{"level":2,"title":"添加养成目标进入材料清单","slug":"添加养成目标进入材料清单","link":"#添加养成目标进入材料清单","children":[{"level":3,"title":"基于 WIKI 资料添加","slug":"基于-wiki-资料添加","link":"#基于-wiki-资料添加","children":[]},{"level":3,"title":"基于玩家数据添加","slug":"基于玩家数据添加","link":"#基于玩家数据添加","children":[]}]},{"level":2,"title":"背包物品","slug":"背包物品","link":"#背包物品","children":[]},{"level":2,"title":"功能说明","slug":"功能说明","link":"#功能说明","children":[]}],"git":{"createdTime":1671128322000,"updatedTime":1673529484000,"contributors":[{"name":"KunPeng","email":"96916320+AdminRoc@users.noreply.github.com","commits":3},{"name":"Masterain","email":"i@irain.in","commits":2},{"name":"KunPeng","email":"wsshanchuan@yeah.net","commits":1}]},"readingTime":{"minutes":2.09,"words":627},"filePathRelative":"features/develop-plan.md","localizedDate":"2022年12月15日","autoDesc":true}');export{e as data};
|
||||
1
assets/develop-plan.html-a9728973.js
Normal file
1
assets/develop-plan.html-a9728973.js
Normal file
@@ -0,0 +1 @@
|
||||
const e=JSON.parse('{"key":"v-1ae10847","path":"/features/develop-plan.html","title":"养成计划","lang":"zh-CN","frontmatter":{"headerDepth":0,"category":["功能","教程"],"description":"dev-plan 添加养成目标进入材料清单 基于 WIKI 资料添加 在胡桃工具箱的左侧栏目中,点击角色资料或`武器资料功能; 在\\"胡桃工具箱\\"的整体界面右上部分,点击养成计算按钮; 在弹出的\\"添加到当前养成计划\\"的窗口中,填写角色需要计算的各项属性的起始等级以及目标等级; 基于 WIKI 资料添加的养成目标,默认初始值为1级; 基于玩家数据添加 在\\"...","head":[["meta",{"property":"og:url","content":"https://hut.ao/features/develop-plan.html"}],["meta",{"property":"og:site_name","content":"胡桃工具箱"}],["meta",{"property":"og:title","content":"养成计划"}],["meta",{"property":"og:description","content":"dev-plan 添加养成目标进入材料清单 基于 WIKI 资料添加 在胡桃工具箱的左侧栏目中,点击角色资料或`武器资料功能; 在\\"胡桃工具箱\\"的整体界面右上部分,点击养成计算按钮; 在弹出的\\"添加到当前养成计划\\"的窗口中,填写角色需要计算的各项属性的起始等级以及目标等级; 基于 WIKI 资料添加的养成目标,默认初始值为1级; 基于玩家数据添加 在\\"..."}],["meta",{"property":"og:type","content":"article"}],["meta",{"property":"og:locale","content":"zh-CN"}],["meta",{"property":"og:updated_time","content":"2023-01-12T13:18:04.000Z"}],["meta",{"property":"article:modified_time","content":"2023-01-12T13:18:04.000Z"}],["script",{"type":"application/ld+json"},"{\\"@context\\":\\"https://schema.org\\",\\"@type\\":\\"Article\\",\\"headline\\":\\"养成计划\\",\\"image\\":[\\"\\"],\\"dateModified\\":\\"2023-01-12T13:18:04.000Z\\",\\"author\\":[]}"]]},"headers":[{"level":2,"title":"添加养成目标进入材料清单","slug":"添加养成目标进入材料清单","link":"#添加养成目标进入材料清单","children":[{"level":3,"title":"基于 WIKI 资料添加","slug":"基于-wiki-资料添加","link":"#基于-wiki-资料添加","children":[]},{"level":3,"title":"基于玩家数据添加","slug":"基于玩家数据添加","link":"#基于玩家数据添加","children":[]}]},{"level":2,"title":"背包物品","slug":"背包物品","link":"#背包物品","children":[]},{"level":2,"title":"功能说明","slug":"功能说明","link":"#功能说明","children":[]}],"git":{"createdTime":1671128322000,"updatedTime":1673529484000,"contributors":[{"name":"KunPeng","email":"96916320+AdminRoc@users.noreply.github.com","commits":3},{"name":"Masterain","email":"i@irain.in","commits":2},{"name":"KunPeng","email":"wsshanchuan@yeah.net","commits":1}]},"readingTime":{"minutes":2.09,"words":627},"filePathRelative":"features/develop-plan.md","localizedDate":"2022年12月15日","autoDesc":true}');export{e as data};
|
||||
@@ -1 +0,0 @@
|
||||
const e=JSON.parse('{"key":"v-83f6294a","path":"/en/features/develop-plan.html","title":"养成计划","lang":"en-US","frontmatter":{"headerDepth":0,"description":"dev-plan 添加养成目标进入材料清单 基于 WIKI 资料添加 在胡桃工具箱的左侧栏目中,点击角色资料或`武器资料功能; 在\\"胡桃工具箱\\"的整体界面右上部分,点击养成计算按钮; 在弹出的\\"添加到当前养成计划\\"的窗口中,填写角色需要计算的各项属性的起始等级以及目标等级; 基于 WIKI 资料添加的养成目标,默认初始值为1级; 基于玩家数据添加 在\\"...","head":[["meta",{"property":"og:url","content":"https://hut.ao/en/features/develop-plan.html"}],["meta",{"property":"og:site_name","content":"Snap Hutao"}],["meta",{"property":"og:title","content":"养成计划"}],["meta",{"property":"og:description","content":"dev-plan 添加养成目标进入材料清单 基于 WIKI 资料添加 在胡桃工具箱的左侧栏目中,点击角色资料或`武器资料功能; 在\\"胡桃工具箱\\"的整体界面右上部分,点击养成计算按钮; 在弹出的\\"添加到当前养成计划\\"的窗口中,填写角色需要计算的各项属性的起始等级以及目标等级; 基于 WIKI 资料添加的养成目标,默认初始值为1级; 基于玩家数据添加 在\\"..."}],["meta",{"property":"og:type","content":"article"}],["meta",{"property":"og:locale","content":"en-US"}],["meta",{"property":"og:locale:alternate","content":"zh-CN"}],["meta",{"property":"og:updated_time","content":"2023-01-12T00:51:03.000Z"}],["meta",{"property":"article:modified_time","content":"2023-01-12T00:51:03.000Z"}],["script",{"type":"application/ld+json"},"{\\"@context\\":\\"https://schema.org\\",\\"@type\\":\\"Article\\",\\"headline\\":\\"养成计划\\",\\"image\\":[\\"\\"],\\"dateModified\\":\\"2023-01-12T00:51:03.000Z\\",\\"author\\":[]}"],["link",{"rel":"alternate","hreflang":"zh-cn","href":"https://hut.ao/features/develop-plan.html"}]]},"headers":[{"level":2,"title":"添加养成目标进入材料清单","slug":"添加养成目标进入材料清单","link":"#添加养成目标进入材料清单","children":[{"level":3,"title":"基于 WIKI 资料添加","slug":"基于-wiki-资料添加","link":"#基于-wiki-资料添加","children":[]},{"level":3,"title":"基于玩家数据添加","slug":"基于玩家数据添加","link":"#基于玩家数据添加","children":[]}]},{"level":2,"title":"背包物品","slug":"背包物品","link":"#背包物品","children":[]},{"level":2,"title":"功能说明","slug":"功能说明","link":"#功能说明","children":[]}],"git":{"createdTime":1673484663000,"updatedTime":1673484663000,"contributors":[{"name":"Masterain","email":"i@irain.in","commits":1}]},"readingTime":{"minutes":2.07,"words":621},"filePathRelative":"en/features/develop-plan.md","localizedDate":"January 12, 2023","autoDesc":true}');export{e as data};
|
||||
File diff suppressed because one or more lines are too long
@@ -1 +1 @@
|
||||
const e=JSON.parse('{"key":"v-923d01d2","path":"/features/game-launcher.html","title":"高级启动器","lang":"zh-CN","frontmatter":{"headerDepth":0,"category":["功能","教程"],"description":"胡桃工具箱提供的高级启动器功能中通过多样的设置选项来允许用户以自定义设置启动游戏; 在设置完毕启动游戏所需的附加选项后,点击右下角的启动游戏按钮即可; 选择游戏路径时,请注意此处选择的应是游戏本身; 形如:$\\\\Genshin Impact\\\\Genshin Impact Game\\\\YuanShen.exe; 国际服支持 高级启动器中除切换服务器以外的功能...","head":[["meta",{"property":"og:url","content":"https://hut.ao/features/game-launcher.html"}],["meta",{"property":"og:site_name","content":"胡桃工具箱"}],["meta",{"property":"og:title","content":"高级启动器"}],["meta",{"property":"og:description","content":"胡桃工具箱提供的高级启动器功能中通过多样的设置选项来允许用户以自定义设置启动游戏; 在设置完毕启动游戏所需的附加选项后,点击右下角的启动游戏按钮即可; 选择游戏路径时,请注意此处选择的应是游戏本身; 形如:$\\\\Genshin Impact\\\\Genshin Impact Game\\\\YuanShen.exe; 国际服支持 高级启动器中除切换服务器以外的功能..."}],["meta",{"property":"og:type","content":"article"}],["meta",{"property":"og:locale","content":"zh-CN"}],["meta",{"property":"og:locale:alternate","content":"en-US"}],["meta",{"property":"og:updated_time","content":"2023-01-12T13:18:04.000Z"}],["meta",{"property":"article:modified_time","content":"2023-01-12T13:18:04.000Z"}],["script",{"type":"application/ld+json"},"{\\"@context\\":\\"https://schema.org\\",\\"@type\\":\\"Article\\",\\"headline\\":\\"高级启动器\\",\\"image\\":[\\"\\"],\\"dateModified\\":\\"2023-01-12T13:18:04.000Z\\",\\"author\\":[]}"],["link",{"rel":"alternate","hreflang":"en-us","href":"https://hut.ao/en/features/game-launcher.html"}]]},"headers":[{"level":2,"title":"切换服务器","slug":"切换服务器","link":"#切换服务器","children":[]},{"level":2,"title":"账号保存","slug":"账号保存","link":"#账号保存","children":[]},{"level":2,"title":"外观选项","slug":"外观选项","link":"#外观选项","children":[]},{"level":2,"title":"解锁帧率上限","slug":"解锁帧率上限","link":"#解锁帧率上限","children":[]}],"git":{"createdTime":1668042879000,"updatedTime":1673529484000,"contributors":[{"name":"KunPeng","email":"96916320+AdminRoc@users.noreply.github.com","commits":13},{"name":"Masterain","email":"i@irain.in","commits":6}]},"readingTime":{"minutes":4.05,"words":1214},"filePathRelative":"features/game-launcher.md","localizedDate":"2022年11月10日","autoDesc":true}');export{e as data};
|
||||
const e=JSON.parse('{"key":"v-923d01d2","path":"/features/game-launcher.html","title":"高级启动器","lang":"zh-CN","frontmatter":{"headerDepth":0,"category":["功能","教程"],"description":"胡桃工具箱提供的高级启动器功能中通过多样的设置选项来允许用户以自定义设置启动游戏; 在设置完毕启动游戏所需的附加选项后,点击右下角的启动游戏按钮即可; 选择游戏路径时,请注意此处选择的应是游戏本身; 形如:$\\\\Genshin Impact\\\\Genshin Impact Game\\\\YuanShen.exe; 国际服支持 高级启动器中除切换服务器以外的功能...","head":[["meta",{"property":"og:url","content":"https://hut.ao/features/game-launcher.html"}],["meta",{"property":"og:site_name","content":"胡桃工具箱"}],["meta",{"property":"og:title","content":"高级启动器"}],["meta",{"property":"og:description","content":"胡桃工具箱提供的高级启动器功能中通过多样的设置选项来允许用户以自定义设置启动游戏; 在设置完毕启动游戏所需的附加选项后,点击右下角的启动游戏按钮即可; 选择游戏路径时,请注意此处选择的应是游戏本身; 形如:$\\\\Genshin Impact\\\\Genshin Impact Game\\\\YuanShen.exe; 国际服支持 高级启动器中除切换服务器以外的功能..."}],["meta",{"property":"og:type","content":"article"}],["meta",{"property":"og:locale","content":"zh-CN"}],["meta",{"property":"og:updated_time","content":"2023-01-12T13:18:04.000Z"}],["meta",{"property":"article:modified_time","content":"2023-01-12T13:18:04.000Z"}],["script",{"type":"application/ld+json"},"{\\"@context\\":\\"https://schema.org\\",\\"@type\\":\\"Article\\",\\"headline\\":\\"高级启动器\\",\\"image\\":[\\"\\"],\\"dateModified\\":\\"2023-01-12T13:18:04.000Z\\",\\"author\\":[]}"]]},"headers":[{"level":2,"title":"切换服务器","slug":"切换服务器","link":"#切换服务器","children":[]},{"level":2,"title":"账号保存","slug":"账号保存","link":"#账号保存","children":[]},{"level":2,"title":"外观选项","slug":"外观选项","link":"#外观选项","children":[]},{"level":2,"title":"解锁帧率上限","slug":"解锁帧率上限","link":"#解锁帧率上限","children":[]}],"git":{"createdTime":1668042879000,"updatedTime":1673529484000,"contributors":[{"name":"KunPeng","email":"96916320+AdminRoc@users.noreply.github.com","commits":13},{"name":"Masterain","email":"i@irain.in","commits":6}]},"readingTime":{"minutes":4.05,"words":1214},"filePathRelative":"features/game-launcher.md","localizedDate":"2022年11月10日","autoDesc":true}');export{e as data};
|
||||
@@ -1 +0,0 @@
|
||||
const e=JSON.parse('{"key":"v-7839fe83","path":"/en/features/game-launcher.html","title":"高级启动器","lang":"en-US","frontmatter":{"headerDepth":0,"description":"胡桃工具箱提供的高级启动器功能中通过多样的设置选项来允许用户以自定义设置启动游戏; 在设置完毕启动游戏所需的附加选项后,点击右下角的启动游戏按钮即可; 选择游戏路径时,请注意此处选择的应是游戏本身; 形如:$\\\\Genshin Impact\\\\Genshin Impact Game\\\\YuanShen.exe; 国际服支持 高级启动器中除切换服务器以外的功能...","head":[["meta",{"property":"og:url","content":"https://hut.ao/en/features/game-launcher.html"}],["meta",{"property":"og:site_name","content":"Snap Hutao"}],["meta",{"property":"og:title","content":"高级启动器"}],["meta",{"property":"og:description","content":"胡桃工具箱提供的高级启动器功能中通过多样的设置选项来允许用户以自定义设置启动游戏; 在设置完毕启动游戏所需的附加选项后,点击右下角的启动游戏按钮即可; 选择游戏路径时,请注意此处选择的应是游戏本身; 形如:$\\\\Genshin Impact\\\\Genshin Impact Game\\\\YuanShen.exe; 国际服支持 高级启动器中除切换服务器以外的功能..."}],["meta",{"property":"og:type","content":"article"}],["meta",{"property":"og:locale","content":"en-US"}],["meta",{"property":"og:locale:alternate","content":"zh-CN"}],["meta",{"property":"og:updated_time","content":"2023-01-12T00:51:03.000Z"}],["meta",{"property":"article:modified_time","content":"2023-01-12T00:51:03.000Z"}],["script",{"type":"application/ld+json"},"{\\"@context\\":\\"https://schema.org\\",\\"@type\\":\\"Article\\",\\"headline\\":\\"高级启动器\\",\\"image\\":[\\"\\"],\\"dateModified\\":\\"2023-01-12T00:51:03.000Z\\",\\"author\\":[]}"],["link",{"rel":"alternate","hreflang":"zh-cn","href":"https://hut.ao/features/game-launcher.html"}]]},"headers":[{"level":2,"title":"切换服务器","slug":"切换服务器","link":"#切换服务器","children":[]},{"level":2,"title":"账号保存","slug":"账号保存","link":"#账号保存","children":[]},{"level":2,"title":"外观选项","slug":"外观选项","link":"#外观选项","children":[]},{"level":2,"title":"解锁帧率上限","slug":"解锁帧率上限","link":"#解锁帧率上限","children":[]}],"git":{"createdTime":1673484663000,"updatedTime":1673484663000,"contributors":[{"name":"Masterain","email":"i@irain.in","commits":1}]},"readingTime":{"minutes":4.03,"words":1208},"filePathRelative":"en/features/game-launcher.md","localizedDate":"January 12, 2023","autoDesc":true}');export{e as data};
|
||||
@@ -1 +0,0 @@
|
||||
const e=JSON.parse('{"key":"v-eab988ce","path":"/en/FAQ/get-stoken-cookie-from-the-third-party.html","title":"使用第三方工具获取有 Stoken 的 cookie","lang":"en-US","frontmatter":{"description":"以下步骤中涉及的软件、开源项目等资源均来源于互联网,与 DGP-Studio 无关; 本说明文档仅提供有关的解决思路,仅供学习使用,具体操作与操作后果与本项目无关; Android Android 用户可以使用开源项目 GetToken 来获取包含 Stoken 字段的 cookie GetToken 开源项目 GitHub:HolographicHa...","head":[["meta",{"property":"og:url","content":"https://hut.ao/en/FAQ/get-stoken-cookie-from-the-third-party.html"}],["meta",{"property":"og:site_name","content":"Snap Hutao"}],["meta",{"property":"og:title","content":"使用第三方工具获取有 Stoken 的 cookie"}],["meta",{"property":"og:description","content":"以下步骤中涉及的软件、开源项目等资源均来源于互联网,与 DGP-Studio 无关; 本说明文档仅提供有关的解决思路,仅供学习使用,具体操作与操作后果与本项目无关; Android Android 用户可以使用开源项目 GetToken 来获取包含 Stoken 字段的 cookie GetToken 开源项目 GitHub:HolographicHa..."}],["meta",{"property":"og:type","content":"article"}],["meta",{"property":"og:locale","content":"en-US"}],["meta",{"property":"og:locale:alternate","content":"zh-CN"}],["meta",{"property":"og:updated_time","content":"2023-01-12T00:51:03.000Z"}],["meta",{"property":"article:modified_time","content":"2023-01-12T00:51:03.000Z"}],["script",{"type":"application/ld+json"},"{\\"@context\\":\\"https://schema.org\\",\\"@type\\":\\"Article\\",\\"headline\\":\\"使用第三方工具获取有 Stoken 的 cookie\\",\\"image\\":[\\"\\"],\\"dateModified\\":\\"2023-01-12T00:51:03.000Z\\",\\"author\\":[]}"],["link",{"rel":"alternate","hreflang":"zh-cn","href":"https://hut.ao/FAQ/get-stoken-cookie-from-the-third-party.html"}]]},"headers":[{"level":2,"title":"Android","slug":"android","link":"#android","children":[]},{"level":2,"title":"iOS","slug":"ios","link":"#ios","children":[]}],"git":{"createdTime":1673484663000,"updatedTime":1673484663000,"contributors":[{"name":"Masterain","email":"i@irain.in","commits":1}]},"readingTime":{"minutes":1.59,"words":477},"filePathRelative":"en/FAQ/get-stoken-cookie-from-the-third-party.md","localizedDate":"January 12, 2023","autoDesc":true}');export{e as data};
|
||||
@@ -1 +1 @@
|
||||
const e=JSON.parse('{"key":"v-9a0eaba6","path":"/FAQ/get-stoken-cookie-from-the-third-party.html","title":"使用第三方工具获取有 Stoken 的 cookie","lang":"zh-CN","frontmatter":{"category":["FAQ","第三方工具"],"description":"以下步骤中涉及的软件、开源项目等资源均来源于互联网,与 DGP-Studio 无关; 本说明文档仅提供有关的解决思路,仅供学习使用,具体操作与操作后果与本项目无关; Android Android 用户可以使用开源项目 GetToken 来获取包含 Stoken 字段的 cookie GetToken 开源项目 GitHub:HolographicHa...","head":[["meta",{"property":"og:url","content":"https://hut.ao/FAQ/get-stoken-cookie-from-the-third-party.html"}],["meta",{"property":"og:site_name","content":"胡桃工具箱"}],["meta",{"property":"og:title","content":"使用第三方工具获取有 Stoken 的 cookie"}],["meta",{"property":"og:description","content":"以下步骤中涉及的软件、开源项目等资源均来源于互联网,与 DGP-Studio 无关; 本说明文档仅提供有关的解决思路,仅供学习使用,具体操作与操作后果与本项目无关; Android Android 用户可以使用开源项目 GetToken 来获取包含 Stoken 字段的 cookie GetToken 开源项目 GitHub:HolographicHa..."}],["meta",{"property":"og:type","content":"article"}],["meta",{"property":"og:locale","content":"zh-CN"}],["meta",{"property":"og:locale:alternate","content":"en-US"}],["meta",{"property":"og:updated_time","content":"2023-01-12T13:18:04.000Z"}],["meta",{"property":"article:modified_time","content":"2023-01-12T13:18:04.000Z"}],["script",{"type":"application/ld+json"},"{\\"@context\\":\\"https://schema.org\\",\\"@type\\":\\"Article\\",\\"headline\\":\\"使用第三方工具获取有 Stoken 的 cookie\\",\\"image\\":[\\"\\"],\\"dateModified\\":\\"2023-01-12T13:18:04.000Z\\",\\"author\\":[]}"],["link",{"rel":"alternate","hreflang":"en-us","href":"https://hut.ao/en/FAQ/get-stoken-cookie-from-the-third-party.html"}]]},"headers":[{"level":2,"title":"Android","slug":"android","link":"#android","children":[]},{"level":2,"title":"iOS","slug":"ios","link":"#ios","children":[]}],"git":{"createdTime":1673349882000,"updatedTime":1673529484000,"contributors":[{"name":"Masterain","email":"i@irain.in","commits":2}]},"readingTime":{"minutes":1.61,"words":484},"filePathRelative":"FAQ/get-stoken-cookie-from-the-third-party.md","localizedDate":"2023年1月10日","autoDesc":true}');export{e as data};
|
||||
const t=JSON.parse('{"key":"v-9a0eaba6","path":"/FAQ/get-stoken-cookie-from-the-third-party.html","title":"使用第三方工具获取有 Stoken 的 cookie","lang":"zh-CN","frontmatter":{"category":["FAQ","第三方工具"],"description":"以下步骤中涉及的软件、开源项目等资源均来源于互联网,与 DGP-Studio 无关; 本说明文档仅提供有关的解决思路,仅供学习使用,具体操作与操作后果与本项目无关; Android Android 用户可以使用开源项目 GetToken 来获取包含 Stoken 字段的 cookie GetToken 开源项目 GitHub:HolographicHa...","head":[["meta",{"property":"og:url","content":"https://hut.ao/FAQ/get-stoken-cookie-from-the-third-party.html"}],["meta",{"property":"og:site_name","content":"胡桃工具箱"}],["meta",{"property":"og:title","content":"使用第三方工具获取有 Stoken 的 cookie"}],["meta",{"property":"og:description","content":"以下步骤中涉及的软件、开源项目等资源均来源于互联网,与 DGP-Studio 无关; 本说明文档仅提供有关的解决思路,仅供学习使用,具体操作与操作后果与本项目无关; Android Android 用户可以使用开源项目 GetToken 来获取包含 Stoken 字段的 cookie GetToken 开源项目 GitHub:HolographicHa..."}],["meta",{"property":"og:type","content":"article"}],["meta",{"property":"og:locale","content":"zh-CN"}],["meta",{"property":"og:updated_time","content":"2023-01-12T13:18:04.000Z"}],["meta",{"property":"article:modified_time","content":"2023-01-12T13:18:04.000Z"}],["script",{"type":"application/ld+json"},"{\\"@context\\":\\"https://schema.org\\",\\"@type\\":\\"Article\\",\\"headline\\":\\"使用第三方工具获取有 Stoken 的 cookie\\",\\"image\\":[\\"\\"],\\"dateModified\\":\\"2023-01-12T13:18:04.000Z\\",\\"author\\":[]}"]]},"headers":[{"level":2,"title":"Android","slug":"android","link":"#android","children":[]},{"level":2,"title":"iOS","slug":"ios","link":"#ios","children":[]}],"git":{"createdTime":1673349882000,"updatedTime":1673529484000,"contributors":[{"name":"Masterain","email":"i@irain.in","commits":2}]},"readingTime":{"minutes":1.61,"words":484},"filePathRelative":"FAQ/get-stoken-cookie-from-the-third-party.md","localizedDate":"2023年1月10日","autoDesc":true}');export{t as data};
|
||||
@@ -1 +0,0 @@
|
||||
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>启用插件或安装修改版米游社后打开米游社,在底栏点击"我的",然后登录您的通行证</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};
|
||||
@@ -1 +0,0 @@
|
||||
const t=JSON.parse('{"key":"v-5a1bb67b","path":"/en/FAQ/how-to.html","title":"如何...","lang":"en-US","frontmatter":{"headerDepth":1,"description":"这篇文档将会列出一些最常见的以“如何”开头的问题 如何创建胡桃的桌面快捷方式社区力量 感谢 CzHUV 提供的解决方案 (https://github.com/DGP-Studio/Snap.Hutao.Docs/issues/12) Win+R 呼出运行窗口,在窗口中输入shell:AppsFolder; Run Windows 会弹出应用程序目录,...","head":[["meta",{"property":"og:url","content":"https://hut.ao/en/FAQ/how-to.html"}],["meta",{"property":"og:site_name","content":"Snap Hutao"}],["meta",{"property":"og:title","content":"如何..."}],["meta",{"property":"og:description","content":"这篇文档将会列出一些最常见的以“如何”开头的问题 如何创建胡桃的桌面快捷方式社区力量 感谢 CzHUV 提供的解决方案 (https://github.com/DGP-Studio/Snap.Hutao.Docs/issues/12) Win+R 呼出运行窗口,在窗口中输入shell:AppsFolder; Run Windows 会弹出应用程序目录,..."}],["meta",{"property":"og:type","content":"article"}],["meta",{"property":"og:locale","content":"en-US"}],["meta",{"property":"og:locale:alternate","content":"zh-CN"}],["meta",{"property":"og:updated_time","content":"2023-01-12T00:51:03.000Z"}],["meta",{"property":"article:modified_time","content":"2023-01-12T00:51:03.000Z"}],["script",{"type":"application/ld+json"},"{\\"@context\\":\\"https://schema.org\\",\\"@type\\":\\"Article\\",\\"headline\\":\\"如何...\\",\\"image\\":[\\"\\"],\\"dateModified\\":\\"2023-01-12T00:51:03.000Z\\",\\"author\\":[]}"],["link",{"rel":"alternate","hreflang":"zh-cn","href":"https://hut.ao/FAQ/how-to.html"}]]},"headers":[{"level":2,"title":"如何创建胡桃的桌面快捷方式","slug":"如何创建胡桃的桌面快捷方式","link":"#如何创建胡桃的桌面快捷方式","children":[]},{"level":2,"title":"如何实现自动化管理员模式","slug":"如何实现自动化管理员模式","link":"#如何实现自动化管理员模式","children":[]},{"level":2,"title":"如何让胡桃工具箱开机自动启动","slug":"如何让胡桃工具箱开机自动启动","link":"#如何让胡桃工具箱开机自动启动","children":[]}],"git":{"createdTime":1673484663000,"updatedTime":1673484663000,"contributors":[{"name":"Masterain","email":"i@irain.in","commits":1}]},"readingTime":{"minutes":0.99,"words":296},"filePathRelative":"en/FAQ/how-to.md","localizedDate":"January 12, 2023","autoDesc":true}');export{t as data};
|
||||
1
assets/how-to.html-5cb96e32.js
Normal file
1
assets/how-to.html-5cb96e32.js
Normal file
@@ -0,0 +1 @@
|
||||
const t=JSON.parse('{"key":"v-179f15e2","path":"/FAQ/how-to.html","title":"如何...","lang":"zh-CN","frontmatter":{"headerDepth":2,"category":["FAQ"],"description":"这篇文档将会列出一些最常见的以“如何”开头的问题 如何创建胡桃的桌面快捷方式社区力量 感谢 CzHUV 提供的解决方案 (https://github.com/DGP-Studio/Snap.Hutao.Docs/issues/12) Win+R 呼出运行窗口,在窗口中输入shell:AppsFolder; Run Windows 会弹出应用程序目录,...","head":[["meta",{"property":"og:url","content":"https://hut.ao/FAQ/how-to.html"}],["meta",{"property":"og:site_name","content":"胡桃工具箱"}],["meta",{"property":"og:title","content":"如何..."}],["meta",{"property":"og:description","content":"这篇文档将会列出一些最常见的以“如何”开头的问题 如何创建胡桃的桌面快捷方式社区力量 感谢 CzHUV 提供的解决方案 (https://github.com/DGP-Studio/Snap.Hutao.Docs/issues/12) Win+R 呼出运行窗口,在窗口中输入shell:AppsFolder; Run Windows 会弹出应用程序目录,..."}],["meta",{"property":"og:type","content":"article"}],["meta",{"property":"og:locale","content":"zh-CN"}],["meta",{"property":"og:updated_time","content":"2023-01-14T00:42:36.000Z"}],["meta",{"property":"article:modified_time","content":"2023-01-14T00:42:36.000Z"}],["script",{"type":"application/ld+json"},"{\\"@context\\":\\"https://schema.org\\",\\"@type\\":\\"Article\\",\\"headline\\":\\"如何...\\",\\"image\\":[\\"\\"],\\"dateModified\\":\\"2023-01-14T00:42:36.000Z\\",\\"author\\":[]}"]]},"headers":[{"level":2,"title":"如何创建胡桃的桌面快捷方式","slug":"如何创建胡桃的桌面快捷方式","link":"#如何创建胡桃的桌面快捷方式","children":[]},{"level":2,"title":"如何实现自动化管理员模式","slug":"如何实现自动化管理员模式","link":"#如何实现自动化管理员模式","children":[]},{"level":2,"title":"如何让胡桃工具箱开机自动启动","slug":"如何让胡桃工具箱开机自动启动","link":"#如何让胡桃工具箱开机自动启动","children":[]},{"level":2,"title":"如何通过胡桃工具箱快速地启动游戏","slug":"如何通过胡桃工具箱快速地启动游戏","link":"#如何通过胡桃工具箱快速地启动游戏","children":[]}],"git":{"createdTime":1673424380000,"updatedTime":1673656956000,"contributors":[{"name":"Masterain","email":"i@irain.in","commits":7}]},"readingTime":{"minutes":1.27,"words":381},"filePathRelative":"FAQ/how-to.md","localizedDate":"2023年1月11日","autoDesc":true}');export{t as data};
|
||||
@@ -1,2 +0,0 @@
|
||||
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};
|
||||
@@ -1 +0,0 @@
|
||||
const t=JSON.parse('{"key":"v-179f15e2","path":"/FAQ/how-to.html","title":"如何...","lang":"zh-CN","frontmatter":{"headerDepth":2,"category":["FAQ"],"description":"这篇文档将会列出一些最常见的以“如何”开头的问题 如何创建胡桃的桌面快捷方式社区力量 感谢 CzHUV 提供的解决方案 (https://github.com/DGP-Studio/Snap.Hutao.Docs/issues/12) Win+R 呼出运行窗口,在窗口中输入shell:AppsFolder; Run Windows 会弹出应用程序目录,...","head":[["meta",{"property":"og:url","content":"https://hut.ao/FAQ/how-to.html"}],["meta",{"property":"og:site_name","content":"胡桃工具箱"}],["meta",{"property":"og:title","content":"如何..."}],["meta",{"property":"og:description","content":"这篇文档将会列出一些最常见的以“如何”开头的问题 如何创建胡桃的桌面快捷方式社区力量 感谢 CzHUV 提供的解决方案 (https://github.com/DGP-Studio/Snap.Hutao.Docs/issues/12) Win+R 呼出运行窗口,在窗口中输入shell:AppsFolder; Run Windows 会弹出应用程序目录,..."}],["meta",{"property":"og:type","content":"article"}],["meta",{"property":"og:locale","content":"zh-CN"}],["meta",{"property":"og:locale:alternate","content":"en-US"}],["meta",{"property":"og:updated_time","content":"2023-01-14T00:42:36.000Z"}],["meta",{"property":"article:modified_time","content":"2023-01-14T00:42:36.000Z"}],["script",{"type":"application/ld+json"},"{\\"@context\\":\\"https://schema.org\\",\\"@type\\":\\"Article\\",\\"headline\\":\\"如何...\\",\\"image\\":[\\"\\"],\\"dateModified\\":\\"2023-01-14T00:42:36.000Z\\",\\"author\\":[]}"],["link",{"rel":"alternate","hreflang":"en-us","href":"https://hut.ao/en/FAQ/how-to.html"}]]},"headers":[{"level":2,"title":"如何创建胡桃的桌面快捷方式","slug":"如何创建胡桃的桌面快捷方式","link":"#如何创建胡桃的桌面快捷方式","children":[]},{"level":2,"title":"如何实现自动化管理员模式","slug":"如何实现自动化管理员模式","link":"#如何实现自动化管理员模式","children":[]},{"level":2,"title":"如何让胡桃工具箱开机自动启动","slug":"如何让胡桃工具箱开机自动启动","link":"#如何让胡桃工具箱开机自动启动","children":[]},{"level":2,"title":"如何通过胡桃工具箱快速地启动游戏","slug":"如何通过胡桃工具箱快速地启动游戏","link":"#如何通过胡桃工具箱快速地启动游戏","children":[]}],"git":{"createdTime":1673424380000,"updatedTime":1673656956000,"contributors":[{"name":"Masterain","email":"i@irain.in","commits":7}]},"readingTime":{"minutes":1.27,"words":381},"filePathRelative":"FAQ/how-to.md","localizedDate":"2023年1月11日","autoDesc":true}');export{t as data};
|
||||
@@ -1 +1 @@
|
||||
const e=JSON.parse('{"key":"v-6de46920","path":"/features/hutao-API.html","title":"胡桃数据库/深渊统计","lang":"zh-CN","frontmatter":{"headerDepth":0,"category":["功能","教程"],"description":"胡桃工具箱提供两个主要的深境螺旋挑战统计的功能 侧栏中的深渊统计是一个旨在通过统计并展示广大玩家深境螺旋挑战数据,来帮助对原神对战系统不熟悉玩家组建队伍、通关深渊、获取奖励的功能; 侧栏中的深渊记录是一个通过保存玩家每一期深境螺旋挑战数据来帮助个人玩家回顾游戏经历及个人数据收集的统计功能; 众多的玩家通过上传个人的深渊记录来形成胡桃数据库的深渊统计数据...","head":[["meta",{"property":"og:url","content":"https://hut.ao/features/hutao-API.html"}],["meta",{"property":"og:site_name","content":"胡桃工具箱"}],["meta",{"property":"og:title","content":"胡桃数据库/深渊统计"}],["meta",{"property":"og:description","content":"胡桃工具箱提供两个主要的深境螺旋挑战统计的功能 侧栏中的深渊统计是一个旨在通过统计并展示广大玩家深境螺旋挑战数据,来帮助对原神对战系统不熟悉玩家组建队伍、通关深渊、获取奖励的功能; 侧栏中的深渊记录是一个通过保存玩家每一期深境螺旋挑战数据来帮助个人玩家回顾游戏经历及个人数据收集的统计功能; 众多的玩家通过上传个人的深渊记录来形成胡桃数据库的深渊统计数据..."}],["meta",{"property":"og:type","content":"article"}],["meta",{"property":"og:locale","content":"zh-CN"}],["meta",{"property":"og:locale:alternate","content":"en-US"}],["meta",{"property":"og:updated_time","content":"2023-01-12T13:18:04.000Z"}],["meta",{"property":"article:modified_time","content":"2023-01-12T13:18:04.000Z"}],["script",{"type":"application/ld+json"},"{\\"@context\\":\\"https://schema.org\\",\\"@type\\":\\"Article\\",\\"headline\\":\\"胡桃数据库/深渊统计\\",\\"image\\":[\\"\\"],\\"dateModified\\":\\"2023-01-12T13:18:04.000Z\\",\\"author\\":[]}"],["link",{"rel":"alternate","hreflang":"en-us","href":"https://hut.ao/en/features/hutao-API.html"}]]},"headers":[{"level":2,"title":"查看深渊数据","slug":"查看深渊数据","link":"#查看深渊数据","children":[]},{"level":2,"title":"上传深境螺旋数据","slug":"上传深境螺旋数据","link":"#上传深境螺旋数据","children":[]}],"git":{"createdTime":1666691160000,"updatedTime":1673529484000,"contributors":[{"name":"Masterain","email":"i@irain.in","commits":5},{"name":"KunPeng","email":"96916320+AdminRoc@users.noreply.github.com","commits":4}]},"readingTime":{"minutes":2.77,"words":831},"filePathRelative":"features/hutao-API.md","localizedDate":"2022年10月25日","autoDesc":true}');export{e as data};
|
||||
const e=JSON.parse('{"key":"v-6de46920","path":"/features/hutao-API.html","title":"胡桃数据库/深渊统计","lang":"zh-CN","frontmatter":{"headerDepth":0,"category":["功能","教程"],"description":"胡桃工具箱提供两个主要的深境螺旋挑战统计的功能 侧栏中的深渊统计是一个旨在通过统计并展示广大玩家深境螺旋挑战数据,来帮助对原神对战系统不熟悉玩家组建队伍、通关深渊、获取奖励的功能; 侧栏中的深渊记录是一个通过保存玩家每一期深境螺旋挑战数据来帮助个人玩家回顾游戏经历及个人数据收集的统计功能; 众多的玩家通过上传个人的深渊记录来形成胡桃数据库的深渊统计数据...","head":[["meta",{"property":"og:url","content":"https://hut.ao/features/hutao-API.html"}],["meta",{"property":"og:site_name","content":"胡桃工具箱"}],["meta",{"property":"og:title","content":"胡桃数据库/深渊统计"}],["meta",{"property":"og:description","content":"胡桃工具箱提供两个主要的深境螺旋挑战统计的功能 侧栏中的深渊统计是一个旨在通过统计并展示广大玩家深境螺旋挑战数据,来帮助对原神对战系统不熟悉玩家组建队伍、通关深渊、获取奖励的功能; 侧栏中的深渊记录是一个通过保存玩家每一期深境螺旋挑战数据来帮助个人玩家回顾游戏经历及个人数据收集的统计功能; 众多的玩家通过上传个人的深渊记录来形成胡桃数据库的深渊统计数据..."}],["meta",{"property":"og:type","content":"article"}],["meta",{"property":"og:locale","content":"zh-CN"}],["meta",{"property":"og:updated_time","content":"2023-01-12T13:18:04.000Z"}],["meta",{"property":"article:modified_time","content":"2023-01-12T13:18:04.000Z"}],["script",{"type":"application/ld+json"},"{\\"@context\\":\\"https://schema.org\\",\\"@type\\":\\"Article\\",\\"headline\\":\\"胡桃数据库/深渊统计\\",\\"image\\":[\\"\\"],\\"dateModified\\":\\"2023-01-12T13:18:04.000Z\\",\\"author\\":[]}"]]},"headers":[{"level":2,"title":"查看深渊数据","slug":"查看深渊数据","link":"#查看深渊数据","children":[]},{"level":2,"title":"上传深境螺旋数据","slug":"上传深境螺旋数据","link":"#上传深境螺旋数据","children":[]}],"git":{"createdTime":1666691160000,"updatedTime":1673529484000,"contributors":[{"name":"Masterain","email":"i@irain.in","commits":5},{"name":"KunPeng","email":"96916320+AdminRoc@users.noreply.github.com","commits":4}]},"readingTime":{"minutes":2.77,"words":831},"filePathRelative":"features/hutao-API.md","localizedDate":"2022年10月25日","autoDesc":true}');export{e as data};
|
||||
File diff suppressed because one or more lines are too long
@@ -1 +0,0 @@
|
||||
const e=JSON.parse('{"key":"v-0106e0dc","path":"/en/features/hutao-API.html","title":"胡桃数据库/深渊统计","lang":"en-US","frontmatter":{"headerDepth":0,"description":"胡桃工具箱提供两个主要的深境螺旋挑战统计的功能 侧栏中的深渊统计是一个旨在通过统计并展示广大玩家深境螺旋挑战数据,来帮助对原神对战系统不熟悉玩家组建队伍、通关深渊、获取奖励的功能; 侧栏中的深渊记录是一个通过保存玩家每一期深境螺旋挑战数据来帮助个人玩家回顾游戏经历及个人数据收集的统计功能; 众多的玩家通过上传个人的深渊记录来形成胡桃数据库的深渊统计数据...","head":[["meta",{"property":"og:url","content":"https://hut.ao/en/features/hutao-API.html"}],["meta",{"property":"og:site_name","content":"Snap Hutao"}],["meta",{"property":"og:title","content":"胡桃数据库/深渊统计"}],["meta",{"property":"og:description","content":"胡桃工具箱提供两个主要的深境螺旋挑战统计的功能 侧栏中的深渊统计是一个旨在通过统计并展示广大玩家深境螺旋挑战数据,来帮助对原神对战系统不熟悉玩家组建队伍、通关深渊、获取奖励的功能; 侧栏中的深渊记录是一个通过保存玩家每一期深境螺旋挑战数据来帮助个人玩家回顾游戏经历及个人数据收集的统计功能; 众多的玩家通过上传个人的深渊记录来形成胡桃数据库的深渊统计数据..."}],["meta",{"property":"og:type","content":"article"}],["meta",{"property":"og:locale","content":"en-US"}],["meta",{"property":"og:locale:alternate","content":"zh-CN"}],["meta",{"property":"og:updated_time","content":"2023-01-12T00:51:03.000Z"}],["meta",{"property":"article:modified_time","content":"2023-01-12T00:51:03.000Z"}],["script",{"type":"application/ld+json"},"{\\"@context\\":\\"https://schema.org\\",\\"@type\\":\\"Article\\",\\"headline\\":\\"胡桃数据库/深渊统计\\",\\"image\\":[\\"\\"],\\"dateModified\\":\\"2023-01-12T00:51:03.000Z\\",\\"author\\":[]}"],["link",{"rel":"alternate","hreflang":"zh-cn","href":"https://hut.ao/features/hutao-API.html"}]]},"headers":[{"level":2,"title":"查看深渊数据","slug":"查看深渊数据","link":"#查看深渊数据","children":[]},{"level":2,"title":"上传深境螺旋数据","slug":"上传深境螺旋数据","link":"#上传深境螺旋数据","children":[]}],"git":{"createdTime":1673484663000,"updatedTime":1673484663000,"contributors":[{"name":"Masterain","email":"i@irain.in","commits":1}]},"readingTime":{"minutes":2.75,"words":825},"filePathRelative":"en/features/hutao-API.md","localizedDate":"January 12, 2023","autoDesc":true}');export{e as data};
|
||||
File diff suppressed because one or more lines are too long
1
assets/hutao-settings.html-8e84b5ab.js
Normal file
1
assets/hutao-settings.html-8e84b5ab.js
Normal file
@@ -0,0 +1 @@
|
||||
const t=JSON.parse('{"key":"v-0c385e36","path":"/features/hutao-settings.html","title":"软件设置","lang":"zh-CN","frontmatter":{"headerDepth":0,"category":["功能","教程"],"description":"以下内容将以胡桃工具箱内的设置功能的条目排列顺序为介绍顺序; 关于 胡桃 胡桃工具箱的图标:您可以在胡桃的首页 (https://hut.ao/)查看它的原图; 该图像作品的作者为LOFTER@夙夜 (https://dieqi32894.lofter.com/post/4b58ce16_2b6b2d365)并由DGP-Studio (https://...","head":[["meta",{"property":"og:url","content":"https://hut.ao/features/hutao-settings.html"}],["meta",{"property":"og:site_name","content":"胡桃工具箱"}],["meta",{"property":"og:title","content":"软件设置"}],["meta",{"property":"og:description","content":"以下内容将以胡桃工具箱内的设置功能的条目排列顺序为介绍顺序; 关于 胡桃 胡桃工具箱的图标:您可以在胡桃的首页 (https://hut.ao/)查看它的原图; 该图像作品的作者为LOFTER@夙夜 (https://dieqi32894.lofter.com/post/4b58ce16_2b6b2d365)并由DGP-Studio (https://..."}],["meta",{"property":"og:type","content":"article"}],["meta",{"property":"og:locale","content":"zh-CN"}],["meta",{"property":"og:updated_time","content":"2023-01-18T19:58:16.000Z"}],["meta",{"property":"article:modified_time","content":"2023-01-18T19:58:16.000Z"}],["script",{"type":"application/ld+json"},"{\\"@context\\":\\"https://schema.org\\",\\"@type\\":\\"Article\\",\\"headline\\":\\"软件设置\\",\\"image\\":[\\"\\"],\\"dateModified\\":\\"2023-01-18T19:58:16.000Z\\",\\"author\\":[]}"]]},"headers":[{"level":2,"title":"关于 胡桃","slug":"关于-胡桃","link":"#关于-胡桃","children":[]},{"level":2,"title":"外观","slug":"外观","link":"#外观","children":[]},{"level":2,"title":"祈愿记录","slug":"祈愿记录","link":"#祈愿记录","children":[]},{"level":2,"title":"游戏","slug":"游戏","link":"#游戏","children":[]},{"level":2,"title":"测试功能","slug":"测试功能","link":"#测试功能","children":[{"level":3,"title":"米游社每日签到","slug":"米游社每日签到","link":"#米游社每日签到","children":[]}]},{"level":2,"title":"危险功能","slug":"危险功能","link":"#危险功能","children":[]}],"git":{"createdTime":1669534496000,"updatedTime":1674071896000,"contributors":[{"name":"KunPeng","email":"96916320+AdminRoc@users.noreply.github.com","commits":9},{"name":"Masterain","email":"i@irain.in","commits":4},{"name":"KunPeng","email":"wsshanchuan@yeah.net","commits":2}]},"readingTime":{"minutes":2.74,"words":821},"filePathRelative":"features/hutao-settings.md","localizedDate":"2022年11月27日","autoDesc":true}');export{t as data};
|
||||
@@ -1 +0,0 @@
|
||||
const t=JSON.parse('{"key":"v-639b3ef9","path":"/en/features/hutao-settings.html","title":"软件设置","lang":"en-US","frontmatter":{"headerDepth":0,"description":"以下内容将以胡桃工具箱内的设置功能的条目排列顺序为介绍顺序; 关于 胡桃 胡桃工具箱的图标:您可以在胡桃的首页 (https://hut.ao/)查看它的原图; 该图像作品的作者为LOFTER@夙夜 (https://dieqi32894.lofter.com/post/4b58ce16_2b6b2d365)并由DGP-Studio (https://...","head":[["meta",{"property":"og:url","content":"https://hut.ao/en/features/hutao-settings.html"}],["meta",{"property":"og:site_name","content":"Snap Hutao"}],["meta",{"property":"og:title","content":"软件设置"}],["meta",{"property":"og:description","content":"以下内容将以胡桃工具箱内的设置功能的条目排列顺序为介绍顺序; 关于 胡桃 胡桃工具箱的图标:您可以在胡桃的首页 (https://hut.ao/)查看它的原图; 该图像作品的作者为LOFTER@夙夜 (https://dieqi32894.lofter.com/post/4b58ce16_2b6b2d365)并由DGP-Studio (https://..."}],["meta",{"property":"og:type","content":"article"}],["meta",{"property":"og:locale","content":"en-US"}],["meta",{"property":"og:locale:alternate","content":"zh-CN"}],["meta",{"property":"og:updated_time","content":"2023-01-12T00:51:03.000Z"}],["meta",{"property":"article:modified_time","content":"2023-01-12T00:51:03.000Z"}],["script",{"type":"application/ld+json"},"{\\"@context\\":\\"https://schema.org\\",\\"@type\\":\\"Article\\",\\"headline\\":\\"软件设置\\",\\"image\\":[\\"\\"],\\"dateModified\\":\\"2023-01-12T00:51:03.000Z\\",\\"author\\":[]}"],["link",{"rel":"alternate","hreflang":"zh-cn","href":"https://hut.ao/features/hutao-settings.html"}]]},"headers":[{"level":2,"title":"关于 胡桃","slug":"关于-胡桃","link":"#关于-胡桃","children":[]},{"level":2,"title":"外观","slug":"外观","link":"#外观","children":[]},{"level":2,"title":"祈愿记录","slug":"祈愿记录","link":"#祈愿记录","children":[]},{"level":2,"title":"游戏","slug":"游戏","link":"#游戏","children":[]},{"level":2,"title":"测试功能","slug":"测试功能","link":"#测试功能","children":[]},{"level":2,"title":"危险功能","slug":"危险功能","link":"#危险功能","children":[]}],"git":{"createdTime":1673484663000,"updatedTime":1673484663000,"contributors":[{"name":"Masterain","email":"i@irain.in","commits":1}]},"readingTime":{"minutes":3.62,"words":1086},"filePathRelative":"en/features/hutao-settings.md","localizedDate":"January 12, 2023","autoDesc":true}');export{t as data};
|
||||
@@ -1 +0,0 @@
|
||||
const t=JSON.parse('{"key":"v-0c385e36","path":"/features/hutao-settings.html","title":"软件设置","lang":"zh-CN","frontmatter":{"headerDepth":0,"category":["功能","教程"],"description":"以下内容将以胡桃工具箱内的设置功能的条目排列顺序为介绍顺序; 关于 胡桃 胡桃工具箱的图标:您可以在胡桃的首页 (https://hut.ao/)查看它的原图; 该图像作品的作者为LOFTER@夙夜 (https://dieqi32894.lofter.com/post/4b58ce16_2b6b2d365)并由DGP-Studio (https://...","head":[["meta",{"property":"og:url","content":"https://hut.ao/features/hutao-settings.html"}],["meta",{"property":"og:site_name","content":"胡桃工具箱"}],["meta",{"property":"og:title","content":"软件设置"}],["meta",{"property":"og:description","content":"以下内容将以胡桃工具箱内的设置功能的条目排列顺序为介绍顺序; 关于 胡桃 胡桃工具箱的图标:您可以在胡桃的首页 (https://hut.ao/)查看它的原图; 该图像作品的作者为LOFTER@夙夜 (https://dieqi32894.lofter.com/post/4b58ce16_2b6b2d365)并由DGP-Studio (https://..."}],["meta",{"property":"og:type","content":"article"}],["meta",{"property":"og:locale","content":"zh-CN"}],["meta",{"property":"og:locale:alternate","content":"en-US"}],["meta",{"property":"og:updated_time","content":"2023-01-18T19:58:16.000Z"}],["meta",{"property":"article:modified_time","content":"2023-01-18T19:58:16.000Z"}],["script",{"type":"application/ld+json"},"{\\"@context\\":\\"https://schema.org\\",\\"@type\\":\\"Article\\",\\"headline\\":\\"软件设置\\",\\"image\\":[\\"\\"],\\"dateModified\\":\\"2023-01-18T19:58:16.000Z\\",\\"author\\":[]}"],["link",{"rel":"alternate","hreflang":"en-us","href":"https://hut.ao/en/features/hutao-settings.html"}]]},"headers":[{"level":2,"title":"关于 胡桃","slug":"关于-胡桃","link":"#关于-胡桃","children":[]},{"level":2,"title":"外观","slug":"外观","link":"#外观","children":[]},{"level":2,"title":"祈愿记录","slug":"祈愿记录","link":"#祈愿记录","children":[]},{"level":2,"title":"游戏","slug":"游戏","link":"#游戏","children":[]},{"level":2,"title":"测试功能","slug":"测试功能","link":"#测试功能","children":[{"level":3,"title":"米游社每日签到","slug":"米游社每日签到","link":"#米游社每日签到","children":[]}]},{"level":2,"title":"危险功能","slug":"危险功能","link":"#危险功能","children":[]}],"git":{"createdTime":1669534496000,"updatedTime":1674071896000,"contributors":[{"name":"KunPeng","email":"96916320+AdminRoc@users.noreply.github.com","commits":9},{"name":"Masterain","email":"i@irain.in","commits":4},{"name":"KunPeng","email":"wsshanchuan@yeah.net","commits":2}]},"readingTime":{"minutes":2.74,"words":821},"filePathRelative":"features/hutao-settings.md","localizedDate":"2022年11月27日","autoDesc":true}');export{t as data};
|
||||
@@ -1 +0,0 @@
|
||||
const e=JSON.parse('{"key":"v-437b37b6","path":"/development-log/","title":"Development Log","lang":"zh-CN","frontmatter":{"title":"Development Log","description":"","head":[["meta",{"property":"og:url","content":"https://hut.ao/development-log/"}],["meta",{"property":"og:site_name","content":"胡桃工具箱"}],["meta",{"property":"og:title","content":"Development Log"}],["meta",{"property":"og:type","content":"website"}],["meta",{"property":"og:locale","content":"zh-CN"}],["meta",{"property":"og:locale:alternate","content":"en-US"}],["script",{"type":"application/ld+json"},"{\\"@context\\":\\"https://schema.org\\",\\"@type\\":\\"WebPage\\",\\"name\\":\\"Development Log\\"}"],["link",{"rel":"alternate","hreflang":"en-us","href":"https://hut.ao/en/development-log/"}]]},"headers":[],"git":{},"readingTime":{"minutes":0,"words":1},"filePathRelative":null,"autoDesc":true}');export{e as data};
|
||||
@@ -1 +1 @@
|
||||
const t=JSON.parse('{"key":"v-b573819c","path":"/statements/","title":"Statements","lang":"zh-CN","frontmatter":{"title":"Statements","description":"","head":[["meta",{"property":"og:url","content":"https://hut.ao/statements/"}],["meta",{"property":"og:site_name","content":"胡桃工具箱"}],["meta",{"property":"og:title","content":"Statements"}],["meta",{"property":"og:type","content":"website"}],["meta",{"property":"og:locale","content":"zh-CN"}],["meta",{"property":"og:locale:alternate","content":"en-US"}],["script",{"type":"application/ld+json"},"{\\"@context\\":\\"https://schema.org\\",\\"@type\\":\\"WebPage\\",\\"name\\":\\"Statements\\"}"],["link",{"rel":"alternate","hreflang":"en-us","href":"https://hut.ao/en/statements/"}]]},"headers":[],"git":{},"readingTime":{"minutes":0,"words":1},"filePathRelative":null,"autoDesc":true}');export{t as data};
|
||||
const t=JSON.parse('{"key":"v-b573819c","path":"/statements/","title":"Statements","lang":"zh-CN","frontmatter":{"title":"Statements","description":"","head":[["meta",{"property":"og:url","content":"https://hut.ao/statements/"}],["meta",{"property":"og:site_name","content":"胡桃工具箱"}],["meta",{"property":"og:title","content":"Statements"}],["meta",{"property":"og:type","content":"website"}],["meta",{"property":"og:locale","content":"zh-CN"}],["script",{"type":"application/ld+json"},"{\\"@context\\":\\"https://schema.org\\",\\"@type\\":\\"WebPage\\",\\"name\\":\\"Statements\\"}"]]},"headers":[],"git":{},"readingTime":{"minutes":0,"words":1},"filePathRelative":null,"autoDesc":true}');export{t as data};
|
||||
@@ -1 +0,0 @@
|
||||
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};
|
||||
@@ -1 +0,0 @@
|
||||
const t=JSON.parse('{"key":"v-a4f9d2c4","path":"/en/statements/","title":"Statements","lang":"zh-CN","frontmatter":{"title":"Statements","description":"","head":[["meta",{"property":"og:url","content":"https://hut.ao/en/statements/"}],["meta",{"property":"og:site_name","content":"胡桃工具箱"}],["meta",{"property":"og:title","content":"Statements"}],["meta",{"property":"og:type","content":"website"}],["meta",{"property":"og:locale","content":"zh-CN"}],["script",{"type":"application/ld+json"},"{\\"@context\\":\\"https://schema.org\\",\\"@type\\":\\"WebPage\\",\\"name\\":\\"Statements\\"}"]]},"headers":[],"git":{},"readingTime":{"minutes":0,"words":1},"filePathRelative":null,"autoDesc":true}');export{t as data};
|
||||
@@ -1 +0,0 @@
|
||||
const e=JSON.parse('{"key":"v-ca0fb86c","path":"/en/development-log/","title":"Development Log","lang":"zh-CN","frontmatter":{"title":"Development Log","description":"","head":[["meta",{"property":"og:url","content":"https://hut.ao/en/development-log/"}],["meta",{"property":"og:site_name","content":"胡桃工具箱"}],["meta",{"property":"og:title","content":"Development Log"}],["meta",{"property":"og:type","content":"website"}],["meta",{"property":"og:locale","content":"zh-CN"}],["script",{"type":"application/ld+json"},"{\\"@context\\":\\"https://schema.org\\",\\"@type\\":\\"WebPage\\",\\"name\\":\\"Development Log\\"}"]]},"headers":[],"git":{},"readingTime":{"minutes":0,"words":1},"filePathRelative":null,"autoDesc":true}');export{e as data};
|
||||
@@ -1 +0,0 @@
|
||||
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};
|
||||
@@ -1 +0,0 @@
|
||||
const t=JSON.parse('{"key":"v-07470886","path":"/en/FAQ/","title":"F A Q","lang":"zh-CN","frontmatter":{"title":"F A Q","description":"","head":[["meta",{"property":"og:url","content":"https://hut.ao/en/FAQ/"}],["meta",{"property":"og:site_name","content":"胡桃工具箱"}],["meta",{"property":"og:title","content":"F A Q"}],["meta",{"property":"og:type","content":"website"}],["meta",{"property":"og:locale","content":"zh-CN"}],["script",{"type":"application/ld+json"},"{\\"@context\\":\\"https://schema.org\\",\\"@type\\":\\"WebPage\\",\\"name\\":\\"F A Q\\"}"]]},"headers":[],"git":{},"readingTime":{"minutes":0,"words":1},"filePathRelative":null,"autoDesc":true}');export{t as data};
|
||||
1
assets/index.html-5d0fb0cb.js
Normal file
1
assets/index.html-5d0fb0cb.js
Normal file
@@ -0,0 +1 @@
|
||||
const e=JSON.parse('{"key":"v-35380e8e","path":"/features/","title":"功能列表","lang":"zh-CN","frontmatter":{"description":"","head":[["meta",{"property":"og:url","content":"https://hut.ao/features/"}],["meta",{"property":"og:site_name","content":"胡桃工具箱"}],["meta",{"property":"og:title","content":"功能列表"}],["meta",{"property":"og:type","content":"article"}],["meta",{"property":"og:locale","content":"zh-CN"}],["meta",{"property":"og:updated_time","content":"2023-01-11T09:24:19.000Z"}],["meta",{"property":"article:modified_time","content":"2023-01-11T09:24:19.000Z"}],["script",{"type":"application/ld+json"},"{\\"@context\\":\\"https://schema.org\\",\\"@type\\":\\"Article\\",\\"headline\\":\\"功能列表\\",\\"image\\":[\\"\\"],\\"dateModified\\":\\"2023-01-11T09:24:19.000Z\\",\\"author\\":[]}"]]},"headers":[],"git":{"createdTime":1664419063000,"updatedTime":1673429059000,"contributors":[{"name":"Masterain","email":"i@irain.in","commits":7},{"name":"KunPeng","email":"96916320+AdminRoc@users.noreply.github.com","commits":3},{"name":"KunPeng","email":"wsshanchuan@yeah.net","commits":3}]},"readingTime":{"minutes":0.02,"words":7},"filePathRelative":"features/README.md","localizedDate":"2022年9月29日","autoDesc":true}');export{e as data};
|
||||
@@ -1 +0,0 @@
|
||||
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};
|
||||
@@ -1 +0,0 @@
|
||||
const e=JSON.parse('{"key":"v-35380e8e","path":"/features/","title":"功能列表","lang":"zh-CN","frontmatter":{"description":"","head":[["meta",{"property":"og:url","content":"https://hut.ao/features/"}],["meta",{"property":"og:site_name","content":"胡桃工具箱"}],["meta",{"property":"og:title","content":"功能列表"}],["meta",{"property":"og:type","content":"article"}],["meta",{"property":"og:locale","content":"zh-CN"}],["meta",{"property":"og:locale:alternate","content":"en-US"}],["meta",{"property":"og:updated_time","content":"2023-01-11T09:24:19.000Z"}],["meta",{"property":"article:modified_time","content":"2023-01-11T09:24:19.000Z"}],["script",{"type":"application/ld+json"},"{\\"@context\\":\\"https://schema.org\\",\\"@type\\":\\"Article\\",\\"headline\\":\\"功能列表\\",\\"image\\":[\\"\\"],\\"dateModified\\":\\"2023-01-11T09:24:19.000Z\\",\\"author\\":[]}"],["link",{"rel":"alternate","hreflang":"en-us","href":"https://hut.ao/en/features/"}]]},"headers":[],"git":{"createdTime":1664419063000,"updatedTime":1673429059000,"contributors":[{"name":"Masterain","email":"i@irain.in","commits":7},{"name":"KunPeng","email":"96916320+AdminRoc@users.noreply.github.com","commits":3},{"name":"KunPeng","email":"wsshanchuan@yeah.net","commits":3}]},"readingTime":{"minutes":0.02,"words":7},"filePathRelative":"features/README.md","localizedDate":"2022年9月29日","autoDesc":true}');export{e as data};
|
||||
@@ -1 +0,0 @@
|
||||
const t=JSON.parse('{"key":"v-74379e72","path":"/FAQ/","title":"F A Q","lang":"zh-CN","frontmatter":{"title":"F A Q","description":"","head":[["meta",{"property":"og:url","content":"https://hut.ao/FAQ/"}],["meta",{"property":"og:site_name","content":"胡桃工具箱"}],["meta",{"property":"og:title","content":"F A Q"}],["meta",{"property":"og:type","content":"website"}],["meta",{"property":"og:locale","content":"zh-CN"}],["meta",{"property":"og:locale:alternate","content":"en-US"}],["script",{"type":"application/ld+json"},"{\\"@context\\":\\"https://schema.org\\",\\"@type\\":\\"WebPage\\",\\"name\\":\\"F A Q\\"}"],["link",{"rel":"alternate","hreflang":"en-us","href":"https://hut.ao/en/FAQ/"}]]},"headers":[],"git":{},"readingTime":{"minutes":0,"words":1},"filePathRelative":null,"autoDesc":true}');export{t as data};
|
||||
1
assets/index.html-a8160138.js
Normal file
1
assets/index.html-a8160138.js
Normal file
@@ -0,0 +1 @@
|
||||
const t=JSON.parse('{"key":"v-74379e72","path":"/FAQ/","title":"F A Q","lang":"zh-CN","frontmatter":{"title":"F A Q","description":"","head":[["meta",{"property":"og:url","content":"https://hut.ao/FAQ/"}],["meta",{"property":"og:site_name","content":"胡桃工具箱"}],["meta",{"property":"og:title","content":"F A Q"}],["meta",{"property":"og:type","content":"website"}],["meta",{"property":"og:locale","content":"zh-CN"}],["script",{"type":"application/ld+json"},"{\\"@context\\":\\"https://schema.org\\",\\"@type\\":\\"WebPage\\",\\"name\\":\\"F A Q\\"}"]]},"headers":[],"git":{},"readingTime":{"minutes":0,"words":1},"filePathRelative":null,"autoDesc":true}');export{t as data};
|
||||
@@ -1 +0,0 @@
|
||||
const e=JSON.parse('{"key":"v-30f089b6","path":"/en/features/","title":"功能列表","lang":"en-US","frontmatter":{"description":"","head":[["meta",{"property":"og:url","content":"https://hut.ao/en/features/"}],["meta",{"property":"og:site_name","content":"Snap Hutao"}],["meta",{"property":"og:title","content":"功能列表"}],["meta",{"property":"og:type","content":"article"}],["meta",{"property":"og:locale","content":"en-US"}],["meta",{"property":"og:locale:alternate","content":"zh-CN"}],["meta",{"property":"og:updated_time","content":"2023-01-12T00:51:03.000Z"}],["meta",{"property":"article:modified_time","content":"2023-01-12T00:51:03.000Z"}],["script",{"type":"application/ld+json"},"{\\"@context\\":\\"https://schema.org\\",\\"@type\\":\\"Article\\",\\"headline\\":\\"功能列表\\",\\"image\\":[\\"\\"],\\"dateModified\\":\\"2023-01-12T00:51:03.000Z\\",\\"author\\":[]}"],["link",{"rel":"alternate","hreflang":"zh-cn","href":"https://hut.ao/features/"}]]},"headers":[],"git":{"createdTime":1664419063000,"updatedTime":1673484663000,"contributors":[{"name":"Masterain","email":"i@irain.in","commits":3}]},"readingTime":{"minutes":0.02,"words":7},"filePathRelative":"en/features/README.md","localizedDate":"September 29, 2022","autoDesc":true}');export{e as data};
|
||||
@@ -1 +0,0 @@
|
||||
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};
|
||||
1
assets/index.html-ffce7d23.js
Normal file
1
assets/index.html-ffce7d23.js
Normal file
@@ -0,0 +1 @@
|
||||
const e=JSON.parse('{"key":"v-437b37b6","path":"/development-log/","title":"Development Log","lang":"zh-CN","frontmatter":{"title":"Development Log","description":"","head":[["meta",{"property":"og:url","content":"https://hut.ao/development-log/"}],["meta",{"property":"og:site_name","content":"胡桃工具箱"}],["meta",{"property":"og:title","content":"Development Log"}],["meta",{"property":"og:type","content":"website"}],["meta",{"property":"og:locale","content":"zh-CN"}],["script",{"type":"application/ld+json"},"{\\"@context\\":\\"https://schema.org\\",\\"@type\\":\\"WebPage\\",\\"name\\":\\"Development Log\\"}"]]},"headers":[],"git":{},"readingTime":{"minutes":0,"words":1},"filePathRelative":null,"autoDesc":true}');export{e as data};
|
||||
@@ -1 +0,0 @@
|
||||
const e=JSON.parse('{"key":"v-c360777a","path":"/markmap.html","title":"胡桃工具箱","lang":"zh-CN","frontmatter":{"description":"米游社功能 活动公告; 帐号登录; 实时便笺; 深境螺旋; 我的深渊记录; 胡桃数据库 - 深渊数据 ; 游戏性增强 高级启动器; 祈愿记录; 成就管理; 养成计划 养成计算器; 属性统计; 角色 Wiki; 武器 Wiki;","head":[["meta",{"property":"og:url","content":"https://hut.ao/markmap.html"}],["meta",{"property":"og:site_name","content":"胡桃工具箱"}],["meta",{"property":"og:title","content":"胡桃工具箱"}],["meta",{"property":"og:description","content":"米游社功能 活动公告; 帐号登录; 实时便笺; 深境螺旋; 我的深渊记录; 胡桃数据库 - 深渊数据 ; 游戏性增强 高级启动器; 祈愿记录; 成就管理; 养成计划 养成计算器; 属性统计; 角色 Wiki; 武器 Wiki;"}],["meta",{"property":"og:type","content":"article"}],["meta",{"property":"og:locale","content":"zh-CN"}],["meta",{"property":"og:locale:alternate","content":"en-US"}],["meta",{"property":"og:updated_time","content":"2023-01-12T00:31:56.000Z"}],["meta",{"property":"article:modified_time","content":"2023-01-12T00:31:56.000Z"}],["script",{"type":"application/ld+json"},"{\\"@context\\":\\"https://schema.org\\",\\"@type\\":\\"Article\\",\\"headline\\":\\"胡桃工具箱\\",\\"image\\":[\\"\\"],\\"dateModified\\":\\"2023-01-12T00:31:56.000Z\\",\\"author\\":[]}"],["link",{"rel":"alternate","hreflang":"en-us","href":"https://hut.ao/en/markmap.html"}]]},"headers":[{"level":2,"title":"米游社功能","slug":"米游社功能","link":"#米游社功能","children":[]},{"level":2,"title":"游戏性增强","slug":"游戏性增强","link":"#游戏性增强","children":[]},{"level":2,"title":"养成计划","slug":"养成计划","link":"#养成计划","children":[]}],"git":{"createdTime":1673483516000,"updatedTime":1673483516000,"contributors":[{"name":"Masterain","email":"i@irain.in","commits":1}]},"readingTime":{"minutes":0.26,"words":78},"filePathRelative":"markmap.md","localizedDate":"2023年1月12日","autoDesc":true}');export{e as data};
|
||||
@@ -1 +0,0 @@
|
||||
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};
|
||||
1
assets/markmap.html-3825499a.js
Normal file
1
assets/markmap.html-3825499a.js
Normal file
@@ -0,0 +1 @@
|
||||
const t=JSON.parse('{"key":"v-c360777a","path":"/markmap.html","title":"胡桃工具箱","lang":"zh-CN","frontmatter":{"description":"米游社功能 活动公告; 帐号登录; 实时便笺; 深境螺旋; 我的深渊记录; 胡桃数据库 - 深渊数据 ; 游戏性增强 高级启动器; 祈愿记录; 成就管理; 养成计划 养成计算器; 属性统计; 角色 Wiki; 武器 Wiki;","head":[["meta",{"property":"og:url","content":"https://hut.ao/markmap.html"}],["meta",{"property":"og:site_name","content":"胡桃工具箱"}],["meta",{"property":"og:title","content":"胡桃工具箱"}],["meta",{"property":"og:description","content":"米游社功能 活动公告; 帐号登录; 实时便笺; 深境螺旋; 我的深渊记录; 胡桃数据库 - 深渊数据 ; 游戏性增强 高级启动器; 祈愿记录; 成就管理; 养成计划 养成计算器; 属性统计; 角色 Wiki; 武器 Wiki;"}],["meta",{"property":"og:type","content":"article"}],["meta",{"property":"og:locale","content":"zh-CN"}],["meta",{"property":"og:updated_time","content":"2023-01-12T00:31:56.000Z"}],["meta",{"property":"article:modified_time","content":"2023-01-12T00:31:56.000Z"}],["script",{"type":"application/ld+json"},"{\\"@context\\":\\"https://schema.org\\",\\"@type\\":\\"Article\\",\\"headline\\":\\"胡桃工具箱\\",\\"image\\":[\\"\\"],\\"dateModified\\":\\"2023-01-12T00:31:56.000Z\\",\\"author\\":[]}"]]},"headers":[{"level":2,"title":"米游社功能","slug":"米游社功能","link":"#米游社功能","children":[]},{"level":2,"title":"游戏性增强","slug":"游戏性增强","link":"#游戏性增强","children":[]},{"level":2,"title":"养成计划","slug":"养成计划","link":"#养成计划","children":[]}],"git":{"createdTime":1673483516000,"updatedTime":1673483516000,"contributors":[{"name":"Masterain","email":"i@irain.in","commits":1}]},"readingTime":{"minutes":0.26,"words":78},"filePathRelative":"markmap.md","localizedDate":"2023年1月12日","autoDesc":true}');export{t as data};
|
||||
@@ -1 +0,0 @@
|
||||
const e=JSON.parse('{"key":"v-c4a44b52","path":"/en/markmap.html","title":"胡桃工具箱","lang":"en-US","frontmatter":{"description":"米游社功能 活动公告; 帐号登录; 实时便笺; 深境螺旋; 我的深渊记录; 胡桃数据库 - 深渊数据 ; 游戏性增强 高级启动器; 祈愿记录; 成就管理; 养成计划 养成计算器; 属性统计; 角色 Wiki; 武器 Wiki;","head":[["meta",{"property":"og:url","content":"https://hut.ao/en/markmap.html"}],["meta",{"property":"og:site_name","content":"Snap Hutao"}],["meta",{"property":"og:title","content":"胡桃工具箱"}],["meta",{"property":"og:description","content":"米游社功能 活动公告; 帐号登录; 实时便笺; 深境螺旋; 我的深渊记录; 胡桃数据库 - 深渊数据 ; 游戏性增强 高级启动器; 祈愿记录; 成就管理; 养成计划 养成计算器; 属性统计; 角色 Wiki; 武器 Wiki;"}],["meta",{"property":"og:type","content":"article"}],["meta",{"property":"og:locale","content":"en-US"}],["meta",{"property":"og:locale:alternate","content":"zh-CN"}],["meta",{"property":"og:updated_time","content":"2023-01-12T00:51:03.000Z"}],["meta",{"property":"article:modified_time","content":"2023-01-12T00:51:03.000Z"}],["script",{"type":"application/ld+json"},"{\\"@context\\":\\"https://schema.org\\",\\"@type\\":\\"Article\\",\\"headline\\":\\"胡桃工具箱\\",\\"image\\":[\\"\\"],\\"dateModified\\":\\"2023-01-12T00:51:03.000Z\\",\\"author\\":[]}"],["link",{"rel":"alternate","hreflang":"zh-cn","href":"https://hut.ao/markmap.html"}]]},"headers":[{"level":2,"title":"米游社功能","slug":"米游社功能","link":"#米游社功能","children":[]},{"level":2,"title":"游戏性增强","slug":"游戏性增强","link":"#游戏性增强","children":[]},{"level":2,"title":"养成计划","slug":"养成计划","link":"#养成计划","children":[]}],"git":{"createdTime":1673484663000,"updatedTime":1673484663000,"contributors":[{"name":"Masterain","email":"i@irain.in","commits":1}]},"readingTime":{"minutes":0.26,"words":78},"filePathRelative":"en/markmap.md","localizedDate":"January 12, 2023","autoDesc":true}');export{e as data};
|
||||
@@ -1 +1 @@
|
||||
import{_ as r}from"./app-5ee57a9d.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};
|
||||
import{_ as r}from"./app-ef09c392.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};
|
||||
@@ -1 +1 @@
|
||||
const t=JSON.parse('{"key":"v-3e40bb9d","path":"/features/mhy-account-switch.html","title":"米游社多帐号切换","lang":"zh-CN","frontmatter":{"headerDepth":0,"category":["功能","教程"],"description":"本文档所描述的帐号切换指的是用于获取游戏数据的米游社帐号,不是原神游戏内的帐号; 在使用本功能前,你需要使用官方的米游社 App 登录你的帐号以初始化你的米游社功能; 如果在胡桃中登录的帐号名称格式为 user_123456789 则其有可能没有被初始化; !多帐号管理样图 (https://img.alicdn.com/imgextra/i4/179...","head":[["meta",{"property":"og:url","content":"https://hut.ao/features/mhy-account-switch.html"}],["meta",{"property":"og:site_name","content":"胡桃工具箱"}],["meta",{"property":"og:title","content":"米游社多帐号切换"}],["meta",{"property":"og:description","content":"本文档所描述的帐号切换指的是用于获取游戏数据的米游社帐号,不是原神游戏内的帐号; 在使用本功能前,你需要使用官方的米游社 App 登录你的帐号以初始化你的米游社功能; 如果在胡桃中登录的帐号名称格式为 user_123456789 则其有可能没有被初始化; !多帐号管理样图 (https://img.alicdn.com/imgextra/i4/179..."}],["meta",{"property":"og:type","content":"article"}],["meta",{"property":"og:locale","content":"zh-CN"}],["meta",{"property":"og:locale:alternate","content":"en-US"}],["meta",{"property":"og:updated_time","content":"2023-01-14T23:48:49.000Z"}],["meta",{"property":"article:modified_time","content":"2023-01-14T23:48:49.000Z"}],["script",{"type":"application/ld+json"},"{\\"@context\\":\\"https://schema.org\\",\\"@type\\":\\"Article\\",\\"headline\\":\\"米游社多帐号切换\\",\\"image\\":[\\"\\"],\\"dateModified\\":\\"2023-01-14T23:48:49.000Z\\",\\"author\\":[]}"],["link",{"rel":"alternate","hreflang":"en-us","href":"https://hut.ao/en/features/mhy-account-switch.html"}]]},"headers":[],"git":{"createdTime":1666068719000,"updatedTime":1673740129000,"contributors":[{"name":"KunPeng","email":"96916320+AdminRoc@users.noreply.github.com","commits":12},{"name":"Masterain","email":"i@irain.in","commits":6},{"name":"KunPeng","email":"wsshanchuan@yeah.net","commits":2},{"name":"Roc.K","email":"96916320+AdminRoc@users.noreply.github.com","commits":1}]},"readingTime":{"minutes":1.77,"words":532},"filePathRelative":"features/mhy-account-switch.md","localizedDate":"2022年10月18日","autoDesc":true}');export{t as data};
|
||||
const t=JSON.parse('{"key":"v-3e40bb9d","path":"/features/mhy-account-switch.html","title":"米游社多帐号切换","lang":"zh-CN","frontmatter":{"headerDepth":0,"category":["功能","教程"],"description":"本文档所描述的帐号切换指的是用于获取游戏数据的米游社帐号,不是原神游戏内的帐号; 在使用本功能前,你需要使用官方的米游社 App 登录你的帐号以初始化你的米游社功能; 如果在胡桃中登录的帐号名称格式为 user_123456789 则其有可能没有被初始化; !多帐号管理样图 (https://img.alicdn.com/imgextra/i4/179...","head":[["meta",{"property":"og:url","content":"https://hut.ao/features/mhy-account-switch.html"}],["meta",{"property":"og:site_name","content":"胡桃工具箱"}],["meta",{"property":"og:title","content":"米游社多帐号切换"}],["meta",{"property":"og:description","content":"本文档所描述的帐号切换指的是用于获取游戏数据的米游社帐号,不是原神游戏内的帐号; 在使用本功能前,你需要使用官方的米游社 App 登录你的帐号以初始化你的米游社功能; 如果在胡桃中登录的帐号名称格式为 user_123456789 则其有可能没有被初始化; !多帐号管理样图 (https://img.alicdn.com/imgextra/i4/179..."}],["meta",{"property":"og:type","content":"article"}],["meta",{"property":"og:locale","content":"zh-CN"}],["meta",{"property":"og:updated_time","content":"2023-01-14T23:48:49.000Z"}],["meta",{"property":"article:modified_time","content":"2023-01-14T23:48:49.000Z"}],["script",{"type":"application/ld+json"},"{\\"@context\\":\\"https://schema.org\\",\\"@type\\":\\"Article\\",\\"headline\\":\\"米游社多帐号切换\\",\\"image\\":[\\"\\"],\\"dateModified\\":\\"2023-01-14T23:48:49.000Z\\",\\"author\\":[]}"]]},"headers":[],"git":{"createdTime":1666068719000,"updatedTime":1673740129000,"contributors":[{"name":"KunPeng","email":"96916320+AdminRoc@users.noreply.github.com","commits":12},{"name":"Masterain","email":"i@irain.in","commits":6},{"name":"KunPeng","email":"wsshanchuan@yeah.net","commits":2},{"name":"Roc.K","email":"96916320+AdminRoc@users.noreply.github.com","commits":1}]},"readingTime":{"minutes":1.77,"words":532},"filePathRelative":"features/mhy-account-switch.md","localizedDate":"2022年10月18日","autoDesc":true}');export{t as data};
|
||||
@@ -1 +0,0 @@
|
||||
const t=JSON.parse('{"key":"v-03aaffb1","path":"/en/features/mhy-account-switch.html","title":"米游社多帐号切换","lang":"en-US","frontmatter":{"headerDepth":0,"description":"本文档所描述的帐号切换指的是用于获取游戏数据的米游社帐号,不是原神游戏内的帐号 !多帐号管理样图 (https://img.alicdn.com/imgextra/i4/1797064093/O1CN01tRs9NH1g6du1XgyDZ_!!1797064093.png) 你可以在程序主界面的左下角,设置按钮的上方找到帐号菜单,以管理你在胡桃工具箱中...","head":[["meta",{"property":"og:url","content":"https://hut.ao/en/features/mhy-account-switch.html"}],["meta",{"property":"og:site_name","content":"Snap Hutao"}],["meta",{"property":"og:title","content":"米游社多帐号切换"}],["meta",{"property":"og:description","content":"本文档所描述的帐号切换指的是用于获取游戏数据的米游社帐号,不是原神游戏内的帐号 !多帐号管理样图 (https://img.alicdn.com/imgextra/i4/1797064093/O1CN01tRs9NH1g6du1XgyDZ_!!1797064093.png) 你可以在程序主界面的左下角,设置按钮的上方找到帐号菜单,以管理你在胡桃工具箱中..."}],["meta",{"property":"og:type","content":"article"}],["meta",{"property":"og:locale","content":"en-US"}],["meta",{"property":"og:locale:alternate","content":"zh-CN"}],["meta",{"property":"og:updated_time","content":"2023-01-12T13:00:45.000Z"}],["meta",{"property":"article:modified_time","content":"2023-01-12T13:00:45.000Z"}],["script",{"type":"application/ld+json"},"{\\"@context\\":\\"https://schema.org\\",\\"@type\\":\\"Article\\",\\"headline\\":\\"米游社多帐号切换\\",\\"image\\":[\\"\\"],\\"dateModified\\":\\"2023-01-12T13:00:45.000Z\\",\\"author\\":[]}"],["link",{"rel":"alternate","hreflang":"zh-cn","href":"https://hut.ao/features/mhy-account-switch.html"}]]},"headers":[],"git":{"createdTime":1673484663000,"updatedTime":1673528445000,"contributors":[{"name":"Masterain","email":"i@irain.in","commits":2}]},"readingTime":{"minutes":1.54,"words":462},"filePathRelative":"en/features/mhy-account-switch.md","localizedDate":"January 12, 2023","autoDesc":true}');export{t as data};
|
||||
@@ -1 +0,0 @@
|
||||
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};
|
||||
@@ -1 +0,0 @@
|
||||
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>当胡桃工具箱返回"账号有风险,请前往米游社查看"、"请求异常,请前往米游社对应功能页面查看"、"无感验证失败,请前往「米游社我的角色实时便笺」页面查看 "等错误提示时,代表当前的操作被米游社的验证系统所阻挡</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};
|
||||
@@ -1 +0,0 @@
|
||||
const t=JSON.parse('{"key":"v-0744e30e","path":"/en/FAQ/mihoyo-risk-tip.html","title":"账号风险及异常提示","lang":"en-US","frontmatter":{"headerDepth":0,"description":"image image 当胡桃工具箱返回\\"账号有风险,请前往米游社查看\\"、\\"请求异常,请前往米游社对应功能页面查看\\"、\\"无感验证失败,请前往「米游社我的角色实时便笺」页面查看; \\"等错误提示时,代表当前的操作被米游社的验证系统所阻挡 解决方式; 使用手机打开米游社App; 点击我的; 点击个人主页; 点击我的角色下方的角色标签; 点击全部角色; 或可以...","head":[["meta",{"property":"og:url","content":"https://hut.ao/en/FAQ/mihoyo-risk-tip.html"}],["meta",{"property":"og:site_name","content":"Snap Hutao"}],["meta",{"property":"og:title","content":"账号风险及异常提示"}],["meta",{"property":"og:description","content":"image image 当胡桃工具箱返回\\"账号有风险,请前往米游社查看\\"、\\"请求异常,请前往米游社对应功能页面查看\\"、\\"无感验证失败,请前往「米游社我的角色实时便笺」页面查看; \\"等错误提示时,代表当前的操作被米游社的验证系统所阻挡 解决方式; 使用手机打开米游社App; 点击我的; 点击个人主页; 点击我的角色下方的角色标签; 点击全部角色; 或可以..."}],["meta",{"property":"og:type","content":"article"}],["meta",{"property":"og:locale","content":"en-US"}],["meta",{"property":"og:locale:alternate","content":"zh-CN"}],["meta",{"property":"og:updated_time","content":"2023-01-12T00:51:03.000Z"}],["meta",{"property":"article:modified_time","content":"2023-01-12T00:51:03.000Z"}],["script",{"type":"application/ld+json"},"{\\"@context\\":\\"https://schema.org\\",\\"@type\\":\\"Article\\",\\"headline\\":\\"账号风险及异常提示\\",\\"image\\":[\\"\\"],\\"dateModified\\":\\"2023-01-12T00:51:03.000Z\\",\\"author\\":[]}"],["link",{"rel":"alternate","hreflang":"zh-cn","href":"https://hut.ao/FAQ/mihoyo-risk-tip.html"}]]},"headers":[],"git":{"createdTime":1673484663000,"updatedTime":1673484663000,"contributors":[{"name":"Masterain","email":"i@irain.in","commits":1}]},"readingTime":{"minutes":1.47,"words":441},"filePathRelative":"en/FAQ/mihoyo-risk-tip.md","localizedDate":"January 12, 2023","autoDesc":true}');export{t as data};
|
||||
@@ -1 +1 @@
|
||||
const e=JSON.parse('{"key":"v-401b4afa","path":"/FAQ/mihoyo-risk-tip.html","title":"账号风险及异常提示","lang":"zh-CN","frontmatter":{"headerDepth":0,"category":["FAQ"],"description":"image image 当胡桃工具箱返回\\"账号有风险,请前往米游社查看\\"、\\"请求异常,请前往米游社对应功能页面查看\\"、\\"无感验证失败,请前往「米游社我的角色实时便笺」页面查看; \\"等错误提示时,代表当前的操作被米游社的验证系统所阻挡 解决方式; 使用手机打开米游社App; 点击我的; 点击个人主页; 点击我的角色下方的角色标签; 点击全部角色; 或可以...","head":[["meta",{"property":"og:url","content":"https://hut.ao/FAQ/mihoyo-risk-tip.html"}],["meta",{"property":"og:site_name","content":"胡桃工具箱"}],["meta",{"property":"og:title","content":"账号风险及异常提示"}],["meta",{"property":"og:description","content":"image image 当胡桃工具箱返回\\"账号有风险,请前往米游社查看\\"、\\"请求异常,请前往米游社对应功能页面查看\\"、\\"无感验证失败,请前往「米游社我的角色实时便笺」页面查看; \\"等错误提示时,代表当前的操作被米游社的验证系统所阻挡 解决方式; 使用手机打开米游社App; 点击我的; 点击个人主页; 点击我的角色下方的角色标签; 点击全部角色; 或可以..."}],["meta",{"property":"og:type","content":"article"}],["meta",{"property":"og:locale","content":"zh-CN"}],["meta",{"property":"og:locale:alternate","content":"en-US"}],["meta",{"property":"og:updated_time","content":"2023-01-12T13:18:04.000Z"}],["meta",{"property":"article:modified_time","content":"2023-01-12T13:18:04.000Z"}],["script",{"type":"application/ld+json"},"{\\"@context\\":\\"https://schema.org\\",\\"@type\\":\\"Article\\",\\"headline\\":\\"账号风险及异常提示\\",\\"image\\":[\\"\\"],\\"dateModified\\":\\"2023-01-12T13:18:04.000Z\\",\\"author\\":[]}"],["link",{"rel":"alternate","hreflang":"en-us","href":"https://hut.ao/en/FAQ/mihoyo-risk-tip.html"}]]},"headers":[],"git":{"createdTime":1668162396000,"updatedTime":1673529484000,"contributors":[{"name":"KunPeng","email":"96916320+AdminRoc@users.noreply.github.com","commits":6},{"name":"KunPeng","email":"wsshanchuan@yeah.net","commits":1},{"name":"Masterain","email":"i@irain.in","commits":1}]},"readingTime":{"minutes":1.48,"words":443},"filePathRelative":"FAQ/mihoyo-risk-tip.md","localizedDate":"2022年11月11日","autoDesc":true}');export{e as data};
|
||||
const e=JSON.parse('{"key":"v-401b4afa","path":"/FAQ/mihoyo-risk-tip.html","title":"账号风险及异常提示","lang":"zh-CN","frontmatter":{"headerDepth":0,"category":["FAQ"],"description":"image image 当胡桃工具箱返回\\"账号有风险,请前往米游社查看\\"、\\"请求异常,请前往米游社对应功能页面查看\\"、\\"无感验证失败,请前往「米游社我的角色实时便笺」页面查看; \\"等错误提示时,代表当前的操作被米游社的验证系统所阻挡 解决方式; 使用手机打开米游社App; 点击我的; 点击个人主页; 点击我的角色下方的角色标签; 点击全部角色; 或可以...","head":[["meta",{"property":"og:url","content":"https://hut.ao/FAQ/mihoyo-risk-tip.html"}],["meta",{"property":"og:site_name","content":"胡桃工具箱"}],["meta",{"property":"og:title","content":"账号风险及异常提示"}],["meta",{"property":"og:description","content":"image image 当胡桃工具箱返回\\"账号有风险,请前往米游社查看\\"、\\"请求异常,请前往米游社对应功能页面查看\\"、\\"无感验证失败,请前往「米游社我的角色实时便笺」页面查看; \\"等错误提示时,代表当前的操作被米游社的验证系统所阻挡 解决方式; 使用手机打开米游社App; 点击我的; 点击个人主页; 点击我的角色下方的角色标签; 点击全部角色; 或可以..."}],["meta",{"property":"og:type","content":"article"}],["meta",{"property":"og:locale","content":"zh-CN"}],["meta",{"property":"og:updated_time","content":"2023-01-12T13:18:04.000Z"}],["meta",{"property":"article:modified_time","content":"2023-01-12T13:18:04.000Z"}],["script",{"type":"application/ld+json"},"{\\"@context\\":\\"https://schema.org\\",\\"@type\\":\\"Article\\",\\"headline\\":\\"账号风险及异常提示\\",\\"image\\":[\\"\\"],\\"dateModified\\":\\"2023-01-12T13:18:04.000Z\\",\\"author\\":[]}"]]},"headers":[],"git":{"createdTime":1668162396000,"updatedTime":1673529484000,"contributors":[{"name":"KunPeng","email":"96916320+AdminRoc@users.noreply.github.com","commits":6},{"name":"KunPeng","email":"wsshanchuan@yeah.net","commits":1},{"name":"Masterain","email":"i@irain.in","commits":1}]},"readingTime":{"minutes":1.48,"words":443},"filePathRelative":"FAQ/mihoyo-risk-tip.md","localizedDate":"2022年11月11日","autoDesc":true}');export{e as data};
|
||||
@@ -1 +1 @@
|
||||
const t=JSON.parse('{"key":"v-6730cc6c","path":"/statements/privacy-notice.html","title":"用户数据和隐私权益","lang":"zh-CN","frontmatter":{"headerDepth":0,"category":["公告"],"description":"胡桃工具箱充分尊重用户的隐私,目前我们会按下方的说明使用用户的数据: 使用胡桃后,在 数据目录 中以数据库文件的形式; 储存; 米游社 Cookie; 胡桃的软件设置信息; 全部的用户数据; 使用胡桃主程序时,胡桃会因开发和统计为目的匿名化地收集程序意外停止或出错时抛出的日志,包括:; 用户设备 ID; 错误与崩溃日志; 用户活跃数据统计信息; 使用 ...","head":[["meta",{"property":"og:url","content":"https://hut.ao/statements/privacy-notice.html"}],["meta",{"property":"og:site_name","content":"胡桃工具箱"}],["meta",{"property":"og:title","content":"用户数据和隐私权益"}],["meta",{"property":"og:description","content":"胡桃工具箱充分尊重用户的隐私,目前我们会按下方的说明使用用户的数据: 使用胡桃后,在 数据目录 中以数据库文件的形式; 储存; 米游社 Cookie; 胡桃的软件设置信息; 全部的用户数据; 使用胡桃主程序时,胡桃会因开发和统计为目的匿名化地收集程序意外停止或出错时抛出的日志,包括:; 用户设备 ID; 错误与崩溃日志; 用户活跃数据统计信息; 使用 ..."}],["meta",{"property":"og:type","content":"article"}],["meta",{"property":"og:locale","content":"zh-CN"}],["meta",{"property":"og:locale:alternate","content":"en-US"}],["meta",{"property":"og:updated_time","content":"2023-01-12T13:18:04.000Z"}],["meta",{"property":"article:modified_time","content":"2023-01-12T13:18:04.000Z"}],["script",{"type":"application/ld+json"},"{\\"@context\\":\\"https://schema.org\\",\\"@type\\":\\"Article\\",\\"headline\\":\\"用户数据和隐私权益\\",\\"image\\":[\\"\\"],\\"dateModified\\":\\"2023-01-12T13:18:04.000Z\\",\\"author\\":[]}"],["link",{"rel":"alternate","hreflang":"en-us","href":"https://hut.ao/en/statements/privacy-notice.html"}]]},"headers":[],"git":{"createdTime":1673421473000,"updatedTime":1673529484000,"contributors":[{"name":"Masterain","email":"i@irain.in","commits":2}]},"readingTime":{"minutes":0.73,"words":219},"filePathRelative":"statements/privacy-notice.md","localizedDate":"2023年1月11日","autoDesc":true}');export{t as data};
|
||||
const t=JSON.parse('{"key":"v-6730cc6c","path":"/statements/privacy-notice.html","title":"用户数据和隐私权益","lang":"zh-CN","frontmatter":{"headerDepth":0,"category":["公告"],"description":"胡桃工具箱充分尊重用户的隐私,目前我们会按下方的说明使用用户的数据: 使用胡桃后,在 数据目录 中以数据库文件的形式; 储存; 米游社 Cookie; 胡桃的软件设置信息; 全部的用户数据; 使用胡桃主程序时,胡桃会因开发和统计为目的匿名化地收集程序意外停止或出错时抛出的日志,包括:; 用户设备 ID; 错误与崩溃日志; 用户活跃数据统计信息; 使用 ...","head":[["meta",{"property":"og:url","content":"https://hut.ao/statements/privacy-notice.html"}],["meta",{"property":"og:site_name","content":"胡桃工具箱"}],["meta",{"property":"og:title","content":"用户数据和隐私权益"}],["meta",{"property":"og:description","content":"胡桃工具箱充分尊重用户的隐私,目前我们会按下方的说明使用用户的数据: 使用胡桃后,在 数据目录 中以数据库文件的形式; 储存; 米游社 Cookie; 胡桃的软件设置信息; 全部的用户数据; 使用胡桃主程序时,胡桃会因开发和统计为目的匿名化地收集程序意外停止或出错时抛出的日志,包括:; 用户设备 ID; 错误与崩溃日志; 用户活跃数据统计信息; 使用 ..."}],["meta",{"property":"og:type","content":"article"}],["meta",{"property":"og:locale","content":"zh-CN"}],["meta",{"property":"og:updated_time","content":"2023-01-12T13:18:04.000Z"}],["meta",{"property":"article:modified_time","content":"2023-01-12T13:18:04.000Z"}],["script",{"type":"application/ld+json"},"{\\"@context\\":\\"https://schema.org\\",\\"@type\\":\\"Article\\",\\"headline\\":\\"用户数据和隐私权益\\",\\"image\\":[\\"\\"],\\"dateModified\\":\\"2023-01-12T13:18:04.000Z\\",\\"author\\":[]}"]]},"headers":[],"git":{"createdTime":1673421473000,"updatedTime":1673529484000,"contributors":[{"name":"Masterain","email":"i@irain.in","commits":2}]},"readingTime":{"minutes":0.73,"words":219},"filePathRelative":"statements/privacy-notice.md","localizedDate":"2023年1月11日","autoDesc":true}');export{t as data};
|
||||
@@ -1 +0,0 @@
|
||||
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};
|
||||
@@ -1 +0,0 @@
|
||||
const t=JSON.parse('{"key":"v-b4085a44","path":"/en/statements/privacy-notice.html","title":"用户数据和隐私权益","lang":"en-US","frontmatter":{"description":"胡桃工具箱充分尊重用户的隐私,目前我们会按下方的说明使用用户的数据: 使用胡桃后,在 数据目录 中以数据库文件的形式; 储存; 米游社 Cookie; 胡桃的软件设置信息; 全部的用户数据; 使用胡桃主程序时,胡桃会因开发和统计为目的匿名化地收集程序意外停止或出错时抛出的日志,包括:; 用户设备 ID; 错误与崩溃日志; 用户活跃数据统计信息; 使用 ...","head":[["meta",{"property":"og:url","content":"https://hut.ao/en/statements/privacy-notice.html"}],["meta",{"property":"og:site_name","content":"Snap Hutao"}],["meta",{"property":"og:title","content":"用户数据和隐私权益"}],["meta",{"property":"og:description","content":"胡桃工具箱充分尊重用户的隐私,目前我们会按下方的说明使用用户的数据: 使用胡桃后,在 数据目录 中以数据库文件的形式; 储存; 米游社 Cookie; 胡桃的软件设置信息; 全部的用户数据; 使用胡桃主程序时,胡桃会因开发和统计为目的匿名化地收集程序意外停止或出错时抛出的日志,包括:; 用户设备 ID; 错误与崩溃日志; 用户活跃数据统计信息; 使用 ..."}],["meta",{"property":"og:type","content":"article"}],["meta",{"property":"og:locale","content":"en-US"}],["meta",{"property":"og:locale:alternate","content":"zh-CN"}],["meta",{"property":"og:updated_time","content":"2023-01-12T00:51:03.000Z"}],["meta",{"property":"article:modified_time","content":"2023-01-12T00:51:03.000Z"}],["script",{"type":"application/ld+json"},"{\\"@context\\":\\"https://schema.org\\",\\"@type\\":\\"Article\\",\\"headline\\":\\"用户数据和隐私权益\\",\\"image\\":[\\"\\"],\\"dateModified\\":\\"2023-01-12T00:51:03.000Z\\",\\"author\\":[]}"],["link",{"rel":"alternate","hreflang":"zh-cn","href":"https://hut.ao/statements/privacy-notice.html"}]]},"headers":[],"git":{"createdTime":1673484663000,"updatedTime":1673484663000,"contributors":[{"name":"Masterain","email":"i@irain.in","commits":1}]},"readingTime":{"minutes":0.71,"words":214},"filePathRelative":"en/statements/privacy-notice.md","localizedDate":"January 12, 2023","autoDesc":true}');export{t as data};
|
||||
File diff suppressed because one or more lines are too long
1
assets/project.html-9bfa1e4e.js
Normal file
1
assets/project.html-9bfa1e4e.js
Normal file
File diff suppressed because one or more lines are too long
@@ -1 +0,0 @@
|
||||
const e=JSON.parse('{"key":"v-586858ed","path":"/en/project.html","title":"项目说明","lang":"en-US","frontmatter":{"description":"胡桃工具箱是一个正在开发的程序,其将继承 Snap Genshin 中的功能,并添加更多的功能。 功能迁移 已经完成迁移的功能将会在本站文档中提供指导说明,功能迁移和开发进度可以参阅下方 [x] 米游社公告首页; [x] 米游社帐号管理; [x] 游戏启动器; [x] 祈愿记录; [ ] WIKI - 日常材料; 将整合进养成计划; [ ] WIKI ...","head":[["meta",{"property":"og:url","content":"https://hut.ao/en/project.html"}],["meta",{"property":"og:site_name","content":"Snap Hutao"}],["meta",{"property":"og:title","content":"项目说明"}],["meta",{"property":"og:description","content":"胡桃工具箱是一个正在开发的程序,其将继承 Snap Genshin 中的功能,并添加更多的功能。 功能迁移 已经完成迁移的功能将会在本站文档中提供指导说明,功能迁移和开发进度可以参阅下方 [x] 米游社公告首页; [x] 米游社帐号管理; [x] 游戏启动器; [x] 祈愿记录; [ ] WIKI - 日常材料; 将整合进养成计划; [ ] WIKI ..."}],["meta",{"property":"og:type","content":"article"}],["meta",{"property":"og:locale","content":"en-US"}],["meta",{"property":"og:locale:alternate","content":"zh-CN"}],["meta",{"property":"og:updated_time","content":"2023-01-12T00:51:03.000Z"}],["meta",{"property":"article:modified_time","content":"2023-01-12T00:51:03.000Z"}],["script",{"type":"application/ld+json"},"{\\"@context\\":\\"https://schema.org\\",\\"@type\\":\\"Article\\",\\"headline\\":\\"项目说明\\",\\"image\\":[\\"\\"],\\"dateModified\\":\\"2023-01-12T00:51:03.000Z\\",\\"author\\":[]}"],["link",{"rel":"alternate","hreflang":"zh-cn","href":"https://hut.ao/project.html"}]]},"headers":[{"level":2,"title":"功能迁移","slug":"功能迁移","link":"#功能迁移","children":[]},{"level":2,"title":"新增功能","slug":"新增功能","link":"#新增功能","children":[]}],"git":{"createdTime":1664329604000,"updatedTime":1673484663000,"contributors":[{"name":"Masterain","email":"i@irain.in","commits":2}]},"readingTime":{"minutes":0.83,"words":250},"filePathRelative":"en/project.md","localizedDate":"September 28, 2022","autoDesc":true}');export{e as data};
|
||||
File diff suppressed because one or more lines are too long
1
assets/quick-start.html-71fd557f.js
Normal file
1
assets/quick-start.html-71fd557f.js
Normal file
@@ -0,0 +1 @@
|
||||
const e=JSON.parse('{"key":"v-96f5eae0","path":"/quick-start.html","title":"快速开始","lang":"zh-CN","frontmatter":{"pageClass":"link-box","externalLinkIcon":false,"category":["功能","教程"],"description":"若您已下载或使用胡桃工具箱,即表示你已阅读并完全同意用户使用协议与法律声明 (/statements/tos.md) include(star-request.md) 视频指南 对于大多数人而言,遵循本页文档会有更高的效率。 但如果你对其中包含的操作不熟悉,也可以回到这里来跟着视频指南操作。胡桃工具箱视频指南 - 下载/安装/卸载篇 最低系统要求 要求...","head":[["meta",{"property":"og:url","content":"https://hut.ao/quick-start.html"}],["meta",{"property":"og:site_name","content":"胡桃工具箱"}],["meta",{"property":"og:title","content":"快速开始"}],["meta",{"property":"og:description","content":"若您已下载或使用胡桃工具箱,即表示你已阅读并完全同意用户使用协议与法律声明 (/statements/tos.md) include(star-request.md) 视频指南 对于大多数人而言,遵循本页文档会有更高的效率。 但如果你对其中包含的操作不熟悉,也可以回到这里来跟着视频指南操作。胡桃工具箱视频指南 - 下载/安装/卸载篇 最低系统要求 要求..."}],["meta",{"property":"og:type","content":"article"}],["meta",{"property":"og:locale","content":"zh-CN"}],["meta",{"property":"og:updated_time","content":"2023-01-23T01:37:16.000Z"}],["meta",{"property":"article:modified_time","content":"2023-01-23T01:37:16.000Z"}],["script",{"type":"application/ld+json"},"{\\"@context\\":\\"https://schema.org\\",\\"@type\\":\\"Article\\",\\"headline\\":\\"快速开始\\",\\"image\\":[\\"\\"],\\"dateModified\\":\\"2023-01-23T01:37:16.000Z\\",\\"author\\":[]}"]]},"headers":[{"level":2,"title":"视频指南","slug":"视频指南","link":"#视频指南","children":[]},{"level":2,"title":"最低系统要求","slug":"最低系统要求","link":"#最低系统要求","children":[]},{"level":2,"title":"下载胡桃工具箱","slug":"下载胡桃工具箱","link":"#下载胡桃工具箱","children":[]},{"level":2,"title":"安装胡桃工具箱","slug":"安装胡桃工具箱","link":"#安装胡桃工具箱","children":[{"level":3,"title":"通用安装方式","slug":"通用安装方式","link":"#通用安装方式","children":[]},{"level":3,"title":"小白级安装方式","slug":"小白级安装方式","link":"#小白级安装方式","children":[]}]},{"level":2,"title":"升级胡桃工具箱","slug":"升级胡桃工具箱","link":"#升级胡桃工具箱","children":[]},{"level":2,"title":"卸载胡桃工具箱","slug":"卸载胡桃工具箱","link":"#卸载胡桃工具箱","children":[]}],"git":{"createdTime":1664329604000,"updatedTime":1674437836000,"contributors":[{"name":"Masterain","email":"i@irain.in","commits":11},{"name":"KunPeng","email":"96916320+AdminRoc@users.noreply.github.com","commits":9},{"name":"Roc.K","email":"96916320+AdminRoc@users.noreply.github.com","commits":7},{"name":"DismissedLight","email":"1686188646@qq.com","commits":1},{"name":"KunPeng","email":"wsshanchuan@yeah.net","commits":1}]},"readingTime":{"minutes":2.12,"words":636},"filePathRelative":"quick-start.md","localizedDate":"2022年9月28日","autoDesc":true}');export{e as data};
|
||||
@@ -1 +0,0 @@
|
||||
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};
|
||||
@@ -1 +0,0 @@
|
||||
const e=JSON.parse('{"key":"v-96f5eae0","path":"/quick-start.html","title":"快速开始","lang":"zh-CN","frontmatter":{"pageClass":"link-box","externalLinkIcon":false,"category":["功能","教程"],"description":"若您已下载或使用胡桃工具箱,即表示你已阅读并完全同意用户使用协议与法律声明 (/statements/tos.md) include(star-request.md) 视频指南 对于大多数人而言,遵循本页文档会有更高的效率。 但如果你对其中包含的操作不熟悉,也可以回到这里来跟着视频指南操作。胡桃工具箱视频指南 - 下载/安装/卸载篇 最低系统要求 要求...","head":[["meta",{"property":"og:url","content":"https://hut.ao/quick-start.html"}],["meta",{"property":"og:site_name","content":"胡桃工具箱"}],["meta",{"property":"og:title","content":"快速开始"}],["meta",{"property":"og:description","content":"若您已下载或使用胡桃工具箱,即表示你已阅读并完全同意用户使用协议与法律声明 (/statements/tos.md) include(star-request.md) 视频指南 对于大多数人而言,遵循本页文档会有更高的效率。 但如果你对其中包含的操作不熟悉,也可以回到这里来跟着视频指南操作。胡桃工具箱视频指南 - 下载/安装/卸载篇 最低系统要求 要求..."}],["meta",{"property":"og:type","content":"article"}],["meta",{"property":"og:locale","content":"zh-CN"}],["meta",{"property":"og:locale:alternate","content":"en-US"}],["meta",{"property":"og:updated_time","content":"2023-01-23T01:37:16.000Z"}],["meta",{"property":"article:modified_time","content":"2023-01-23T01:37:16.000Z"}],["script",{"type":"application/ld+json"},"{\\"@context\\":\\"https://schema.org\\",\\"@type\\":\\"Article\\",\\"headline\\":\\"快速开始\\",\\"image\\":[\\"\\"],\\"dateModified\\":\\"2023-01-23T01:37:16.000Z\\",\\"author\\":[]}"],["link",{"rel":"alternate","hreflang":"en-us","href":"https://hut.ao/en/quick-start.html"}]]},"headers":[{"level":2,"title":"视频指南","slug":"视频指南","link":"#视频指南","children":[]},{"level":2,"title":"最低系统要求","slug":"最低系统要求","link":"#最低系统要求","children":[]},{"level":2,"title":"下载胡桃工具箱","slug":"下载胡桃工具箱","link":"#下载胡桃工具箱","children":[]},{"level":2,"title":"安装胡桃工具箱","slug":"安装胡桃工具箱","link":"#安装胡桃工具箱","children":[{"level":3,"title":"通用安装方式","slug":"通用安装方式","link":"#通用安装方式","children":[]},{"level":3,"title":"小白级安装方式","slug":"小白级安装方式","link":"#小白级安装方式","children":[]}]},{"level":2,"title":"升级胡桃工具箱","slug":"升级胡桃工具箱","link":"#升级胡桃工具箱","children":[]},{"level":2,"title":"卸载胡桃工具箱","slug":"卸载胡桃工具箱","link":"#卸载胡桃工具箱","children":[]}],"git":{"createdTime":1664329604000,"updatedTime":1674437836000,"contributors":[{"name":"Masterain","email":"i@irain.in","commits":11},{"name":"KunPeng","email":"96916320+AdminRoc@users.noreply.github.com","commits":9},{"name":"Roc.K","email":"96916320+AdminRoc@users.noreply.github.com","commits":7},{"name":"DismissedLight","email":"1686188646@qq.com","commits":1},{"name":"KunPeng","email":"wsshanchuan@yeah.net","commits":1}]},"readingTime":{"minutes":2.12,"words":636},"filePathRelative":"quick-start.md","localizedDate":"2022年9月28日","autoDesc":true}');export{e as data};
|
||||
@@ -1 +0,0 @@
|
||||
const e=JSON.parse('{"key":"v-0c01f6a4","path":"/en/quick-start.html","title":"快速开始","lang":"en-US","frontmatter":{"pageClass":"link-box","externalLinkIcon":false,"description":"::: tip 若您已下载或使用胡桃工具箱,即表示你已阅读并完全同意用户使用协议与法律声明 (/statements/privacy-notice.md) ::: 最低系统要求 要求规格 -- *最低可运行系统版本**|Windows 10.0.18362.0 | *推荐系统版本**Windows 10.0.22621.0 可选组件WebView2 R...","head":[["meta",{"property":"og:url","content":"https://hut.ao/en/quick-start.html"}],["meta",{"property":"og:site_name","content":"Snap Hutao"}],["meta",{"property":"og:title","content":"快速开始"}],["meta",{"property":"og:description","content":"::: tip 若您已下载或使用胡桃工具箱,即表示你已阅读并完全同意用户使用协议与法律声明 (/statements/privacy-notice.md) ::: 最低系统要求 要求规格 -- *最低可运行系统版本**|Windows 10.0.18362.0 | *推荐系统版本**Windows 10.0.22621.0 可选组件WebView2 R..."}],["meta",{"property":"og:type","content":"article"}],["meta",{"property":"og:locale","content":"en-US"}],["meta",{"property":"og:locale:alternate","content":"zh-CN"}],["meta",{"property":"og:updated_time","content":"2023-01-12T13:00:45.000Z"}],["meta",{"property":"article:modified_time","content":"2023-01-12T13:00:45.000Z"}],["script",{"type":"application/ld+json"},"{\\"@context\\":\\"https://schema.org\\",\\"@type\\":\\"Article\\",\\"headline\\":\\"快速开始\\",\\"image\\":[\\"\\"],\\"dateModified\\":\\"2023-01-12T13:00:45.000Z\\",\\"author\\":[]}"],["link",{"rel":"alternate","hreflang":"zh-cn","href":"https://hut.ao/quick-start.html"}]]},"headers":[{"level":2,"title":"最低系统要求","slug":"最低系统要求","link":"#最低系统要求","children":[]},{"level":2,"title":"下载胡桃工具箱","slug":"下载胡桃工具箱","link":"#下载胡桃工具箱","children":[]},{"level":2,"title":"安装胡桃工具箱","slug":"安装胡桃工具箱","link":"#安装胡桃工具箱","children":[{"level":3,"title":"通用安装方式","slug":"通用安装方式","link":"#通用安装方式","children":[]}]},{"level":2,"title":"升级胡桃工具箱","slug":"升级胡桃工具箱","link":"#升级胡桃工具箱","children":[]},{"level":2,"title":"卸载胡桃工具箱","slug":"卸载胡桃工具箱","link":"#卸载胡桃工具箱","children":[]}],"git":{"createdTime":1664329604000,"updatedTime":1673528445000,"contributors":[{"name":"Masterain","email":"i@irain.in","commits":3}]},"readingTime":{"minutes":1.92,"words":576},"filePathRelative":"en/quick-start.md","localizedDate":"September 28, 2022","autoDesc":true}');export{e as data};
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user