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

This commit is contained in:
qhy040404
2023-12-23 04:46:24 +00:00
parent 85ae3498cc
commit 84320118ec
270 changed files with 409 additions and 407 deletions

File diff suppressed because one or more lines are too long

View File

@@ -1 +1 @@
import{_ as e}from"./plugin-vue_export-helper-x3n3nnut.js";import{o as t,c}from"./app-kBV2pDE_.js";const o={};function r(_,n){return t(),c("div")}const f=e(o,[["render",r],["__file","404.html.vue"]]);export{f as default};
import{_ as e}from"./plugin-vue_export-helper-x3n3nnut.js";import{o as t,c}from"./app-PHrBQrYx.js";const o={};function r(_,n){return t(),c("div")}const f=e(o,[["render",r],["__file","404.html.vue"]]);export{f as default};

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -1 +1 @@
import{_ as a}from"./plugin-vue_export-helper-x3n3nnut.js";import{o as e,c as i,e as r}from"./app-kBV2pDE_.js";const t={},l=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><s>尚未实现,正在设计</s> 已实装</p>',25),n=[l];function h(p,d){return e(),i("div",null,n)}const s=a(t,[["render",h],["__file","Gacha-system-and-export-principal.html.vue"]]);export{s as default};
import{_ as a}from"./plugin-vue_export-helper-x3n3nnut.js";import{o as e,c as i,e as r}from"./app-PHrBQrYx.js";const t={},l=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><s>尚未实现,正在设计</s> 已实装</p>',25),n=[l];function h(p,d){return e(),i("div",null,n)}const s=a(t,[["render",h],["__file","Gacha-system-and-export-principal.html.vue"]]);export{s as default};

View File

@@ -1 +1 @@
import{_ as a}from"./plugin-vue_export-helper-x3n3nnut.js";import{o as e,c as i,e as r}from"./app-kBV2pDE_.js";const t={},l=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><s>尚未实现,正在设计</s> 已实装</p>',25),n=[l];function h(p,d){return e(),i("div",null,n)}const s=a(t,[["render",h],["__file","Gacha-system-and-export-principal.html.vue"]]);export{s as default};
import{_ as a}from"./plugin-vue_export-helper-x3n3nnut.js";import{o as e,c as i,e as r}from"./app-PHrBQrYx.js";const t={},l=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><s>尚未实现,正在设计</s> 已实装</p>',25),n=[l];function h(p,d){return e(),i("div",null,n)}const s=a(t,[["render",h],["__file","Gacha-system-and-export-principal.html.vue"]]);export{s as default};

View File

@@ -1 +1 @@
import{_ as a}from"./plugin-vue_export-helper-x3n3nnut.js";import{o as e,c as i,e as r}from"./app-kBV2pDE_.js";const t={},l=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><s>尚未实现,正在设计</s> 已实装</p>',25),n=[l];function h(p,d){return e(),i("div",null,n)}const s=a(t,[["render",h],["__file","Gacha-system-and-export-principal.html.vue"]]);export{s as default};
import{_ as a}from"./plugin-vue_export-helper-x3n3nnut.js";import{o as e,c as i,e as r}from"./app-PHrBQrYx.js";const t={},l=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><s>尚未实现,正在设计</s> 已实装</p>',25),n=[l];function h(p,d){return e(),i("div",null,n)}const s=a(t,[["render",h],["__file","Gacha-system-and-export-principal.html.vue"]]);export{s as default};

View File

@@ -1 +1 @@
import{_ as r}from"./plugin-vue_export-helper-x3n3nnut.js";import{r as l,o as c,c as i,a as e,b as t,d as n,e as s}from"./app-kBV2pDE_.js";const d={},h=s('<h1 id="成就管理" tabindex="-1"><a class="header-anchor" href="#成就管理" aria-hidden="true">#</a> 成就管理</h1><p><img src="https://img.alicdn.com/imgextra/i4/1797064093/O1CN01gdzS4e1g6dyH1G5wh_!!1797064093.png_.webp" 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://uigf.org/zh/standards/UIAF.html",target:"_blank",rel:"noopener noreferrer"},p=e("ul",null,[e("li",null,[t("该标准允许用户从其它"),e("strong",null,"成就导出工具"),t("中通过 Url 协议和剪贴板将数据导入到胡桃工具箱中")])],-1),u=e("li",null,[t("你可以点击成就页面右上角隐藏菜单中的"),e("code",null,"导入"),t("按钮,并选择"),e("code",null,"从 UIAF 文件导入"),t("以加载以 UIAF 数据格式储存的第三方成就数据")],-1),m=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"},f={href:"https://cocogoat.work/",target:"_blank",rel:"noopener noreferrer"};function x(b,k){const o=l("ExternalLinkIcon"),a=l("Badge");return c(),i("div",null,[h,e("ul",null,[e("li",null,[t("胡桃工具箱使用"),e("a",_,[t("统一可交换成就标准"),n(o)]),t("数据标准来储存用户的成就数据 "),p]),u]),m,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",f,[t("椰羊 cocogoat"),n(o)]),t(),n(a,{text:"成就攻略",type:"tip"})])])])])}const B=r(d,[["render",x],["__file","achievements.html.vue"]]);export{B as default};
import{_ as r}from"./plugin-vue_export-helper-x3n3nnut.js";import{r as l,o as c,c as i,a as e,b as t,d as n,e as s}from"./app-PHrBQrYx.js";const d={},h=s('<h1 id="成就管理" tabindex="-1"><a class="header-anchor" href="#成就管理" aria-hidden="true">#</a> 成就管理</h1><p><img src="https://img.alicdn.com/imgextra/i4/1797064093/O1CN01gdzS4e1g6dyH1G5wh_!!1797064093.png_.webp" 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://uigf.org/zh/standards/UIAF.html",target:"_blank",rel:"noopener noreferrer"},p=e("ul",null,[e("li",null,[t("该标准允许用户从其它"),e("strong",null,"成就导出工具"),t("中通过 Url 协议和剪贴板将数据导入到胡桃工具箱中")])],-1),u=e("li",null,[t("你可以点击成就页面右上角隐藏菜单中的"),e("code",null,"导入"),t("按钮,并选择"),e("code",null,"从 UIAF 文件导入"),t("以加载以 UIAF 数据格式储存的第三方成就数据")],-1),m=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"},f={href:"https://cocogoat.work/",target:"_blank",rel:"noopener noreferrer"};function x(b,k){const o=l("ExternalLinkIcon"),a=l("Badge");return c(),i("div",null,[h,e("ul",null,[e("li",null,[t("胡桃工具箱使用"),e("a",_,[t("统一可交换成就标准"),n(o)]),t("数据标准来储存用户的成就数据 "),p]),u]),m,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",f,[t("椰羊 cocogoat"),n(o)]),t(),n(a,{text:"成就攻略",type:"tip"})])])])])}const B=r(d,[["render",x],["__file","achievements.html.vue"]]);export{B as default};

View File

@@ -1 +1 @@
import{_ as i}from"./plugin-vue_export-helper-x3n3nnut.js";import{r,o as c,c as l,a as e,b as t,d as a,e as s}from"./app-kBV2pDE_.js";const h={},m=s('<h1 id="achievement-management" tabindex="-1"><a class="header-anchor" href="#achievement-management" aria-hidden="true">#</a> Achievement Management</h1><p><img src="https://img.alicdn.com/imgextra/i2/1797064093/O1CN01xJaPGy1g6dyAWV0vm_!!1797064093.png_.webp" alt="Achievement Screenshot" loading="lazy"></p><p>Snap Hutao offers local achievement management feature, users can view and manage status of achievement</p><ul><li>At first time use, you will follow the instruction to create an archive and name it</li><li>After that, you are still able to make new archives by click on <code>Create New Archive</code> for other game accounts</li></ul><h2 id="achievement-import" tabindex="-1"><a class="header-anchor" href="#achievement-import" aria-hidden="true">#</a> Achievement Import</h2>',5),d={href:"https://uigf.org/en/standards/UIAF.html",target:"_blank",rel:"noopener noreferrer"},u=e("ul",null,[e("li",null,[t("This standard allows user to transmit achievement data between Snap Hutao wiht other achievement tools, such as "),e("strong",null,"Achievement exporter")])],-1),p=e("li",null,[t("You can click on "),e("code",null,"Import"),t(" at top right menu on Achievement Management page, and select file import to load UIAF formatted data")],-1),_=e("h2",{id:"achievement-tools-we-recommend",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#achievement-tools-we-recommend","aria-hidden":"true"},"#"),t(" Achievement Tools We Recommend")],-1),v={href:"https://github.com/HolographicHat/YaeAchievement",target:"_blank",rel:"noopener noreferrer"},g={href:"https://cocogoat.work/",target:"_blank",rel:"noopener noreferrer"};function f(A,x){const n=r("ExternalLinkIcon"),o=r("Badge");return c(),l("div",null,[m,e("ul",null,[e("li",null,[t("Snap Hutao is using "),e("a",d,[t("Uniformed Interchangeable Achievement Format Standar"),a(n)]),t(" to store user's achievement data "),u]),p]),_,e("ul",null,[e("li",null,[e("p",null,[e("a",v,[t("YaeAchievement"),a(n)]),t(),a(o,{text:"Achievement Recognition",type:"tip"})])]),e("li",null,[e("p",null,[e("a",g,[t("椰羊 cocogoat"),a(n)]),t(),a(o,{text:"Achievement Guide",type:"tip"})])])])])}const k=i(h,[["render",f],["__file","achievements.html.vue"]]);export{k as default};
import{_ as i}from"./plugin-vue_export-helper-x3n3nnut.js";import{r,o as c,c as l,a as e,b as t,d as a,e as s}from"./app-PHrBQrYx.js";const h={},m=s('<h1 id="achievement-management" tabindex="-1"><a class="header-anchor" href="#achievement-management" aria-hidden="true">#</a> Achievement Management</h1><p><img src="https://img.alicdn.com/imgextra/i2/1797064093/O1CN01xJaPGy1g6dyAWV0vm_!!1797064093.png_.webp" alt="Achievement Screenshot" loading="lazy"></p><p>Snap Hutao offers local achievement management feature, users can view and manage status of achievement</p><ul><li>At first time use, you will follow the instruction to create an archive and name it</li><li>After that, you are still able to make new archives by click on <code>Create New Archive</code> for other game accounts</li></ul><h2 id="achievement-import" tabindex="-1"><a class="header-anchor" href="#achievement-import" aria-hidden="true">#</a> Achievement Import</h2>',5),d={href:"https://uigf.org/en/standards/UIAF.html",target:"_blank",rel:"noopener noreferrer"},u=e("ul",null,[e("li",null,[t("This standard allows user to transmit achievement data between Snap Hutao wiht other achievement tools, such as "),e("strong",null,"Achievement exporter")])],-1),p=e("li",null,[t("You can click on "),e("code",null,"Import"),t(" at top right menu on Achievement Management page, and select file import to load UIAF formatted data")],-1),_=e("h2",{id:"achievement-tools-we-recommend",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#achievement-tools-we-recommend","aria-hidden":"true"},"#"),t(" Achievement Tools We Recommend")],-1),v={href:"https://github.com/HolographicHat/YaeAchievement",target:"_blank",rel:"noopener noreferrer"},g={href:"https://cocogoat.work/",target:"_blank",rel:"noopener noreferrer"};function f(A,x){const n=r("ExternalLinkIcon"),o=r("Badge");return c(),l("div",null,[m,e("ul",null,[e("li",null,[t("Snap Hutao is using "),e("a",d,[t("Uniformed Interchangeable Achievement Format Standar"),a(n)]),t(" to store user's achievement data "),u]),p]),_,e("ul",null,[e("li",null,[e("p",null,[e("a",v,[t("YaeAchievement"),a(n)]),t(),a(o,{text:"Achievement Recognition",type:"tip"})])]),e("li",null,[e("p",null,[e("a",g,[t("椰羊 cocogoat"),a(n)]),t(),a(o,{text:"Achievement Guide",type:"tip"})])])])])}const k=i(h,[["render",f],["__file","achievements.html.vue"]]);export{k as default};

View File

@@ -1 +1 @@
import{_ as l}from"./plugin-vue_export-helper-x3n3nnut.js";import{r,o as i,c,a as e,b as t,d as a,e as s}from"./app-kBV2pDE_.js";const h={},d=s('<h1 id="управление-достижениями" tabindex="-1"><a class="header-anchor" href="#управление-достижениями" aria-hidden="true">#</a> Управление достижениями</h1><p><img src="https://img.alicdn.com/imgextra/i2/1797064093/O1CN01xJaPGy1g6dyAWV0vm_!!1797064093.png_.webp" alt="Скриншот достижений" loading="lazy"></p><p>Snap Hutao предлагает функцию управления достижениями на локальном уровне, позволяя пользователям просматривать и управлять статусом своих достижений.</p><ul><li>При первом использовании вы будете следовать инструкциям для создания архива и его именования.</li><li>После этого вы всегда можете создать новые архивы, нажав на &quot;Создать новый архив&quot; для других игровых аккаунтов.</li></ul><h2 id="импорт-достижении" tabindex="-1"><a class="header-anchor" href="#импорт-достижении" aria-hidden="true">#</a> Импорт достижений</h2>',5),_={href:"https://uigf.org/en/standards/UIAF.html",target:"_blank",rel:"noopener noreferrer"},p=e("ul",null,[e("li",null,[t("Этот стандарт позволяет пользователям передавать данные о достижениях между Snap Hutao и другими инструментами для работы с достижениями, такими как "),e("strong",null,"Achievement exporter"),t(".")])],-1),u=e("li",null,'Вы можете нажать на "Импорт" в верхнем правом меню на странице управления достижениями и выбрать файл для загрузки данных в формате UIAF.',-1),m=e("h2",{id:"рекомендуемые-инструменты-для-достижении",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#рекомендуемые-инструменты-для-достижении","aria-hidden":"true"},"#"),t(" Рекомендуемые инструменты для достижений")],-1),f={href:"https://github.com/HolographicHat/YaeAchievement",target:"_blank",rel:"noopener noreferrer"},g={href:"https://cocogoat.work/",target:"_blank",rel:"noopener noreferrer"};function x(b,v){const n=r("ExternalLinkIcon"),o=r("Badge");return i(),c("div",null,[d,e("ul",null,[e("li",null,[t("Snap Hutao использует "),e("a",_,[t("стандарт формата данных об обмене достижениями (UIAF)"),a(n)]),t(" для хранения данных о достижениях пользователей. "),p]),u]),m,e("ul",null,[e("li",null,[e("p",null,[e("a",f,[t("YaeAchievement"),a(n)]),t(),a(o,{text:"Распознавание достижений",type:"tip"})])]),e("li",null,[e("p",null,[e("a",g,[t("椰羊 cocogoat"),a(n)]),t(),a(o,{text:"Руководство по достижениям",type:"tip"})])])])])}const y=l(h,[["render",x],["__file","achievements.html.vue"]]);export{y as default};
import{_ as l}from"./plugin-vue_export-helper-x3n3nnut.js";import{r,o as i,c,a as e,b as t,d as a,e as s}from"./app-PHrBQrYx.js";const h={},d=s('<h1 id="управление-достижениями" tabindex="-1"><a class="header-anchor" href="#управление-достижениями" aria-hidden="true">#</a> Управление достижениями</h1><p><img src="https://img.alicdn.com/imgextra/i2/1797064093/O1CN01xJaPGy1g6dyAWV0vm_!!1797064093.png_.webp" alt="Скриншот достижений" loading="lazy"></p><p>Snap Hutao предлагает функцию управления достижениями на локальном уровне, позволяя пользователям просматривать и управлять статусом своих достижений.</p><ul><li>При первом использовании вы будете следовать инструкциям для создания архива и его именования.</li><li>После этого вы всегда можете создать новые архивы, нажав на &quot;Создать новый архив&quot; для других игровых аккаунтов.</li></ul><h2 id="импорт-достижении" tabindex="-1"><a class="header-anchor" href="#импорт-достижении" aria-hidden="true">#</a> Импорт достижений</h2>',5),_={href:"https://uigf.org/en/standards/UIAF.html",target:"_blank",rel:"noopener noreferrer"},p=e("ul",null,[e("li",null,[t("Этот стандарт позволяет пользователям передавать данные о достижениях между Snap Hutao и другими инструментами для работы с достижениями, такими как "),e("strong",null,"Achievement exporter"),t(".")])],-1),u=e("li",null,'Вы можете нажать на "Импорт" в верхнем правом меню на странице управления достижениями и выбрать файл для загрузки данных в формате UIAF.',-1),m=e("h2",{id:"рекомендуемые-инструменты-для-достижении",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#рекомендуемые-инструменты-для-достижении","aria-hidden":"true"},"#"),t(" Рекомендуемые инструменты для достижений")],-1),f={href:"https://github.com/HolographicHat/YaeAchievement",target:"_blank",rel:"noopener noreferrer"},g={href:"https://cocogoat.work/",target:"_blank",rel:"noopener noreferrer"};function x(b,v){const n=r("ExternalLinkIcon"),o=r("Badge");return i(),c("div",null,[d,e("ul",null,[e("li",null,[t("Snap Hutao использует "),e("a",_,[t("стандарт формата данных об обмене достижениями (UIAF)"),a(n)]),t(" для хранения данных о достижениях пользователей. "),p]),u]),m,e("ul",null,[e("li",null,[e("p",null,[e("a",f,[t("YaeAchievement"),a(n)]),t(),a(o,{text:"Распознавание достижений",type:"tip"})])]),e("li",null,[e("p",null,[e("a",g,[t("椰羊 cocogoat"),a(n)]),t(),a(o,{text:"Руководство по достижениям",type:"tip"})])])])])}const y=l(h,[["render",x],["__file","achievements.html.vue"]]);export{y as default};

File diff suppressed because one or more lines are too long

View File

@@ -1 +1 @@
import{_ as c}from"./plugin-vue_export-helper-x3n3nnut.js";import{r as l,o as n,c as r,a as e,b as s,d as t,w as o,e as u}from"./app-kBV2pDE_.js";const d={},b=e("h1",{id:"submit-bug-report",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#submit-bug-report","aria-hidden":"true"},"#"),s(" Submit Bug Report")],-1),m=e("p",null,"You can submit bug reports when you find reproducible issue that cannot be fixed by yourself",-1),k=e("p",null,"Before submitting your issue, please do the following checklist:",-1),h={class:"task-list-container"},p=e("li",{class:"task-list-item"},[e("input",{type:"checkbox",class:"task-list-item-checkbox",id:"task-item-0",disabled:"disabled"}),e("label",{class:"task-list-item-label",for:"task-item-0"}," Make sure you are in the latest version of Snap Hutao")],-1),_={class:"task-list-item"},f=e("input",{type:"checkbox",class:"task-list-item-checkbox",id:"task-item-1",disabled:"disabled"},null,-1),y={class:"task-list-item-label",for:"task-item-1"},x=e("li",{class:"task-list-item"},[e("input",{type:"checkbox",class:"task-list-item-checkbox",id:"task-item-2",disabled:"disabled"}),e("label",{class:"task-list-item-label",for:"task-item-2"}," Search current issues in the project to see if there is same or similar issues")],-1),g=e("p",null,"If you don't get a solution from the above checklist, you can start a new issue on GitHub",-1),S={href:"https://github.com/DGP-Studio/Snap.Hutao/issues?q=is%3Aissue+label%3A%E4%BC%98%E8%B4%A8%E9%97%AE%E9%A2%98+is%3Aclosed",target:"_blank",rel:"noopener noreferrer"},w={href:"https://github.com/DGP-Studio/Snap.Hutao/issues/new/choose",target:"_blank",rel:"noopener noreferrer"},H=u('<li>You should include these information in your issue: <ul class="task-list-container"><li class="task-list-item"><input type="checkbox" class="task-list-item-checkbox" id="task-item-3" disabled="disabled"><label class="task-list-item-label" for="task-item-3"> Your device ID</label></li><li class="task-list-item"><input type="checkbox" class="task-list-item-checkbox" id="task-item-4" disabled="disabled"><label class="task-list-item-label" for="task-item-4"> Your operating system version</label></li><li class="task-list-item"><input type="checkbox" class="task-list-item-checkbox" id="task-item-5" disabled="disabled"><label class="task-list-item-label" for="task-item-5"> Describe your issue in details, so the developer can replicate your problem</label><ul class="task-list-container"><li class="task-list-item"><input type="checkbox" class="task-list-item-checkbox" id="task-item-6" disabled="disabled"><label class="task-list-item-label" for="task-item-6"> How the issue being triggered?</label></li><li class="task-list-item"><input type="checkbox" class="task-list-item-checkbox" id="task-item-7" disabled="disabled"><label class="task-list-item-label" for="task-item-7"> Is there any error or warning message from the program or your OS?</label></li><li class="task-list-item"><input type="checkbox" class="task-list-item-checkbox" id="task-item-8" disabled="disabled"><label class="task-list-item-label" for="task-item-8"> Have you done any debug process by yourself? What&#39;s the outcome?</label></li></ul></li><li class="task-list-item"><input type="checkbox" class="task-list-item-checkbox" id="task-item-9" disabled="disabled"><label class="task-list-item-label" for="task-item-9"> If your issue is about program crash, you need to find <code>.NET error</code> on Snap Hutao in your Windows Event Viewer, and include it in your issue</label></li></ul></li>',1),v=e("h2",{id:"request-document-update",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#request-document-update","aria-hidden":"true"},"#"),s(" Request Document Update")],-1),D=e("p",null,"If you think Snap Hutao document is missing some information or contains errors, you can start an issue on Snap.Hutao.Docs project",-1),E={href:"https://github.com/DGP-Studio/Snap.Hutao.Docs/issues/new/choose",target:"_blank",rel:"noopener noreferrer"};function A(G,I){const a=l("RouterLink"),i=l("ExternalLinkIcon");return n(),r("div",null,[b,m,k,e("ul",h,[p,e("li",_,[f,e("label",y,[s(" Check "),t(a,{to:"/en/advanced/FAQ.html"},{default:o(()=>[s("FAQ")]),_:1}),s(" document and "),t(a,{to:"/en/advanced/known-issue.html"},{default:o(()=>[s("known issues")]),_:1}),s(" document")])]),x]),g,e("p",null,[s("If you need some examples of good issues, you can check them "),e("a",S,[s("here"),t(i)])]),e("ul",null,[e("li",null,[s("Submit your issue on GitHub "),e("ul",null,[e("li",null,[e("a",w,[s("github.com/DGP-Studio/Snap.Hutao/issues/new/choose"),t(i)])])])]),H]),v,D,e("ul",null,[e("li",null,[s("Submit your issue on GitHub"),e("a",E,[s("DGP-Studio/Snap.Hutao.Docs"),t(i)])])])])}const P=c(d,[["render",A],["__file","bug-report.html.vue"]]);export{P as default};
import{_ as c}from"./plugin-vue_export-helper-x3n3nnut.js";import{r as l,o as n,c as r,a as e,b as s,d as t,w as o,e as u}from"./app-PHrBQrYx.js";const d={},b=e("h1",{id:"submit-bug-report",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#submit-bug-report","aria-hidden":"true"},"#"),s(" Submit Bug Report")],-1),m=e("p",null,"You can submit bug reports when you find reproducible issue that cannot be fixed by yourself",-1),k=e("p",null,"Before submitting your issue, please do the following checklist:",-1),h={class:"task-list-container"},p=e("li",{class:"task-list-item"},[e("input",{type:"checkbox",class:"task-list-item-checkbox",id:"task-item-0",disabled:"disabled"}),e("label",{class:"task-list-item-label",for:"task-item-0"}," Make sure you are in the latest version of Snap Hutao")],-1),_={class:"task-list-item"},f=e("input",{type:"checkbox",class:"task-list-item-checkbox",id:"task-item-1",disabled:"disabled"},null,-1),y={class:"task-list-item-label",for:"task-item-1"},x=e("li",{class:"task-list-item"},[e("input",{type:"checkbox",class:"task-list-item-checkbox",id:"task-item-2",disabled:"disabled"}),e("label",{class:"task-list-item-label",for:"task-item-2"}," Search current issues in the project to see if there is same or similar issues")],-1),g=e("p",null,"If you don't get a solution from the above checklist, you can start a new issue on GitHub",-1),S={href:"https://github.com/DGP-Studio/Snap.Hutao/issues?q=is%3Aissue+label%3A%E4%BC%98%E8%B4%A8%E9%97%AE%E9%A2%98+is%3Aclosed",target:"_blank",rel:"noopener noreferrer"},w={href:"https://github.com/DGP-Studio/Snap.Hutao/issues/new/choose",target:"_blank",rel:"noopener noreferrer"},H=u('<li>You should include these information in your issue: <ul class="task-list-container"><li class="task-list-item"><input type="checkbox" class="task-list-item-checkbox" id="task-item-3" disabled="disabled"><label class="task-list-item-label" for="task-item-3"> Your device ID</label></li><li class="task-list-item"><input type="checkbox" class="task-list-item-checkbox" id="task-item-4" disabled="disabled"><label class="task-list-item-label" for="task-item-4"> Your operating system version</label></li><li class="task-list-item"><input type="checkbox" class="task-list-item-checkbox" id="task-item-5" disabled="disabled"><label class="task-list-item-label" for="task-item-5"> Describe your issue in details, so the developer can replicate your problem</label><ul class="task-list-container"><li class="task-list-item"><input type="checkbox" class="task-list-item-checkbox" id="task-item-6" disabled="disabled"><label class="task-list-item-label" for="task-item-6"> How the issue being triggered?</label></li><li class="task-list-item"><input type="checkbox" class="task-list-item-checkbox" id="task-item-7" disabled="disabled"><label class="task-list-item-label" for="task-item-7"> Is there any error or warning message from the program or your OS?</label></li><li class="task-list-item"><input type="checkbox" class="task-list-item-checkbox" id="task-item-8" disabled="disabled"><label class="task-list-item-label" for="task-item-8"> Have you done any debug process by yourself? What&#39;s the outcome?</label></li></ul></li><li class="task-list-item"><input type="checkbox" class="task-list-item-checkbox" id="task-item-9" disabled="disabled"><label class="task-list-item-label" for="task-item-9"> If your issue is about program crash, you need to find <code>.NET error</code> on Snap Hutao in your Windows Event Viewer, and include it in your issue</label></li></ul></li>',1),v=e("h2",{id:"request-document-update",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#request-document-update","aria-hidden":"true"},"#"),s(" Request Document Update")],-1),D=e("p",null,"If you think Snap Hutao document is missing some information or contains errors, you can start an issue on Snap.Hutao.Docs project",-1),E={href:"https://github.com/DGP-Studio/Snap.Hutao.Docs/issues/new/choose",target:"_blank",rel:"noopener noreferrer"};function A(G,I){const a=l("RouterLink"),i=l("ExternalLinkIcon");return n(),r("div",null,[b,m,k,e("ul",h,[p,e("li",_,[f,e("label",y,[s(" Check "),t(a,{to:"/en/advanced/FAQ.html"},{default:o(()=>[s("FAQ")]),_:1}),s(" document and "),t(a,{to:"/en/advanced/known-issue.html"},{default:o(()=>[s("known issues")]),_:1}),s(" document")])]),x]),g,e("p",null,[s("If you need some examples of good issues, you can check them "),e("a",S,[s("here"),t(i)])]),e("ul",null,[e("li",null,[s("Submit your issue on GitHub "),e("ul",null,[e("li",null,[e("a",w,[s("github.com/DGP-Studio/Snap.Hutao/issues/new/choose"),t(i)])])])]),H]),v,D,e("ul",null,[e("li",null,[s("Submit your issue on GitHub"),e("a",E,[s("DGP-Studio/Snap.Hutao.Docs"),t(i)])])])])}const P=c(d,[["render",A],["__file","bug-report.html.vue"]]);export{P as default};

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -1 +1 @@
import{_ as a}from"./plugin-vue_export-helper-x3n3nnut.js";import{r as t,o as r,c as o,a as l,b as i,d as c,w as n,e as d}from"./app-kBV2pDE_.js";const s={},u=d('<h1 id="wiki-персонажеи" tabindex="-1"><a class="header-anchor" href="#wiki-персонажеи" aria-hidden="true">#</a> WIKI персонажей</h1><p><img src="https://img.alicdn.com/imgextra/i3/1797064093/O1CN01BTeWoh1g6dyHbVwkf_!!1797064093.png_.webp" alt="characters-wiki" loading="lazy"></p><p>WIKI персонажей - это встроенная функция Snap Hutao, предназначенная для запроса информации о каждом персонаже.</p><h2 id="включенные-данные" tabindex="-1"><a class="header-anchor" href="#включенные-данные" aria-hidden="true">#</a> Включенные данные</h2><ul><li>Список персонажей <ul><li>Используя значок над списком, вы можете изменить вид между <code>list</code> и <code>grid</code></li><li>Нажмите на значок или заголовок персонажа, и вы будете перенаправлены на его страницу WIKI</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>, предоставленная базой данных Hutao</li><li>Дополнительная информация <ul><li>Tachie персонажа</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,[i("Новый план установит базовый уровень как "),l("code",null,"1")],-1);function m(p,f){const e=t("RouterLink");return r(),o("div",null,[u,l("ul",null,[l("li",null,[i("На странице WIKI персонажа вы можете выбрать персонажа и нажать "),h,i(" в правом верхнем углу, чтобы добавить его в свой план разработки. "),l("ul",null,[_,l("li",null,[i("Если вы хотите создать новый план разработки на основе персонажа, который у вас уже есть, вы можете воспользоваться функцией "),c(e,{to:"/ru/features/character-data.html"},{default:n(()=>[i("Мои персонажи")]),_:1})])])])])])}const x=a(s,[["render",m],["__file","character-wiki.html.vue"]]);export{x as default};
import{_ as a}from"./plugin-vue_export-helper-x3n3nnut.js";import{r as t,o as r,c as o,a as l,b as i,d as c,w as n,e as d}from"./app-PHrBQrYx.js";const s={},u=d('<h1 id="wiki-персонажеи" tabindex="-1"><a class="header-anchor" href="#wiki-персонажеи" aria-hidden="true">#</a> WIKI персонажей</h1><p><img src="https://img.alicdn.com/imgextra/i3/1797064093/O1CN01BTeWoh1g6dyHbVwkf_!!1797064093.png_.webp" alt="characters-wiki" loading="lazy"></p><p>WIKI персонажей - это встроенная функция Snap Hutao, предназначенная для запроса информации о каждом персонаже.</p><h2 id="включенные-данные" tabindex="-1"><a class="header-anchor" href="#включенные-данные" aria-hidden="true">#</a> Включенные данные</h2><ul><li>Список персонажей <ul><li>Используя значок над списком, вы можете изменить вид между <code>list</code> и <code>grid</code></li><li>Нажмите на значок или заголовок персонажа, и вы будете перенаправлены на его страницу WIKI</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>, предоставленная базой данных Hutao</li><li>Дополнительная информация <ul><li>Tachie персонажа</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,[i("Новый план установит базовый уровень как "),l("code",null,"1")],-1);function m(p,f){const e=t("RouterLink");return r(),o("div",null,[u,l("ul",null,[l("li",null,[i("На странице WIKI персонажа вы можете выбрать персонажа и нажать "),h,i(" в правом верхнем углу, чтобы добавить его в свой план разработки. "),l("ul",null,[_,l("li",null,[i("Если вы хотите создать новый план разработки на основе персонажа, который у вас уже есть, вы можете воспользоваться функцией "),c(e,{to:"/ru/features/character-data.html"},{default:n(()=>[i("Мои персонажи")]),_:1})])])])])])}const x=a(s,[["render",m],["__file","character-wiki.html.vue"]]);export{x as default};

View File

@@ -1 +1 @@
import{_ as i}from"./plugin-vue_export-helper-x3n3nnut.js";import{r as l,o as r,c as o,a as e,b as a,d as c,w as n,e as d}from"./app-kBV2pDE_.js";const h={},s=d('<h1 id="character-wiki" tabindex="-1"><a class="header-anchor" href="#character-wiki" aria-hidden="true">#</a> Character WIKI</h1><p><img src="https://img.alicdn.com/imgextra/i3/1797064093/O1CN01BTeWoh1g6dyHbVwkf_!!1797064093.png_.webp" alt="characters-wiki" loading="lazy"></p><p>Character WIKI is a Snap Hutao build-in WIKI feature used to query each character&#39;s information.</p><h2 id="included-data" tabindex="-1"><a class="header-anchor" href="#included-data" aria-hidden="true">#</a> Included Data</h2><ul><li>Character list <ul><li>Use the icon above the list, you can change the view between <code>list</code> and <code>grid</code></li><li>Click on character&#39;s icon or title, and you will be directed to its WIKI page</li></ul></li><li>Character information <ul><li>Character information <ul><li>Introduction of the character</li><li>Numerical attributes value at each level</li><li>Attributes</li></ul></li></ul></li><li>Talent <ul><li>Introduction</li><li>Numerical talent value at each level</li></ul></li><li>Constellation</li><li>statistical information on <strong>Team, weapon usage, artifact set usage</strong> provided by Hutao Database</li><li>Other information <ul><li>Character tachie</li><li>Special food</li><li>Costume</li><li>Character stories</li></ul></li></ul><h2 id="add-to-dev-plan" tabindex="-1"><a class="header-anchor" href="#add-to-dev-plan" aria-hidden="true">#</a> Add to Dev Plan</h2>',6),u=e("code",null,"Dev Plan",-1),f=e("li",null,[a("The new plan will set the base level as "),e("code",null,"1")],-1);function m(p,_){const t=l("RouterLink");return r(),o("div",null,[s,e("ul",null,[e("li",null,[a("At character WIKI page, you can select character and click on "),u,a(" on the top right to add it to your Dev Plan "),e("ul",null,[f,e("li",null,[a("If you want to make new Dev Plan based on character you already have, you can try "),c(t,{to:"/en/features/character-data.html"},{default:n(()=>[a("My Character")]),_:1}),a(" feature")])])])])])}const w=i(h,[["render",m],["__file","character-wiki.html.vue"]]);export{w as default};
import{_ as i}from"./plugin-vue_export-helper-x3n3nnut.js";import{r as l,o as r,c as o,a as e,b as a,d as c,w as n,e as d}from"./app-PHrBQrYx.js";const h={},s=d('<h1 id="character-wiki" tabindex="-1"><a class="header-anchor" href="#character-wiki" aria-hidden="true">#</a> Character WIKI</h1><p><img src="https://img.alicdn.com/imgextra/i3/1797064093/O1CN01BTeWoh1g6dyHbVwkf_!!1797064093.png_.webp" alt="characters-wiki" loading="lazy"></p><p>Character WIKI is a Snap Hutao build-in WIKI feature used to query each character&#39;s information.</p><h2 id="included-data" tabindex="-1"><a class="header-anchor" href="#included-data" aria-hidden="true">#</a> Included Data</h2><ul><li>Character list <ul><li>Use the icon above the list, you can change the view between <code>list</code> and <code>grid</code></li><li>Click on character&#39;s icon or title, and you will be directed to its WIKI page</li></ul></li><li>Character information <ul><li>Character information <ul><li>Introduction of the character</li><li>Numerical attributes value at each level</li><li>Attributes</li></ul></li></ul></li><li>Talent <ul><li>Introduction</li><li>Numerical talent value at each level</li></ul></li><li>Constellation</li><li>statistical information on <strong>Team, weapon usage, artifact set usage</strong> provided by Hutao Database</li><li>Other information <ul><li>Character tachie</li><li>Special food</li><li>Costume</li><li>Character stories</li></ul></li></ul><h2 id="add-to-dev-plan" tabindex="-1"><a class="header-anchor" href="#add-to-dev-plan" aria-hidden="true">#</a> Add to Dev Plan</h2>',6),u=e("code",null,"Dev Plan",-1),f=e("li",null,[a("The new plan will set the base level as "),e("code",null,"1")],-1);function m(p,_){const t=l("RouterLink");return r(),o("div",null,[s,e("ul",null,[e("li",null,[a("At character WIKI page, you can select character and click on "),u,a(" on the top right to add it to your Dev Plan "),e("ul",null,[f,e("li",null,[a("If you want to make new Dev Plan based on character you already have, you can try "),c(t,{to:"/en/features/character-data.html"},{default:n(()=>[a("My Character")]),_:1}),a(" feature")])])])])])}const w=i(h,[["render",m],["__file","character-wiki.html.vue"]]);export{w as default};

View File

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

View File

@@ -1 +1 @@
import{_ as c}from"./plugin-vue_export-helper-x3n3nnut.js";import{r as s,o as a,c as i,a as t,d as o,b as r}from"./app-kBV2pDE_.js";const n={},d=t("h1",{id:"加入用户社区",tabindex:"-1"},[t("a",{class:"header-anchor",href:"#加入用户社区","aria-hidden":"true"},"#"),r(" 加入用户社区")],-1),g=t("p",null,"作为开源软件,社区动力是胡桃工具箱生态的重要组成部分,你可以在通过下面的方式加入到胡桃的用户社区中。",-1),m={class:"vp-card-container"};function l(u,_){const e=s("VPCard");return a(),i("div",null,[d,g,t("div",m,[o(e,{title:"Discord",desc:"Yb8bykaUKp",logo:"/images/202312/discord.svg",link:"https://discord.gg/Yb8bykaUKp",background:"rgba(88, 101, 242, 0.15)"}),o(e,{title:"胡桃 QQ 用户群",desc:"910780153",logo:"/images/202312/tencent.svg",link:"http://qm.qq.com/cgi-bin/qm/qr?_wv=1027&k=DmW_LDX35YEr1CQZwjZ6x4JYP03soai2&authKey=z3PzXsuYlaPTm%2FW7TyE0o9KNz7H6LA%2BTEZ4mK2BE9%2Fcz0HhH3s1qgbydciAmrGeg&noverify=0&group_code=910780153",background:"rgba(228, 0, 54, 0.15)"}),o(e,{title:"胡桃 QQ 公告群",desc:"531960040全体禁言仅发布公告",logo:"/images/202312/tencent.svg",link:"http://qm.qq.com/cgi-bin/qm/qr?_wv=1027&k=uxqsxPJPB_jOVbMFOzZv5LcDyIF2HAiu&authKey=Deo2c2ZhmqSAQ%2BGUL0ItD7bYtYG5blYxQor25BXoCcaCGllZYtZ4eDNwZ3yZz8gH&noverify=0&group_code=531960040",background:"rgba(228, 0, 54, 0.15)"}),o(e,{title:"GitHub Discussion",desc:"Snap Hutao 代码库讨论版块始终开放",logo:"/images/202312/github-mark.svg",link:"https://github.com/DGP-Studio/Snap.Hutao/discussions",background:"rgba(155, 233, 168, 0.15)"})])])}const p=c(n,[["render",l],["__file","community.html.vue"]]);export{p as default};
import{_ as c}from"./plugin-vue_export-helper-x3n3nnut.js";import{r as s,o as a,c as i,a as t,d as o,b as r}from"./app-PHrBQrYx.js";const n={},d=t("h1",{id:"加入用户社区",tabindex:"-1"},[t("a",{class:"header-anchor",href:"#加入用户社区","aria-hidden":"true"},"#"),r(" 加入用户社区")],-1),g=t("p",null,"作为开源软件,社区动力是胡桃工具箱生态的重要组成部分,你可以在通过下面的方式加入到胡桃的用户社区中。",-1),m={class:"vp-card-container"};function l(u,_){const e=s("VPCard");return a(),i("div",null,[d,g,t("div",m,[o(e,{title:"Discord",desc:"Yb8bykaUKp",logo:"/images/202312/discord.svg",link:"https://discord.gg/Yb8bykaUKp",background:"rgba(88, 101, 242, 0.15)"}),o(e,{title:"胡桃 QQ 用户群",desc:"910780153",logo:"/images/202312/tencent.svg",link:"http://qm.qq.com/cgi-bin/qm/qr?_wv=1027&k=DmW_LDX35YEr1CQZwjZ6x4JYP03soai2&authKey=z3PzXsuYlaPTm%2FW7TyE0o9KNz7H6LA%2BTEZ4mK2BE9%2Fcz0HhH3s1qgbydciAmrGeg&noverify=0&group_code=910780153",background:"rgba(228, 0, 54, 0.15)"}),o(e,{title:"胡桃 QQ 公告群",desc:"531960040全体禁言仅发布公告",logo:"/images/202312/tencent.svg",link:"http://qm.qq.com/cgi-bin/qm/qr?_wv=1027&k=uxqsxPJPB_jOVbMFOzZv5LcDyIF2HAiu&authKey=Deo2c2ZhmqSAQ%2BGUL0ItD7bYtYG5blYxQor25BXoCcaCGllZYtZ4eDNwZ3yZz8gH&noverify=0&group_code=531960040",background:"rgba(228, 0, 54, 0.15)"}),o(e,{title:"GitHub Discussion",desc:"Snap Hutao 代码库讨论版块始终开放",logo:"/images/202312/github-mark.svg",link:"https://github.com/DGP-Studio/Snap.Hutao/discussions",background:"rgba(155, 233, 168, 0.15)"})])])}const p=c(n,[["render",l],["__file","community.html.vue"]]);export{p as default};

View File

@@ -1 +1 @@
import{_ as a}from"./plugin-vue_export-helper-x3n3nnut.js";import{r as s,o as r,c as l,a as o,b as t,d as e}from"./app-kBV2pDE_.js";const c={},d=o("h1",{id:"присоединяитесь-к-сообществу",tabindex:"-1"},[o("a",{class:"header-anchor",href:"#присоединяитесь-к-сообществу","aria-hidden":"true"},"#"),t(" Присоединяйтесь к Сообществу")],-1),h=o("p",null,"Как программное обеспечение с открытым исходным кодом, силы сообщества являются важной частью экосистемы Snap Hutao, и вы можете присоединиться к нашему пользовательскому сообществу следующими способами.",-1),u=o("p",null,[o("strong",null,"Если вы считаете, что Snap Hutao - хороший проект и он вам помог, вы можете поддержать нас следующими способами:")],-1),_={href:"https://github.com/DGP-Studio/Snap.Hutao",target:"_blank",rel:"noopener noreferrer"},m=o("img",{src:"https://img.shields.io/github/stars/DGP-Studio/Snap.Hutao?style=plastic&color=red",alt:"hutao.stars",loading:"lazy"},null,-1),p={href:"https://github.com/DGP-Studio/Snap.Hutao.Docs",target:"_blank",rel:"noopener noreferrer"},g=o("img",{src:"https://img.shields.io/github/stars/DGP-Studio/Snap.Hutao.Docs?style=plastic&color=red",alt:"hutao.docs.stars",loading:"lazy"},null,-1),b=o("li",null,[t("Оцените наше приложение в "),o("a",{href:"ms-windows-store://review/?ProductId=9PH4NXJ2JN52"},"Microsoft Store")],-1),f=o("li",null,"Рекламируйте наш проект в своей сети",-1),H=o("p",null,[o("img",{src:"https://img.shields.io/github/commit-activity/y/DGP-Studio/Snap.Hutao?style=for-the-badge",alt:"commit_activity",loading:"lazy"}),t(),o("img",{src:"https://img.shields.io/github/last-commit/DGP-Studio/Snap.Hutao?label=Hutao Last Commit&style=for-the-badge",alt:"hutao-last-commit",loading:"lazy"})],-1),S={id:"обсуждение-на-github",tabindex:"-1"},y=o("a",{class:"header-anchor",href:"#обсуждение-на-github","aria-hidden":"true"},"#",-1),q={href:"https://github.com/DGP-Studio/Snap.Hutao/discussions",target:"_blank",rel:"noopener noreferrer"},P={id:"qq-группа-cn",tabindex:"-1"},k=o("a",{class:"header-anchor",href:"#qq-группа-cn","aria-hidden":"true"},"#",-1),D={href:"http://qm.qq.com/cgi-bin/qm/qr?_wv=1027&k=DmW_LDX35YEr1CQZwjZ6x4JYP03soai2&authKey=z3PzXsuYlaPTm%2FW7TyE0o9KNz7H6LA%2BTEZ4mK2BE9%2Fcz0HhH3s1qgbydciAmrGeg&noverify=0&group_code=910780153",target:"_blank",rel:"noopener noreferrer"},v={href:"http://qm.qq.com/cgi-bin/qm/qr?_wv=1027&k=XJPjE6ffuYPkZmXvujdP1ZDY2BqL8RDg&authKey=YHBYvW4KmPUpPjGwYwGduG7ZELhFIkd9QxLHuwBFmm4UvQH1ThWiv%2FKPgeckiqt4&noverify=0&group_code=982424236",target:"_blank",rel:"noopener noreferrer"},G=o("em",null,"Группа открытого обсуждения разработчиков Snap",-1),x=o("ul",null,[o("li",null,"Общий технический разговор, не группа разработки проекта Snap Hutao"),o("li",null,"Группа разработчиков требует базовых знаний в области технологий")],-1),z={id:"discord",tabindex:"-1"},Y=o("a",{class:"header-anchor",href:"#discord","aria-hidden":"true"},"#",-1),w={href:"https://discord.gg/Yb8bykaUKp",target:"_blank",rel:"noopener noreferrer"};function E(B,K){const n=s("ExternalLinkIcon"),i=s("HopeIcon");return r(),l("div",null,[d,h,u,o("ul",null,[o("li",null,[t("Поставьте звезду нашему проекту на GitHub ⭐ "),o("ul",null,[o("li",null,[o("a",_,[t("Snap.Hutao"),e(n)]),t(),m]),o("li",null,[o("a",p,[t("Snap.Hutao.Docs"),e(n)]),t(),g])])]),b,f]),H,o("h2",S,[y,t(),e(i,{icon:"iconfont icon-github",size:"1.5rem"}),t(" Обсуждение на GitHub")]),o("p",null,[o("a",q,[t("Обсуждение Snap.Hutao"),e(n)])]),o("h2",P,[k,t(),e(i,{icon:"iconfont icon-qq",size:"1.5rem",color:"rgb(0,126,198)"}),t(" QQ Группа (CN)")]),o("ul",null,[o("li",null,[o("a",D,[t("Snap Hutao"),e(n)])]),o("li",null,[o("a",v,[G,e(n)]),x])]),o("h2",z,[Y,t(),e(i,{icon:"iconfont icon-discord1",size:"1.5rem",color:"rgb(115,139,216)"}),t(" Discord")]),o("p",null,[t("Ссылка приглашения: "),o("a",w,[t("https://discord.gg/Yb8bykUKp"),e(n)])])])}const I=a(c,[["render",E],["__file","community.html.vue"]]);export{I as default};
import{_ as a}from"./plugin-vue_export-helper-x3n3nnut.js";import{r as s,o as r,c as l,a as o,b as t,d as e}from"./app-PHrBQrYx.js";const c={},d=o("h1",{id:"присоединяитесь-к-сообществу",tabindex:"-1"},[o("a",{class:"header-anchor",href:"#присоединяитесь-к-сообществу","aria-hidden":"true"},"#"),t(" Присоединяйтесь к Сообществу")],-1),h=o("p",null,"Как программное обеспечение с открытым исходным кодом, силы сообщества являются важной частью экосистемы Snap Hutao, и вы можете присоединиться к нашему пользовательскому сообществу следующими способами.",-1),u=o("p",null,[o("strong",null,"Если вы считаете, что Snap Hutao - хороший проект и он вам помог, вы можете поддержать нас следующими способами:")],-1),_={href:"https://github.com/DGP-Studio/Snap.Hutao",target:"_blank",rel:"noopener noreferrer"},m=o("img",{src:"https://img.shields.io/github/stars/DGP-Studio/Snap.Hutao?style=plastic&color=red",alt:"hutao.stars",loading:"lazy"},null,-1),p={href:"https://github.com/DGP-Studio/Snap.Hutao.Docs",target:"_blank",rel:"noopener noreferrer"},g=o("img",{src:"https://img.shields.io/github/stars/DGP-Studio/Snap.Hutao.Docs?style=plastic&color=red",alt:"hutao.docs.stars",loading:"lazy"},null,-1),b=o("li",null,[t("Оцените наше приложение в "),o("a",{href:"ms-windows-store://review/?ProductId=9PH4NXJ2JN52"},"Microsoft Store")],-1),f=o("li",null,"Рекламируйте наш проект в своей сети",-1),H=o("p",null,[o("img",{src:"https://img.shields.io/github/commit-activity/y/DGP-Studio/Snap.Hutao?style=for-the-badge",alt:"commit_activity",loading:"lazy"}),t(),o("img",{src:"https://img.shields.io/github/last-commit/DGP-Studio/Snap.Hutao?label=Hutao Last Commit&style=for-the-badge",alt:"hutao-last-commit",loading:"lazy"})],-1),S={id:"обсуждение-на-github",tabindex:"-1"},y=o("a",{class:"header-anchor",href:"#обсуждение-на-github","aria-hidden":"true"},"#",-1),q={href:"https://github.com/DGP-Studio/Snap.Hutao/discussions",target:"_blank",rel:"noopener noreferrer"},P={id:"qq-группа-cn",tabindex:"-1"},k=o("a",{class:"header-anchor",href:"#qq-группа-cn","aria-hidden":"true"},"#",-1),D={href:"http://qm.qq.com/cgi-bin/qm/qr?_wv=1027&k=DmW_LDX35YEr1CQZwjZ6x4JYP03soai2&authKey=z3PzXsuYlaPTm%2FW7TyE0o9KNz7H6LA%2BTEZ4mK2BE9%2Fcz0HhH3s1qgbydciAmrGeg&noverify=0&group_code=910780153",target:"_blank",rel:"noopener noreferrer"},v={href:"http://qm.qq.com/cgi-bin/qm/qr?_wv=1027&k=XJPjE6ffuYPkZmXvujdP1ZDY2BqL8RDg&authKey=YHBYvW4KmPUpPjGwYwGduG7ZELhFIkd9QxLHuwBFmm4UvQH1ThWiv%2FKPgeckiqt4&noverify=0&group_code=982424236",target:"_blank",rel:"noopener noreferrer"},G=o("em",null,"Группа открытого обсуждения разработчиков Snap",-1),x=o("ul",null,[o("li",null,"Общий технический разговор, не группа разработки проекта Snap Hutao"),o("li",null,"Группа разработчиков требует базовых знаний в области технологий")],-1),z={id:"discord",tabindex:"-1"},Y=o("a",{class:"header-anchor",href:"#discord","aria-hidden":"true"},"#",-1),w={href:"https://discord.gg/Yb8bykaUKp",target:"_blank",rel:"noopener noreferrer"};function E(B,K){const n=s("ExternalLinkIcon"),i=s("HopeIcon");return r(),l("div",null,[d,h,u,o("ul",null,[o("li",null,[t("Поставьте звезду нашему проекту на GitHub ⭐ "),o("ul",null,[o("li",null,[o("a",_,[t("Snap.Hutao"),e(n)]),t(),m]),o("li",null,[o("a",p,[t("Snap.Hutao.Docs"),e(n)]),t(),g])])]),b,f]),H,o("h2",S,[y,t(),e(i,{icon:"iconfont icon-github",size:"1.5rem"}),t(" Обсуждение на GitHub")]),o("p",null,[o("a",q,[t("Обсуждение Snap.Hutao"),e(n)])]),o("h2",P,[k,t(),e(i,{icon:"iconfont icon-qq",size:"1.5rem",color:"rgb(0,126,198)"}),t(" QQ Группа (CN)")]),o("ul",null,[o("li",null,[o("a",D,[t("Snap Hutao"),e(n)])]),o("li",null,[o("a",v,[G,e(n)]),x])]),o("h2",z,[Y,t(),e(i,{icon:"iconfont icon-discord1",size:"1.5rem",color:"rgb(115,139,216)"}),t(" Discord")]),o("p",null,[t("Ссылка приглашения: "),o("a",w,[t("https://discord.gg/Yb8bykUKp"),e(n)])])])}const I=a(c,[["render",E],["__file","community.html.vue"]]);export{I as default};

View File

@@ -1 +1 @@
import{_ as n}from"./plugin-vue_export-helper-x3n3nnut.js";import{r as a,o as s,c as i,a as t,d as e,b as c}from"./app-kBV2pDE_.js";const r={},u=t("h1",{id:"join-community",tabindex:"-1"},[t("a",{class:"header-anchor",href:"#join-community","aria-hidden":"true"},"#"),c(" Join Community")],-1),m=t("p",null,"As open-source software, community power is an important part of the ecology of Snap Hutao, and you can join our user community by following ways.",-1),d={class:"vp-card-container"};function l(g,p){const o=a("VPCard");return s(),i("div",null,[u,m,t("div",d,[e(o,{title:"Discord",desc:"Yb8bykaUKp",logo:"/images/202312/discord.svg",link:"https://discord.gg/Yb8bykaUKp",background:"rgba(88, 101, 242, 0.15)"}),e(o,{title:"Snap Hutao QQ Group Chat",desc:"910780153",logo:"/images/202312/tencent.svg",link:"http://qm.qq.com/cgi-bin/qm/qr?_wv=1027&k=DmW_LDX35YEr1CQZwjZ6x4JYP03soai2&authKey=z3PzXsuYlaPTm%2FW7TyE0o9KNz7H6LA%2BTEZ4mK2BE9%2Fcz0HhH3s1qgbydciAmrGeg&noverify=0&group_code=910780153",background:"rgba(228, 0, 54, 0.15)"}),e(o,{title:"Snap Hutao QQ Announcement",desc:"531960040; announcement only",logo:"/images/202312/tencent.svg",link:"http://qm.qq.com/cgi-bin/qm/qr?_wv=1027&k=uxqsxPJPB_jOVbMFOzZv5LcDyIF2HAiu&authKey=Deo2c2ZhmqSAQ%2BGUL0ItD7bYtYG5blYxQor25BXoCcaCGllZYtZ4eDNwZ3yZz8gH&noverify=0&group_code=531960040",background:"rgba(228, 0, 54, 0.15)"}),e(o,{title:"GitHub Discussion",desc:"Snap Hutao repository discussion is opened for all GitHub users",logo:"/images/202312/github-mark.svg",link:"https://github.com/DGP-Studio/Snap.Hutao/discussions",background:"rgba(155, 233, 168, 0.15)"})])])}const h=n(r,[["render",l],["__file","community.html.vue"]]);export{h as default};
import{_ as n}from"./plugin-vue_export-helper-x3n3nnut.js";import{r as a,o as s,c as i,a as t,d as e,b as c}from"./app-PHrBQrYx.js";const r={},u=t("h1",{id:"join-community",tabindex:"-1"},[t("a",{class:"header-anchor",href:"#join-community","aria-hidden":"true"},"#"),c(" Join Community")],-1),m=t("p",null,"As open-source software, community power is an important part of the ecology of Snap Hutao, and you can join our user community by following ways.",-1),d={class:"vp-card-container"};function l(g,p){const o=a("VPCard");return s(),i("div",null,[u,m,t("div",d,[e(o,{title:"Discord",desc:"Yb8bykaUKp",logo:"/images/202312/discord.svg",link:"https://discord.gg/Yb8bykaUKp",background:"rgba(88, 101, 242, 0.15)"}),e(o,{title:"Snap Hutao QQ Group Chat",desc:"910780153",logo:"/images/202312/tencent.svg",link:"http://qm.qq.com/cgi-bin/qm/qr?_wv=1027&k=DmW_LDX35YEr1CQZwjZ6x4JYP03soai2&authKey=z3PzXsuYlaPTm%2FW7TyE0o9KNz7H6LA%2BTEZ4mK2BE9%2Fcz0HhH3s1qgbydciAmrGeg&noverify=0&group_code=910780153",background:"rgba(228, 0, 54, 0.15)"}),e(o,{title:"Snap Hutao QQ Announcement",desc:"531960040; announcement only",logo:"/images/202312/tencent.svg",link:"http://qm.qq.com/cgi-bin/qm/qr?_wv=1027&k=uxqsxPJPB_jOVbMFOzZv5LcDyIF2HAiu&authKey=Deo2c2ZhmqSAQ%2BGUL0ItD7bYtYG5blYxQor25BXoCcaCGllZYtZ4eDNwZ3yZz8gH&noverify=0&group_code=531960040",background:"rgba(228, 0, 54, 0.15)"}),e(o,{title:"GitHub Discussion",desc:"Snap Hutao repository discussion is opened for all GitHub users",logo:"/images/202312/github-mark.svg",link:"https://github.com/DGP-Studio/Snap.Hutao/discussions",background:"rgba(155, 233, 168, 0.15)"})])])}const h=n(r,[["render",l],["__file","community.html.vue"]]);export{h as default};

View File

@@ -1 +1 @@
import{_ as l}from"./plugin-vue_export-helper-x3n3nnut.js";import{r as a,o as s,c as r,a as e,b as o,d as t,e as c}from"./app-kBV2pDE_.js";const d={},u=e("h1",{id:"contribute-your-code",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#contribute-your-code","aria-hidden":"true"},"#"),o(" Contribute Your Code")],-1),h=e("p",null,"Snap Hutao is using C# and .NET Framework to develop both client and server. If you are willing to contribute your code to the project, please read the following guidelines.",-1),p={href:"https://github.com/DGP-Studio/Snap.Hutao/issues?q=is%3Aissue+is%3Aopen+-label%3A%E5%B7%B2%E4%BF%AE%E5%A4%8D+",target:"_blank",rel:"noopener noreferrer"},_={id:"setup-snap-hutao-project",tabindex:"-1"},b=e("a",{class:"header-anchor",href:"#setup-snap-hutao-project","aria-hidden":"true"},"#",-1),m={href:"https://visualstudio.microsoft.com/downloads/",target:"_blank",rel:"noopener noreferrer"},f=c("<li>Open Visual Studio Installer to complete Visual Studio installation <ul><li>You need to install <code>.NET desktop development</code>, <code>Desktop development with C++</code> and <code>Universal Windows Platform development</code> components</li></ul></li><li>Install <code>Single-project MSIX Packaging Tools for VS 2022</code> provided by Microsoft in Visual Studio marketplace</li><li>Use git to clone the project <code>https://github.com/DGP-Studio/Snap.Hutao.git</code> to your local device</li><li>Switch git branch to <code>develop</code></li><li>Open project solution with your Visual Studio and then you are ready to go</li>",5),g={id:"enable-debug",tabindex:"-1"},w=e("a",{class:"header-anchor",href:"#enable-debug","aria-hidden":"true"},"#",-1),k=e("code",null,"Sysinternals Suite",-1),S={href:"https://www.microsoft.com/store/productid/9P7KNL5RWT25",target:"_blank",rel:"noopener noreferrer"},y={href:"https://learn.microsoft.com/en-us/sysinternals/downloads/sysinternals-suite",target:"_blank",rel:"noopener noreferrer"},v=e("li",null,[o("Locate and run "),e("code",null,"DebugView"),o(" program in the installed app list or unzipped folder")],-1),A=e("li",null,"Run Snap Hutao client",-1),H=e("li",null,"Check DebugView output",-1),P={id:"start-pull-request",tabindex:"-1"},V=e("a",{class:"header-anchor",href:"#start-pull-request","aria-hidden":"true"},"#",-1),x=e("li",null,[o("All code-related changes from authors' own branches are only allowed be merged to "),e("code",null,"develop"),o(" branch")],-1),D={href:"https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests",target:"_blank",rel:"noopener noreferrer"},C=e("code",null,"main",-1),E={id:"test-binary-package",tabindex:"-1"},I=e("a",{class:"header-anchor",href:"#test-binary-package","aria-hidden":"true"},"#",-1),j=e("p",null,[o("Once the code in updated in "),e("code",null,"develop"),o(" and "),e("code",null,"main"),o(" branches, a GitHub actions script will build the latest code to "),e("code",null,"Snap Hutao Alpha"),o(" package. You can find all build records in alpha actions pipeline.")],-1),B={href:"https://github.com/DGP-Automation/Hutao-Auto-Release/releases/download/certificate-ca/DGP_Studio_CA.crt",target:"_blank",rel:"noopener noreferrer"},N=e("code",null,"Trusted Root Certification Authorities",-1);function T(q,G){const n=a("ExternalLinkIcon"),i=a("HopeIcon");return s(),r("div",null,[u,h,e("p",null,[o("You can find all "),e("a",p,[o("unsolved opened issues"),t(n)]),o(" on GitHub")]),e("h2",_,[b,o(),t(i,{icon:"iconfont icon-visual-studio",size:"1.5rem",color:"rgb(193,142,241)"}),o(" Setup Snap.Hutao Project")]),e("ol",null,[e("li",null,[o("Download and install "),e("a",m,[o("Visual Studio 2022 Community"),t(n)])]),f]),e("h2",g,[w,o(),t(i,{icon:"iconfont icon-debug",size:"1.5rem",color:"rgb(73,156,84)"}),o(" Enable Debug")]),e("ol",null,[e("li",null,[o("Download and install "),k,o(" from "),e("a",S,[o("Microsoft Store"),t(n)]),o(" or "),e("a",y,[o("Microsoft website"),t(n)])]),v,A,H]),e("h2",P,[V,o(),t(i,{icon:"iconfont icon-pull-request",size:"1.5rem",color:"rgb(130,80,223)"}),o(" Start Pull Request")]),e("ul",null,[x,e("li",null,[o("Please use "),e("a",D,[o("keywords"),t(n)]),o(" to link your PR or commits with issues, so issues can be automatically closed once commits are merged into "),C,o(" branch.")])]),e("h2",E,[I,o(),t(i,{icon:"iconfont icon-build-package",size:"1.5rem",color:"rgb(254,189,105)"}),o(" Test Binary Package")]),j,e("p",null,[o("You need to install "),e("a",B,[o("Snap Hutao CA certificate"),t(n)]),o(" as "),N,o(" to allow Alpha versions be installed.")])])}const Y=l(d,[["render",T],["__file","contribute.html.vue"]]);export{Y as default};
import{_ as l}from"./plugin-vue_export-helper-x3n3nnut.js";import{r as a,o as s,c as r,a as e,b as o,d as t,e as c}from"./app-PHrBQrYx.js";const d={},u=e("h1",{id:"contribute-your-code",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#contribute-your-code","aria-hidden":"true"},"#"),o(" Contribute Your Code")],-1),h=e("p",null,"Snap Hutao is using C# and .NET Framework to develop both client and server. If you are willing to contribute your code to the project, please read the following guidelines.",-1),p={href:"https://github.com/DGP-Studio/Snap.Hutao/issues?q=is%3Aissue+is%3Aopen+-label%3A%E5%B7%B2%E4%BF%AE%E5%A4%8D+",target:"_blank",rel:"noopener noreferrer"},_={id:"setup-snap-hutao-project",tabindex:"-1"},b=e("a",{class:"header-anchor",href:"#setup-snap-hutao-project","aria-hidden":"true"},"#",-1),m={href:"https://visualstudio.microsoft.com/downloads/",target:"_blank",rel:"noopener noreferrer"},f=c("<li>Open Visual Studio Installer to complete Visual Studio installation <ul><li>You need to install <code>.NET desktop development</code>, <code>Desktop development with C++</code> and <code>Universal Windows Platform development</code> components</li></ul></li><li>Install <code>Single-project MSIX Packaging Tools for VS 2022</code> provided by Microsoft in Visual Studio marketplace</li><li>Use git to clone the project <code>https://github.com/DGP-Studio/Snap.Hutao.git</code> to your local device</li><li>Switch git branch to <code>develop</code></li><li>Open project solution with your Visual Studio and then you are ready to go</li>",5),g={id:"enable-debug",tabindex:"-1"},w=e("a",{class:"header-anchor",href:"#enable-debug","aria-hidden":"true"},"#",-1),k=e("code",null,"Sysinternals Suite",-1),S={href:"https://www.microsoft.com/store/productid/9P7KNL5RWT25",target:"_blank",rel:"noopener noreferrer"},y={href:"https://learn.microsoft.com/en-us/sysinternals/downloads/sysinternals-suite",target:"_blank",rel:"noopener noreferrer"},v=e("li",null,[o("Locate and run "),e("code",null,"DebugView"),o(" program in the installed app list or unzipped folder")],-1),A=e("li",null,"Run Snap Hutao client",-1),H=e("li",null,"Check DebugView output",-1),P={id:"start-pull-request",tabindex:"-1"},V=e("a",{class:"header-anchor",href:"#start-pull-request","aria-hidden":"true"},"#",-1),x=e("li",null,[o("All code-related changes from authors' own branches are only allowed be merged to "),e("code",null,"develop"),o(" branch")],-1),D={href:"https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests",target:"_blank",rel:"noopener noreferrer"},C=e("code",null,"main",-1),E={id:"test-binary-package",tabindex:"-1"},I=e("a",{class:"header-anchor",href:"#test-binary-package","aria-hidden":"true"},"#",-1),j=e("p",null,[o("Once the code in updated in "),e("code",null,"develop"),o(" and "),e("code",null,"main"),o(" branches, a GitHub actions script will build the latest code to "),e("code",null,"Snap Hutao Alpha"),o(" package. You can find all build records in alpha actions pipeline.")],-1),B={href:"https://github.com/DGP-Automation/Hutao-Auto-Release/releases/download/certificate-ca/DGP_Studio_CA.crt",target:"_blank",rel:"noopener noreferrer"},N=e("code",null,"Trusted Root Certification Authorities",-1);function T(q,G){const n=a("ExternalLinkIcon"),i=a("HopeIcon");return s(),r("div",null,[u,h,e("p",null,[o("You can find all "),e("a",p,[o("unsolved opened issues"),t(n)]),o(" on GitHub")]),e("h2",_,[b,o(),t(i,{icon:"iconfont icon-visual-studio",size:"1.5rem",color:"rgb(193,142,241)"}),o(" Setup Snap.Hutao Project")]),e("ol",null,[e("li",null,[o("Download and install "),e("a",m,[o("Visual Studio 2022 Community"),t(n)])]),f]),e("h2",g,[w,o(),t(i,{icon:"iconfont icon-debug",size:"1.5rem",color:"rgb(73,156,84)"}),o(" Enable Debug")]),e("ol",null,[e("li",null,[o("Download and install "),k,o(" from "),e("a",S,[o("Microsoft Store"),t(n)]),o(" or "),e("a",y,[o("Microsoft website"),t(n)])]),v,A,H]),e("h2",P,[V,o(),t(i,{icon:"iconfont icon-pull-request",size:"1.5rem",color:"rgb(130,80,223)"}),o(" Start Pull Request")]),e("ul",null,[x,e("li",null,[o("Please use "),e("a",D,[o("keywords"),t(n)]),o(" to link your PR or commits with issues, so issues can be automatically closed once commits are merged into "),C,o(" branch.")])]),e("h2",E,[I,o(),t(i,{icon:"iconfont icon-build-package",size:"1.5rem",color:"rgb(254,189,105)"}),o(" Test Binary Package")]),j,e("p",null,[o("You need to install "),e("a",B,[o("Snap Hutao CA certificate"),t(n)]),o(" as "),N,o(" to allow Alpha versions be installed.")])])}const Y=l(d,[["render",T],["__file","contribute.html.vue"]]);export{Y as default};

File diff suppressed because one or more lines are too long

View File

@@ -1 +1 @@
import{_ as l}from"./plugin-vue_export-helper-x3n3nnut.js";import{r as s,o as r,c as a,a as e,b as o,d as t,e as c}from"./app-kBV2pDE_.js";const d={},u=e("h1",{id:"贡献你的代码",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#贡献你的代码","aria-hidden":"true"},"#"),o(" 贡献你的代码")],-1),h=e("p",null,"胡桃工具箱使用 C# 和 .NET 框架开发桌面客户端和服务端。如果你愿意贡献你的代码,请阅读以下指导文档。",-1),_={href:"https://github.com/DGP-Studio/Snap.Hutao/issues?q=is%3Aissue+is%3Aopen+-label%3A%E5%B7%B2%E4%BF%AE%E5%A4%8D+",target:"_blank",rel:"noopener noreferrer"},p={id:"设置-snap-hutao-项目",tabindex:"-1"},f=e("a",{class:"header-anchor",href:"#设置-snap-hutao-项目","aria-hidden":"true"},"#",-1),m={href:"https://visualstudio.microsoft.com/downloads/",target:"_blank",rel:"noopener noreferrer"},b=c("<li>启动 Visual Studio Installer 以完成 Visual Studio 的安装流程 <ul><li>你需要安装 <code>.NET desktop development</code>、 <code>Desktop development with C++</code> 和 <code>Universal Windows Platform development</code> 组件</li></ul></li><li>安装 Visual Studio 商店中由 Microsoft 提供的 <code>Single-project MSIX Packaging Tools for VS 2022</code> 插件</li><li>使用 Git clone <code>https://github.com/DGP-Studio/Snap.Hutao.git</code> 到你的本地设备</li><li>将分支切换为 <code>develop</code></li><li>使用你的 Visual Studio 打开项目 solution接下来你就可以开始编辑代码了</li>",5),g={id:"开启-debug",tabindex:"-1"},S=e("a",{class:"header-anchor",href:"#开启-debug","aria-hidden":"true"},"#",-1),k={href:"https://www.microsoft.com/store/productid/9P7KNL5RWT25",target:"_blank",rel:"noopener noreferrer"},w={href:"https://learn.microsoft.com/zh-cn/sysinternals/downloads/sysinternals-suite",target:"_blank",rel:"noopener noreferrer"},v=e("code",null,"Sysinternals Suite",-1),P=e("li",null,[o("从开始菜单或解压后的文件中找到 "),e("code",null,"DebugView"),o(" 并启动")],-1),V=e("li",null,"启动 Snap Hutao 主程序",-1),x=e("li",null,"观察 DebugView 的输出",-1),A={id:"发起-pull-request",tabindex:"-1"},D=e("a",{class:"header-anchor",href:"#发起-pull-request","aria-hidden":"true"},"#",-1),H=e("li",null,[o("所有不是从项目其它分支发起的 Pull Request 都只被允许合并进 "),e("code",null,"develop"),o(" 分支")],-1),E={href:"https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests",target:"_blank",rel:"noopener noreferrer"},G=e("code",null,"main",-1),q={id:"测试打包程序",tabindex:"-1"},N=e("a",{class:"header-anchor",href:"#测试打包程序","aria-hidden":"true"},"#",-1),B=e("p",null,[o("一旦你的代码被合并进 "),e("code",null,"develop"),o(" 和 "),e("code",null,"main"),o(" 分支,一个 GitHub Actions 脚本将运行起来以构建所在分支的最新代码,并以 "),e("code",null,"Snap Hutao Alpha"),o(" 命名。 你可以在 alpha 流水线中找到全部的编译记录。")],-1),C=e("code",null,"受信任的根证书颁发机构",-1),I={href:"https://github.com/DGP-Automation/Hutao-Auto-Release/releases/download/certificate-ca/DGP_Studio_CA.crt",target:"_blank",rel:"noopener noreferrer"};function R(y,z){const n=s("ExternalLinkIcon"),i=s("HopeIcon");return r(),a("div",null,[u,h,e("p",null,[o("你可以在 GitHub 上查看所有当前仍然"),e("a",_,[o("未解决的问题"),t(n)])]),e("h2",p,[f,o(),t(i,{icon:"iconfont icon-visual-studio",size:"1.5rem",color:"rgb(193,142,241)"}),o(" 设置 Snap.Hutao 项目")]),e("ol",null,[e("li",null,[o("下载并安装 "),e("a",m,[o("Visual Studio 2022 Community"),t(n)])]),b]),e("h2",g,[S,o(),t(i,{icon:"iconfont icon-debug",size:"1.5rem",color:"rgb(73,156,84)"}),o(" 开启 Debug")]),e("ol",null,[e("li",null,[o("从"),e("a",k,[o("微软商店"),t(n)]),o("或"),e("a",w,[o("微软官网"),t(n)]),o("下载并安装 "),v]),P,V,x]),e("h2",A,[D,o(),t(i,{icon:"iconfont icon-pull-request",size:"1.5rem",color:"rgb(130,80,223)"}),o(" 发起 Pull Request")]),e("ul",null,[H,e("li",null,[o("如果你提交的代码与已有的 issue 相关,请使用请使用"),e("a",E,[o("关键词"),t(n)]),o(" 将你的 PR 与相关的 issue 关联起来。这样当你的 PR 最终被合并进 "),G,o(" 主分支时,这些 issue 将被自动关闭。")])]),e("h2",q,[N,o(),t(i,{icon:"iconfont icon-build-package",size:"1.5rem",color:"rgb(254,189,105)"}),o(" 测试打包程序")]),B,e("p",null,[o("你需要以"),C,o("添加"),e("a",I,[o("DGP Studio CA 证书"),t(n)]),o("到你的本地设备上以允许操作系统安装测试版安装包。")])])}const M=l(d,[["render",R],["__file","contribute.html.vue"]]);export{M as default};
import{_ as l}from"./plugin-vue_export-helper-x3n3nnut.js";import{r as s,o as r,c as a,a as e,b as o,d as t,e as c}from"./app-PHrBQrYx.js";const d={},u=e("h1",{id:"贡献你的代码",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#贡献你的代码","aria-hidden":"true"},"#"),o(" 贡献你的代码")],-1),h=e("p",null,"胡桃工具箱使用 C# 和 .NET 框架开发桌面客户端和服务端。如果你愿意贡献你的代码,请阅读以下指导文档。",-1),_={href:"https://github.com/DGP-Studio/Snap.Hutao/issues?q=is%3Aissue+is%3Aopen+-label%3A%E5%B7%B2%E4%BF%AE%E5%A4%8D+",target:"_blank",rel:"noopener noreferrer"},p={id:"设置-snap-hutao-项目",tabindex:"-1"},f=e("a",{class:"header-anchor",href:"#设置-snap-hutao-项目","aria-hidden":"true"},"#",-1),m={href:"https://visualstudio.microsoft.com/downloads/",target:"_blank",rel:"noopener noreferrer"},b=c("<li>启动 Visual Studio Installer 以完成 Visual Studio 的安装流程 <ul><li>你需要安装 <code>.NET desktop development</code>、 <code>Desktop development with C++</code> 和 <code>Universal Windows Platform development</code> 组件</li></ul></li><li>安装 Visual Studio 商店中由 Microsoft 提供的 <code>Single-project MSIX Packaging Tools for VS 2022</code> 插件</li><li>使用 Git clone <code>https://github.com/DGP-Studio/Snap.Hutao.git</code> 到你的本地设备</li><li>将分支切换为 <code>develop</code></li><li>使用你的 Visual Studio 打开项目 solution接下来你就可以开始编辑代码了</li>",5),g={id:"开启-debug",tabindex:"-1"},S=e("a",{class:"header-anchor",href:"#开启-debug","aria-hidden":"true"},"#",-1),k={href:"https://www.microsoft.com/store/productid/9P7KNL5RWT25",target:"_blank",rel:"noopener noreferrer"},w={href:"https://learn.microsoft.com/zh-cn/sysinternals/downloads/sysinternals-suite",target:"_blank",rel:"noopener noreferrer"},v=e("code",null,"Sysinternals Suite",-1),P=e("li",null,[o("从开始菜单或解压后的文件中找到 "),e("code",null,"DebugView"),o(" 并启动")],-1),V=e("li",null,"启动 Snap Hutao 主程序",-1),x=e("li",null,"观察 DebugView 的输出",-1),A={id:"发起-pull-request",tabindex:"-1"},D=e("a",{class:"header-anchor",href:"#发起-pull-request","aria-hidden":"true"},"#",-1),H=e("li",null,[o("所有不是从项目其它分支发起的 Pull Request 都只被允许合并进 "),e("code",null,"develop"),o(" 分支")],-1),E={href:"https://docs.github.com/en/get-started/writing-on-github/working-with-advanced-formatting/using-keywords-in-issues-and-pull-requests",target:"_blank",rel:"noopener noreferrer"},G=e("code",null,"main",-1),q={id:"测试打包程序",tabindex:"-1"},N=e("a",{class:"header-anchor",href:"#测试打包程序","aria-hidden":"true"},"#",-1),B=e("p",null,[o("一旦你的代码被合并进 "),e("code",null,"develop"),o(" 和 "),e("code",null,"main"),o(" 分支,一个 GitHub Actions 脚本将运行起来以构建所在分支的最新代码,并以 "),e("code",null,"Snap Hutao Alpha"),o(" 命名。 你可以在 alpha 流水线中找到全部的编译记录。")],-1),C=e("code",null,"受信任的根证书颁发机构",-1),I={href:"https://github.com/DGP-Automation/Hutao-Auto-Release/releases/download/certificate-ca/DGP_Studio_CA.crt",target:"_blank",rel:"noopener noreferrer"};function R(y,z){const n=s("ExternalLinkIcon"),i=s("HopeIcon");return r(),a("div",null,[u,h,e("p",null,[o("你可以在 GitHub 上查看所有当前仍然"),e("a",_,[o("未解决的问题"),t(n)])]),e("h2",p,[f,o(),t(i,{icon:"iconfont icon-visual-studio",size:"1.5rem",color:"rgb(193,142,241)"}),o(" 设置 Snap.Hutao 项目")]),e("ol",null,[e("li",null,[o("下载并安装 "),e("a",m,[o("Visual Studio 2022 Community"),t(n)])]),b]),e("h2",g,[S,o(),t(i,{icon:"iconfont icon-debug",size:"1.5rem",color:"rgb(73,156,84)"}),o(" 开启 Debug")]),e("ol",null,[e("li",null,[o("从"),e("a",k,[o("微软商店"),t(n)]),o("或"),e("a",w,[o("微软官网"),t(n)]),o("下载并安装 "),v]),P,V,x]),e("h2",A,[D,o(),t(i,{icon:"iconfont icon-pull-request",size:"1.5rem",color:"rgb(130,80,223)"}),o(" 发起 Pull Request")]),e("ul",null,[H,e("li",null,[o("如果你提交的代码与已有的 issue 相关,请使用请使用"),e("a",E,[o("关键词"),t(n)]),o(" 将你的 PR 与相关的 issue 关联起来。这样当你的 PR 最终被合并进 "),G,o(" 主分支时,这些 issue 将被自动关闭。")])]),e("h2",q,[N,o(),t(i,{icon:"iconfont icon-build-package",size:"1.5rem",color:"rgb(254,189,105)"}),o(" 测试打包程序")]),B,e("p",null,[o("你需要以"),C,o("添加"),e("a",I,[o("DGP Studio CA 证书"),t(n)]),o("到你的本地设备上以允许操作系统安装测试版安装包。")])])}const M=l(d,[["render",R],["__file","contribute.html.vue"]]);export{M as default};

View File

@@ -1 +1 @@
import{_ as l}from"./plugin-vue_export-helper-x3n3nnut.js";import{o as i,c as a,e}from"./app-kBV2pDE_.js";const t={},o=e('<h1 id="首页仪表盘" tabindex="-1"><a class="header-anchor" href="#首页仪表盘" aria-hidden="true">#</a> 首页仪表盘</h1><p><img src="https://img.alicdn.com/imgextra/i2/1797064093/O1CN01SYGGdw1g6dyH1OHmD_!!1797064093.png_.webp" alt="仪表盘" loading="lazy"></p><p>胡桃工具箱启动后会默认进入首页仪表盘,上半部分为你的个人游戏数据,下半部分为近期游戏公告及游戏活动倒计时。</p><p>个人游戏数据仪表盘包含以下内容:</p><ul><li>Snap Hutao 公告 <ul><li>若 Snap Hutao 开发组发布了新的公告则会在仪表盘上方显示,你可以手动关闭这些公告</li></ul></li><li>胡桃帐号 <ul><li>若你已登录胡桃帐号,将会在顶部显示胡桃邮箱帐号;若未登录将会有注册和登录提示</li></ul></li><li>游戏启动器 <ul><li>你可以直接在仪表盘中选择帐号并启动游戏</li></ul></li><li>祈愿记录 <ul><li>仪表盘中将显示祈愿档案 UID 并以进度条的形式显示保底计数</li><li>如在胡桃工具箱中有多个祈愿档案,你可以使用祈愿记录图表两侧的箭头按钮来切换档案</li></ul></li><li>成就统计 <ul><li>仪表盘中将显示成就档案中已完成成就总数、百分比和最新获得的成就</li><li>如在胡桃工具箱中有多个成就档案,你可以使用成就统计图表两侧的箭头按钮来切换档案</li></ul></li><li>实时便笺 <ul><li>仪表盘中将显示实时便笺数据</li><li>如在胡桃工具箱中有多个激活的实时便笺,你可以使用实时便笺两侧的箭头按钮来切换档案</li></ul></li></ul>',5),r=[o];function c(u,n){return i(),a("div",null,r)}const _=l(t,[["render",c],["__file","dashboard.html.vue"]]);export{_ as default};
import{_ as l}from"./plugin-vue_export-helper-x3n3nnut.js";import{o as i,c as a,e}from"./app-PHrBQrYx.js";const t={},o=e('<h1 id="首页仪表盘" tabindex="-1"><a class="header-anchor" href="#首页仪表盘" aria-hidden="true">#</a> 首页仪表盘</h1><p><img src="https://img.alicdn.com/imgextra/i2/1797064093/O1CN01SYGGdw1g6dyH1OHmD_!!1797064093.png_.webp" alt="仪表盘" loading="lazy"></p><p>胡桃工具箱启动后会默认进入首页仪表盘,上半部分为你的个人游戏数据,下半部分为近期游戏公告及游戏活动倒计时。</p><p>个人游戏数据仪表盘包含以下内容:</p><ul><li>Snap Hutao 公告 <ul><li>若 Snap Hutao 开发组发布了新的公告则会在仪表盘上方显示,你可以手动关闭这些公告</li></ul></li><li>胡桃帐号 <ul><li>若你已登录胡桃帐号,将会在顶部显示胡桃邮箱帐号;若未登录将会有注册和登录提示</li></ul></li><li>游戏启动器 <ul><li>你可以直接在仪表盘中选择帐号并启动游戏</li></ul></li><li>祈愿记录 <ul><li>仪表盘中将显示祈愿档案 UID 并以进度条的形式显示保底计数</li><li>如在胡桃工具箱中有多个祈愿档案,你可以使用祈愿记录图表两侧的箭头按钮来切换档案</li></ul></li><li>成就统计 <ul><li>仪表盘中将显示成就档案中已完成成就总数、百分比和最新获得的成就</li><li>如在胡桃工具箱中有多个成就档案,你可以使用成就统计图表两侧的箭头按钮来切换档案</li></ul></li><li>实时便笺 <ul><li>仪表盘中将显示实时便笺数据</li><li>如在胡桃工具箱中有多个激活的实时便笺,你可以使用实时便笺两侧的箭头按钮来切换档案</li></ul></li></ul>',5),r=[o];function c(u,n){return i(),a("div",null,r)}const _=l(t,[["render",c],["__file","dashboard.html.vue"]]);export{_ as default};

View File

@@ -1 +1 @@
import{_ as e}from"./plugin-vue_export-helper-x3n3nnut.js";import{o as a,c as t,e as i}from"./app-kBV2pDE_.js";const o={},n=i('<h1 id="home-dashboard" tabindex="-1"><a class="header-anchor" href="#home-dashboard" aria-hidden="true">#</a> Home Dashboard</h1><p><img src="https://img.alicdn.com/imgextra/i2/1797064093/O1CN01BV3VBz1g6dy4fyYJw_!!1797064093.png_.webp" alt="dashbord screenshot" loading="lazy"></p><p>Snap Hutao will enter home dashboard by default when it&#39;s opened. The top part is your personal gaming data; the bottom part is recent game notice and event countdown in days and hours.</p><p>Gaming data dashboard includes:</p><ul><li>Snap Hutao Announcement <ul><li>If Snap Hutao dev team publish a new announcement, it will be shown on the dashboard, it can be manually closed</li></ul></li><li>Snap Hutao Account <ul><li>If you have a signed in Snap Hutao account, the email address will be shown on the top; If not signed in, there will be a register/login hint</li></ul></li><li>Game launcher <ul><li>You can select your account and start the game from dashboard</li></ul></li><li>Wish history <ul><li>Game UID and progress bar styled pity count will be display in the dashboard</li><li>If you have multiple wish history archives, you can use arrow button on left and right side of chart to switch archive</li></ul></li><li>Achievement statistics <ul><li>Achievement statistics charts includes gained achievements count, percentage, and the latest gained achievements</li><li>If you have multiple achievement archives, you can use arrow button on left and right side of chart to switch archive</li></ul></li><li>Real-time Notes <ul><li>Real-time notes data will be displayed on home dashboard</li><li>If you have multiple activated real-time notes account, you can use arrow button on left and right side of chart to switch account</li></ul></li></ul>',5),l=[n];function s(r,h){return a(),t("div",null,l)}const u=e(o,[["render",s],["__file","dashboard.html.vue"]]);export{u as default};
import{_ as e}from"./plugin-vue_export-helper-x3n3nnut.js";import{o as a,c as t,e as i}from"./app-PHrBQrYx.js";const o={},n=i('<h1 id="home-dashboard" tabindex="-1"><a class="header-anchor" href="#home-dashboard" aria-hidden="true">#</a> Home Dashboard</h1><p><img src="https://img.alicdn.com/imgextra/i2/1797064093/O1CN01BV3VBz1g6dy4fyYJw_!!1797064093.png_.webp" alt="dashbord screenshot" loading="lazy"></p><p>Snap Hutao will enter home dashboard by default when it&#39;s opened. The top part is your personal gaming data; the bottom part is recent game notice and event countdown in days and hours.</p><p>Gaming data dashboard includes:</p><ul><li>Snap Hutao Announcement <ul><li>If Snap Hutao dev team publish a new announcement, it will be shown on the dashboard, it can be manually closed</li></ul></li><li>Snap Hutao Account <ul><li>If you have a signed in Snap Hutao account, the email address will be shown on the top; If not signed in, there will be a register/login hint</li></ul></li><li>Game launcher <ul><li>You can select your account and start the game from dashboard</li></ul></li><li>Wish history <ul><li>Game UID and progress bar styled pity count will be display in the dashboard</li><li>If you have multiple wish history archives, you can use arrow button on left and right side of chart to switch archive</li></ul></li><li>Achievement statistics <ul><li>Achievement statistics charts includes gained achievements count, percentage, and the latest gained achievements</li><li>If you have multiple achievement archives, you can use arrow button on left and right side of chart to switch archive</li></ul></li><li>Real-time Notes <ul><li>Real-time notes data will be displayed on home dashboard</li><li>If you have multiple activated real-time notes account, you can use arrow button on left and right side of chart to switch account</li></ul></li></ul>',5),l=[n];function s(r,h){return a(),t("div",null,l)}const u=e(o,[["render",s],["__file","dashboard.html.vue"]]);export{u as default};

View File

@@ -1 +1 @@
import{_ as l}from"./plugin-vue_export-helper-x3n3nnut.js";import{o as i,c as a,e}from"./app-kBV2pDE_.js";const t={},o=e('<h1 id="домашняя-панель" tabindex="-1"><a class="header-anchor" href="#домашняя-панель" aria-hidden="true">#</a> Домашняя панель</h1><p><img src="https://img.alicdn.com/imgextra/i2/1797064093/O1CN01BV3VBz1g6dy4fyYJw_!!1797064093.png_.webp" alt="dashbord screenshot" loading="lazy"></p><p>Snap Hutao по умолчанию входит в домашнюю панель при открытии. В верхней части находятся ваши личные игровые данные, а в нижней - недавние уведомления об игре и обратный отсчет событий в днях и часах.</p><p>На домашней панели игровые данные включают в себя:</p><ul><li>Snap Hutao Announcement <ul><li>Если команда разработчиков Snap Hutao опубликует новое объявление, оно будет отображено на домашней панели и может быть вручную закрыто.</li></ul></li><li>Snap Hutao Account <ul><li>Если у вас есть аккаунт в Snap Hutao, адрес электронной почты будет отображаться сверху. Если вы не вошли в систему, будет предоставлена подсказка для регистрации/входа.</li></ul></li><li>Запуск игры <ul><li>Вы можете выбрать свой аккаунт и запустить игру прямо с домашней панели.</li></ul></li><li>История желаний <ul><li>На домашней панели будет отображаться номер игрового UID и полоса сострадания в стиле полосы прогресса.</li><li>Если у вас есть несколько архивов истории желаний, вы можете использовать стрелочные кнопки слева и справа от графика для переключения архива.</li></ul></li><li>Статистика достижений <ul><li>Графики статистики достижений включают количество полученных достижений, процент и последние полученные достижения.</li><li>Если у вас есть несколько архивов достижений, вы можете использовать стрелочные кнопки слева и справа от графика для переключения архива.</li></ul></li><li>Real-time Notes <ul><li>Данные о реальном времени будут отображаться на домашней панели.</li><li>Если у вас есть несколько активированных аккаунтов для записей в реальном времени, вы можете использовать стрелочные кнопки слева и справа от графика для переключения аккаунта.</li></ul></li></ul>',5),n=[o];function u(c,r){return i(),a("div",null,n)}const p=l(t,[["render",u],["__file","dashboard.html.vue"]]);export{p as default};
import{_ as l}from"./plugin-vue_export-helper-x3n3nnut.js";import{o as i,c as a,e}from"./app-PHrBQrYx.js";const t={},o=e('<h1 id="домашняя-панель" tabindex="-1"><a class="header-anchor" href="#домашняя-панель" aria-hidden="true">#</a> Домашняя панель</h1><p><img src="https://img.alicdn.com/imgextra/i2/1797064093/O1CN01BV3VBz1g6dy4fyYJw_!!1797064093.png_.webp" alt="dashbord screenshot" loading="lazy"></p><p>Snap Hutao по умолчанию входит в домашнюю панель при открытии. В верхней части находятся ваши личные игровые данные, а в нижней - недавние уведомления об игре и обратный отсчет событий в днях и часах.</p><p>На домашней панели игровые данные включают в себя:</p><ul><li>Snap Hutao Announcement <ul><li>Если команда разработчиков Snap Hutao опубликует новое объявление, оно будет отображено на домашней панели и может быть вручную закрыто.</li></ul></li><li>Snap Hutao Account <ul><li>Если у вас есть аккаунт в Snap Hutao, адрес электронной почты будет отображаться сверху. Если вы не вошли в систему, будет предоставлена подсказка для регистрации/входа.</li></ul></li><li>Запуск игры <ul><li>Вы можете выбрать свой аккаунт и запустить игру прямо с домашней панели.</li></ul></li><li>История желаний <ul><li>На домашней панели будет отображаться номер игрового UID и полоса сострадания в стиле полосы прогресса.</li><li>Если у вас есть несколько архивов истории желаний, вы можете использовать стрелочные кнопки слева и справа от графика для переключения архива.</li></ul></li><li>Статистика достижений <ul><li>Графики статистики достижений включают количество полученных достижений, процент и последние полученные достижения.</li><li>Если у вас есть несколько архивов достижений, вы можете использовать стрелочные кнопки слева и справа от графика для переключения архива.</li></ul></li><li>Real-time Notes <ul><li>Данные о реальном времени будут отображаться на домашней панели.</li><li>Если у вас есть несколько активированных аккаунтов для записей в реальном времени, вы можете использовать стрелочные кнопки слева и справа от графика для переключения аккаунта.</li></ul></li></ul>',5),n=[o];function u(c,r){return i(),a("div",null,n)}const p=l(t,[["render",u],["__file","dashboard.html.vue"]]);export{p as default};

View File

@@ -1 +1 @@
import{_ as t}from"./plugin-vue_export-helper-x3n3nnut.js";import{r as a,o as l,c as s,a as e,b as n,d as i}from"./app-kBV2pDE_.js";const r={},d=e("h1",{id:"install-dependency-manually",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#install-dependency-manually","aria-hidden":"true"},"#"),n(" Install Dependency Manually")],-1),c=e("p",null,"Snap Hutao relies on Windows App Runtime as a dependency, when user's system is missing this environment, Windows will install this framework before Snap Hutao's installation.",-1),p=e("p",null,[e("img",{src:"https://img.alicdn.com/imgextra/i3/1797064093/O1CN01RJFPnY1g6dye2b8Uy_!!1797064093.png_.webp",alt:"",loading:"lazy"})],-1),u=e("p",null,"If you are in a poor network, you may slow or even stuck at framework installation stage. In such a scenario, you can download the framework from Microsoft website and install it manually.",-1),_={href:"https://learn.microsoft.com/en-us/windows/apps/windows-app-sdk/downloads",target:"_blank",rel:"noopener noreferrer"},m=e("li",null,[n("Click on "),e("code",null,"Dwonload the latest x64 stable installer"),n(" to download the offline installer")],-1),h=e("li",null,"Run Windows App Runtime installer you just downloaded, and then install Snap Hutao",-1);function f(w,y){const o=a("ExternalLinkIcon");return l(),s("div",null,[d,c,p,u,e("ol",null,[e("li",null,[n("Visit Microsoft document page"),e("a",_,[n("Latest downloads for the Windows App SDK"),i(o)])]),m,h])])}const x=t(r,[["render",f],["__file","dependency.html.vue"]]);export{x as default};
import{_ as t}from"./plugin-vue_export-helper-x3n3nnut.js";import{r as a,o as l,c as s,a as e,b as n,d as i}from"./app-PHrBQrYx.js";const r={},d=e("h1",{id:"install-dependency-manually",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#install-dependency-manually","aria-hidden":"true"},"#"),n(" Install Dependency Manually")],-1),c=e("p",null,"Snap Hutao relies on Windows App Runtime as a dependency, when user's system is missing this environment, Windows will install this framework before Snap Hutao's installation.",-1),p=e("p",null,[e("img",{src:"https://img.alicdn.com/imgextra/i3/1797064093/O1CN01RJFPnY1g6dye2b8Uy_!!1797064093.png_.webp",alt:"",loading:"lazy"})],-1),u=e("p",null,"If you are in a poor network, you may slow or even stuck at framework installation stage. In such a scenario, you can download the framework from Microsoft website and install it manually.",-1),_={href:"https://learn.microsoft.com/en-us/windows/apps/windows-app-sdk/downloads",target:"_blank",rel:"noopener noreferrer"},m=e("li",null,[n("Click on "),e("code",null,"Dwonload the latest x64 stable installer"),n(" to download the offline installer")],-1),h=e("li",null,"Run Windows App Runtime installer you just downloaded, and then install Snap Hutao",-1);function f(w,y){const o=a("ExternalLinkIcon");return l(),s("div",null,[d,c,p,u,e("ol",null,[e("li",null,[n("Visit Microsoft document page"),e("a",_,[n("Latest downloads for the Windows App SDK"),i(o)])]),m,h])])}const x=t(r,[["render",f],["__file","dependency.html.vue"]]);export{x as default};

View File

@@ -1 +1 @@
import{_ as t}from"./plugin-vue_export-helper-x3n3nnut.js";import{r as s,o as a,c as l,a as e,b as n,d as i}from"./app-kBV2pDE_.js";const c={},d=e("h1",{id:"手动安装依赖项",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#手动安装依赖项","aria-hidden":"true"},"#"),n(" 手动安装依赖项")],-1),r=e("p",null,"Snap Hutao 依赖于 Windows App Runtime 作为环境当用户系统缺少该环境时Windows 系统会在安装胡桃前安装该框架。",-1),_=e("p",null,[e("img",{src:"https://img.alicdn.com/imgextra/i1/1797064093/O1CN01xH5WtE1g6dyZoGnu3_!!1797064093.png_.webp",alt:"",loading:"lazy"})],-1),p=e("p",null,"若你处在网络较差的环境中,可能会卡在环境安装过程中。在这种情况下,你可以从微软官网下载 Windows App Runtime 安装包并手动安装:",-1),u={href:"https://learn.microsoft.com/zh-cn/windows/apps/windows-app-sdk/downloads",target:"_blank",rel:"noopener noreferrer"},h=e("li",null,[n("点击"),e("code",null,"下载最新的 x64 稳定安装程序"),n("以下载离线安装包")],-1),m=e("li",null,"运行下载的 Windows App Runtime 安装包,完成后再安装 Snap Hutao",-1);function f(w,x){const o=s("ExternalLinkIcon");return a(),l("div",null,[d,r,_,p,e("ol",null,[e("li",null,[n("访问微软官方文档:"),e("a",u,[n("Windows 应用 SDK 最新的下载项"),i(o)])]),h,m])])}const W=t(c,[["render",f],["__file","dependency.html.vue"]]);export{W as default};
import{_ as t}from"./plugin-vue_export-helper-x3n3nnut.js";import{r as s,o as a,c as l,a as e,b as n,d as i}from"./app-PHrBQrYx.js";const c={},d=e("h1",{id:"手动安装依赖项",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#手动安装依赖项","aria-hidden":"true"},"#"),n(" 手动安装依赖项")],-1),r=e("p",null,"Snap Hutao 依赖于 Windows App Runtime 作为环境当用户系统缺少该环境时Windows 系统会在安装胡桃前安装该框架。",-1),_=e("p",null,[e("img",{src:"https://img.alicdn.com/imgextra/i1/1797064093/O1CN01xH5WtE1g6dyZoGnu3_!!1797064093.png_.webp",alt:"",loading:"lazy"})],-1),p=e("p",null,"若你处在网络较差的环境中,可能会卡在环境安装过程中。在这种情况下,你可以从微软官网下载 Windows App Runtime 安装包并手动安装:",-1),u={href:"https://learn.microsoft.com/zh-cn/windows/apps/windows-app-sdk/downloads",target:"_blank",rel:"noopener noreferrer"},h=e("li",null,[n("点击"),e("code",null,"下载最新的 x64 稳定安装程序"),n("以下载离线安装包")],-1),m=e("li",null,"运行下载的 Windows App Runtime 安装包,完成后再安装 Snap Hutao",-1);function f(w,x){const o=s("ExternalLinkIcon");return a(),l("div",null,[d,r,_,p,e("ol",null,[e("li",null,[n("访问微软官方文档:"),e("a",u,[n("Windows 应用 SDK 最新的下载项"),i(o)])]),h,m])])}const W=t(c,[["render",f],["__file","dependency.html.vue"]]);export{W as default};

View File

@@ -1 +1 @@
import{_ as t}from"./plugin-vue_export-helper-x3n3nnut.js";import{r as s,o as a,c as i,a as e,b as n,d as l}from"./app-kBV2pDE_.js";const r={},c=e("h1",{id:"ручная-установка-зависимостеи",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#ручная-установка-зависимостеи","aria-hidden":"true"},"#"),n(" Ручная установка зависимостей")],-1),d=e("p",null,"Snap Hutao зависит от Windows App Runtime в качестве необходимой компоненты. Если система пользователя не содержит этого окружения, Windows автоматически установит этот фреймворк перед установкой Snap Hutao.",-1),_=e("p",null,[e("img",{src:"https://img.alicdn.com/imgextra/i3/1797064093/O1CN01RJFPnY1g6dye2b8Uy_!!1797064093.png_.webp",alt:"",loading:"lazy"})],-1),p=e("p",null,"Если у вас медленное интернет-соединение или установка фреймворка занимает много времени, вы можете вручную скачать фреймворк с веб-сайта Microsoft и установить его.",-1),u={href:"https://learn.microsoft.com/en-us/windows/apps/windows-app-sdk/downloads",target:"_blank",rel:"noopener noreferrer"},h=e("li",null,'Нажмите "Скачать последний стабильный установщик x64" для загрузки оффлайн-установщика.',-1),m=e("li",null,"Запустите установщик Windows App Runtime, который вы только что скачали, а затем установите Snap Hutao.",-1);function f(w,x){const o=s("ExternalLinkIcon");return a(),i("div",null,[c,d,_,p,e("ol",null,[e("li",null,[n("Посетите страницу документации Microsoft: "),e("a",u,[n("Последние версии Windows App SDK"),l(o)])]),h,m])])}const b=t(r,[["render",f],["__file","dependency.html.vue"]]);export{b as default};
import{_ as t}from"./plugin-vue_export-helper-x3n3nnut.js";import{r as s,o as a,c as i,a as e,b as n,d as l}from"./app-PHrBQrYx.js";const r={},c=e("h1",{id:"ручная-установка-зависимостеи",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#ручная-установка-зависимостеи","aria-hidden":"true"},"#"),n(" Ручная установка зависимостей")],-1),d=e("p",null,"Snap Hutao зависит от Windows App Runtime в качестве необходимой компоненты. Если система пользователя не содержит этого окружения, Windows автоматически установит этот фреймворк перед установкой Snap Hutao.",-1),_=e("p",null,[e("img",{src:"https://img.alicdn.com/imgextra/i3/1797064093/O1CN01RJFPnY1g6dye2b8Uy_!!1797064093.png_.webp",alt:"",loading:"lazy"})],-1),p=e("p",null,"Если у вас медленное интернет-соединение или установка фреймворка занимает много времени, вы можете вручную скачать фреймворк с веб-сайта Microsoft и установить его.",-1),u={href:"https://learn.microsoft.com/en-us/windows/apps/windows-app-sdk/downloads",target:"_blank",rel:"noopener noreferrer"},h=e("li",null,'Нажмите "Скачать последний стабильный установщик x64" для загрузки оффлайн-установщика.',-1),m=e("li",null,"Запустите установщик Windows App Runtime, который вы только что скачали, а затем установите Snap Hutao.",-1);function f(w,x){const o=s("ExternalLinkIcon");return a(),i("div",null,[c,d,_,p,e("ol",null,[e("li",null,[n("Посетите страницу документации Microsoft: "),e("a",u,[n("Последние версии Windows App SDK"),l(o)])]),h,m])])}const b=t(r,[["render",f],["__file","dependency.html.vue"]]);export{b as default};

View File

@@ -1 +1 @@
import{_ as e}from"./plugin-vue_export-helper-x3n3nnut.js";import{o as a,c as t,e as l}from"./app-kBV2pDE_.js";const o={},d=l('<h1 id="development-plan" tabindex="-1"><a class="header-anchor" href="#development-plan" aria-hidden="true">#</a> Development Plan</h1><p><img src="https://img.alicdn.com/imgextra/i1/1797064093/O1CN01CDsjcb1g6dyB7M0EW_!!1797064093.png_.webp" alt="dev-plan" loading="lazy"></p><h2 id="add-develop-goals-into-material-checklist" tabindex="-1"><a class="header-anchor" href="#add-develop-goals-into-material-checklist" aria-hidden="true">#</a> Add Develop Goals into Material Checklist</h2><h3 id="add-goals-from-wikis" tabindex="-1"><a class="header-anchor" href="#add-goals-from-wikis" aria-hidden="true">#</a> Add Goals from WIKIs</h3><ul><li>Click <code>Character WIKI</code> or <code>Weapon WIKI</code> from the left menu bar</li><li>Select on character or weapon to want to add</li><li>Click <code>Add to Dev Plan</code> on the top right</li><li>In the pop-up window, input the base level and target level <ul><li>By default, add goals from WIKIs will set base level as <code>1</code></li></ul></li></ul><h3 id="add-goals-from-my-characters-data" tabindex="-1"><a class="header-anchor" href="#add-goals-from-my-characters-data" aria-hidden="true">#</a> Add Goals from My Characters Data</h3><ul><li>Click <code>My Characters</code> from the left menu bar</li><li>Select the character you want to add</li><li>In the pop-up window, input the base level and target level <ul><li>By default, add goals from WIKIs will set base level as player&#39;s live data&#39;</li><li>Refer to <a href="character-data#sync-character-data">My Characters</a> document to get more guides</li></ul></li></ul><h2 id="inventory-items" tabindex="-1"><a class="header-anchor" href="#inventory-items" aria-hidden="true">#</a> Inventory Items</h2><div class="hint-container info"><p class="hint-container-title">Info</p><p>This feature is under construction for non-Chinese languages</p></div>',9),i=[d];function r(n,c){return a(),t("div",null,i)}const p=e(o,[["render",r],["__file","develop-plan.html.vue"]]);export{p as default};
import{_ as e}from"./plugin-vue_export-helper-x3n3nnut.js";import{o as a,c as t,e as l}from"./app-PHrBQrYx.js";const o={},d=l('<h1 id="development-plan" tabindex="-1"><a class="header-anchor" href="#development-plan" aria-hidden="true">#</a> Development Plan</h1><p><img src="https://img.alicdn.com/imgextra/i1/1797064093/O1CN01CDsjcb1g6dyB7M0EW_!!1797064093.png_.webp" alt="dev-plan" loading="lazy"></p><h2 id="add-develop-goals-into-material-checklist" tabindex="-1"><a class="header-anchor" href="#add-develop-goals-into-material-checklist" aria-hidden="true">#</a> Add Develop Goals into Material Checklist</h2><h3 id="add-goals-from-wikis" tabindex="-1"><a class="header-anchor" href="#add-goals-from-wikis" aria-hidden="true">#</a> Add Goals from WIKIs</h3><ul><li>Click <code>Character WIKI</code> or <code>Weapon WIKI</code> from the left menu bar</li><li>Select on character or weapon to want to add</li><li>Click <code>Add to Dev Plan</code> on the top right</li><li>In the pop-up window, input the base level and target level <ul><li>By default, add goals from WIKIs will set base level as <code>1</code></li></ul></li></ul><h3 id="add-goals-from-my-characters-data" tabindex="-1"><a class="header-anchor" href="#add-goals-from-my-characters-data" aria-hidden="true">#</a> Add Goals from My Characters Data</h3><ul><li>Click <code>My Characters</code> from the left menu bar</li><li>Select the character you want to add</li><li>In the pop-up window, input the base level and target level <ul><li>By default, add goals from WIKIs will set base level as player&#39;s live data&#39;</li><li>Refer to <a href="character-data#sync-character-data">My Characters</a> document to get more guides</li></ul></li></ul><h2 id="inventory-items" tabindex="-1"><a class="header-anchor" href="#inventory-items" aria-hidden="true">#</a> Inventory Items</h2><div class="hint-container info"><p class="hint-container-title">Info</p><p>This feature is under construction for non-Chinese languages</p></div>',9),i=[d];function r(n,c){return a(),t("div",null,i)}const p=e(o,[["render",r],["__file","develop-plan.html.vue"]]);export{p as default};

View File

@@ -1 +1 @@
import{_ as i}from"./plugin-vue_export-helper-x3n3nnut.js";import{o as l,c as o,e as t}from"./app-kBV2pDE_.js";const e={},a=t('<h1 id="养成计划" tabindex="-1"><a class="header-anchor" href="#养成计划" aria-hidden="true">#</a> 养成计划</h1><p><img src="https://img.alicdn.com/imgextra/i2/1797064093/O1CN01O0N4DT1g6dyEhgjZn_!!1797064093.png_.webp" alt="dev-plan" loading="lazy"></p><h2 id="添加养成目标进入材料清单" tabindex="-1"><a class="header-anchor" href="#添加养成目标进入材料清单" aria-hidden="true">#</a> 添加养成目标进入材料清单</h2><h3 id="基于-wiki-资料添加" tabindex="-1"><a class="header-anchor" href="#基于-wiki-资料添加" aria-hidden="true">#</a> 基于 WIKI 资料添加</h3><ul><li>在胡桃工具箱的左侧栏目中,点击<code>角色资料</code>或<code>武器资料</code>功能</li><li>在&quot;胡桃工具箱&quot;的整体界面右上部分,点击<code>养成计算</code>按钮</li><li>在弹出的&quot;添加到当前养成计划&quot;的窗口中,填写角色需要计算的各项属性的起始等级以及目标等级 <ul><li>基于 WIKI 资料添加的养成目标,默认初始值为 1 级</li></ul></li></ul><h3 id="基于玩家数据添加" tabindex="-1"><a class="header-anchor" href="#基于玩家数据添加" aria-hidden="true">#</a> 基于玩家数据添加</h3><ul><li>在&quot;胡桃工具箱&quot;的左侧栏目中,点击<code>我的角色</code>功能</li><li>在选中角色后,点击右上角的<code>养成计算</code>按钮</li><li>在弹出的&quot;添加到当前养成计划&quot;的窗口中,填写角色需要计算的各项属性的&quot;起始等级&quot;以及&quot;目标等级&quot; <ul><li>基于玩家数据添加的养成目标,默认初始等级为玩家当前的角色等级</li><li>请参考<a href="character-data#%E5%B0%86%E5%BD%93%E5%89%8D%E9%80%89%E5%AE%9A%E8%A7%92%E8%89%B2%E5%8A%A0%E5%85%A5%E5%85%BB%E6%88%90%E8%AE%A1%E7%AE%97">属性统计</a>文档以获取更多信息</li></ul></li></ul><h2 id="背包物品" tabindex="-1"><a class="header-anchor" href="#背包物品" aria-hidden="true">#</a> 背包物品</h2><ul><li>在&quot;胡桃工具箱&quot;的左侧栏目中,点击&quot;养成计划&quot;功能</li><li>点击&quot;背包物品&quot;功能栏</li><li>在&quot;胡桃工具箱&quot;的整体界面右上部分,点击&quot;新建计划&quot;按钮</li><li>在弹出的&quot;创建新的养成计划&quot;的窗口中,填写需要创建的养成计划名称 <ul><li>此处可勾选&quot;绑定当前选中的账号角色&quot;</li><li>&quot;新建计划&quot;按钮左侧的下拉选项框,可<strong>自行切换不同的养成计划</strong></li></ul></li><li>点击下方的任意物品图标或数字区域,即可手动编辑该种材料的数目 <ul><li>背包物品的具体材料信息,<strong>对应于</strong>其修改时,所切换至的养成计划</li></ul></li><li>在&quot;胡桃工具箱&quot;的整体界面右上部分,可点击&quot;删除计划&quot;按钮,将当前的养成计划删除 <ul><li>在删除当前养成计划后,处于切换至该养成计划时,输入的背包物品信息将一同删除</li></ul></li></ul>',9),u=[a];function d(r,c){return l(),o("div",null,u)}const q=i(e,[["render",d],["__file","develop-plan.html.vue"]]);export{q as default};
import{_ as i}from"./plugin-vue_export-helper-x3n3nnut.js";import{o as l,c as o,e as t}from"./app-PHrBQrYx.js";const e={},a=t('<h1 id="养成计划" tabindex="-1"><a class="header-anchor" href="#养成计划" aria-hidden="true">#</a> 养成计划</h1><p><img src="https://img.alicdn.com/imgextra/i2/1797064093/O1CN01O0N4DT1g6dyEhgjZn_!!1797064093.png_.webp" alt="dev-plan" loading="lazy"></p><h2 id="添加养成目标进入材料清单" tabindex="-1"><a class="header-anchor" href="#添加养成目标进入材料清单" aria-hidden="true">#</a> 添加养成目标进入材料清单</h2><h3 id="基于-wiki-资料添加" tabindex="-1"><a class="header-anchor" href="#基于-wiki-资料添加" aria-hidden="true">#</a> 基于 WIKI 资料添加</h3><ul><li>在胡桃工具箱的左侧栏目中,点击<code>角色资料</code>或<code>武器资料</code>功能</li><li>在&quot;胡桃工具箱&quot;的整体界面右上部分,点击<code>养成计算</code>按钮</li><li>在弹出的&quot;添加到当前养成计划&quot;的窗口中,填写角色需要计算的各项属性的起始等级以及目标等级 <ul><li>基于 WIKI 资料添加的养成目标,默认初始值为 1 级</li></ul></li></ul><h3 id="基于玩家数据添加" tabindex="-1"><a class="header-anchor" href="#基于玩家数据添加" aria-hidden="true">#</a> 基于玩家数据添加</h3><ul><li>在&quot;胡桃工具箱&quot;的左侧栏目中,点击<code>我的角色</code>功能</li><li>在选中角色后,点击右上角的<code>养成计算</code>按钮</li><li>在弹出的&quot;添加到当前养成计划&quot;的窗口中,填写角色需要计算的各项属性的&quot;起始等级&quot;以及&quot;目标等级&quot; <ul><li>基于玩家数据添加的养成目标,默认初始等级为玩家当前的角色等级</li><li>请参考<a href="character-data#%E5%B0%86%E5%BD%93%E5%89%8D%E9%80%89%E5%AE%9A%E8%A7%92%E8%89%B2%E5%8A%A0%E5%85%A5%E5%85%BB%E6%88%90%E8%AE%A1%E7%AE%97">属性统计</a>文档以获取更多信息</li></ul></li></ul><h2 id="背包物品" tabindex="-1"><a class="header-anchor" href="#背包物品" aria-hidden="true">#</a> 背包物品</h2><ul><li>在&quot;胡桃工具箱&quot;的左侧栏目中,点击&quot;养成计划&quot;功能</li><li>点击&quot;背包物品&quot;功能栏</li><li>在&quot;胡桃工具箱&quot;的整体界面右上部分,点击&quot;新建计划&quot;按钮</li><li>在弹出的&quot;创建新的养成计划&quot;的窗口中,填写需要创建的养成计划名称 <ul><li>此处可勾选&quot;绑定当前选中的账号角色&quot;</li><li>&quot;新建计划&quot;按钮左侧的下拉选项框,可<strong>自行切换不同的养成计划</strong></li></ul></li><li>点击下方的任意物品图标或数字区域,即可手动编辑该种材料的数目 <ul><li>背包物品的具体材料信息,<strong>对应于</strong>其修改时,所切换至的养成计划</li></ul></li><li>在&quot;胡桃工具箱&quot;的整体界面右上部分,可点击&quot;删除计划&quot;按钮,将当前的养成计划删除 <ul><li>在删除当前养成计划后,处于切换至该养成计划时,输入的背包物品信息将一同删除</li></ul></li></ul>',9),u=[a];function d(r,c){return l(),o("div",null,u)}const q=i(e,[["render",d],["__file","develop-plan.html.vue"]]);export{q as default};

View File

@@ -1 +1 @@
import{_ as e}from"./plugin-vue_export-helper-x3n3nnut.js";import{o as a,c as i,e as l}from"./app-kBV2pDE_.js";const d={},c=l('<h1 id="план-развития" tabindex="-1"><a class="header-anchor" href="#план-развития" aria-hidden="true">#</a> План развития</h1><p><img src="https://img.alicdn.com/imgextra/i1/1797064093/O1CN01CDsjcb1g6dyB7M0EW_!!1797064093.png_.webp" alt="План развития" 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>WIKI персонажей</code> или <code>WIKI оружия</code> в левой боковой панели меню</li><li>Выберите персонажа или оружие, которое вы хотите добавить</li><li>Кликните <code>Добавить в план разработки</code> в верхнем правом углу</li><li>Во всплывающем окне введите базовый уровень и целевой уровень <ul><li>По умолчанию добавление целей из WIKI устанавливает базовый уровень как <code>1</code></li></ul></li></ul><h3 id="добавление-целеи-из-моих-данных-о-персонажах" tabindex="-1"><a class="header-anchor" href="#добавление-целеи-из-моих-данных-о-персонажах" aria-hidden="true">#</a> Добавление целей из моих данных о персонажах</h3><ul><li>Кликните по <code>Мои персонажи</code> в левой боковой панели меню</li><li>Выберите персонажа, которого вы хотите добавить</li><li>Во всплывающем окне введите базовый уровень и целевой уровень <ul><li>По умолчанию добавление целей из моих данных устанавливает базовый уровень как текущий уровень игрока</li><li>См. документ <a href="character-data#sync-character-data">Мои персонажи</a> для получения дополнительных инструкций</li></ul></li></ul><h2 id="инвентарь-предметов" tabindex="-1"><a class="header-anchor" href="#инвентарь-предметов" aria-hidden="true">#</a> Инвентарь предметов</h2><div class="hint-container info"><p class="hint-container-title">Инфо</p><p>Эта функция находится в стадии разработки для языков, отличных от китайского</p></div>',9),r=[c];function t(h,n){return a(),i("div",null,r)}const u=e(d,[["render",t],["__file","develop-plan.html.vue"]]);export{u as default};
import{_ as e}from"./plugin-vue_export-helper-x3n3nnut.js";import{o as a,c as i,e as l}from"./app-PHrBQrYx.js";const d={},c=l('<h1 id="план-развития" tabindex="-1"><a class="header-anchor" href="#план-развития" aria-hidden="true">#</a> План развития</h1><p><img src="https://img.alicdn.com/imgextra/i1/1797064093/O1CN01CDsjcb1g6dyB7M0EW_!!1797064093.png_.webp" alt="План развития" 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>WIKI персонажей</code> или <code>WIKI оружия</code> в левой боковой панели меню</li><li>Выберите персонажа или оружие, которое вы хотите добавить</li><li>Кликните <code>Добавить в план разработки</code> в верхнем правом углу</li><li>Во всплывающем окне введите базовый уровень и целевой уровень <ul><li>По умолчанию добавление целей из WIKI устанавливает базовый уровень как <code>1</code></li></ul></li></ul><h3 id="добавление-целеи-из-моих-данных-о-персонажах" tabindex="-1"><a class="header-anchor" href="#добавление-целеи-из-моих-данных-о-персонажах" aria-hidden="true">#</a> Добавление целей из моих данных о персонажах</h3><ul><li>Кликните по <code>Мои персонажи</code> в левой боковой панели меню</li><li>Выберите персонажа, которого вы хотите добавить</li><li>Во всплывающем окне введите базовый уровень и целевой уровень <ul><li>По умолчанию добавление целей из моих данных устанавливает базовый уровень как текущий уровень игрока</li><li>См. документ <a href="character-data#sync-character-data">Мои персонажи</a> для получения дополнительных инструкций</li></ul></li></ul><h2 id="инвентарь-предметов" tabindex="-1"><a class="header-anchor" href="#инвентарь-предметов" aria-hidden="true">#</a> Инвентарь предметов</h2><div class="hint-container info"><p class="hint-container-title">Инфо</p><p>Эта функция находится в стадии разработки для языков, отличных от китайского</p></div>',9),r=[c];function t(h,n){return a(),i("div",null,r)}const u=e(d,[["render",t],["__file","develop-plan.html.vue"]]);export{u as default};

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

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

View File

@@ -1 +1 @@
import{_ as n}from"./plugin-vue_export-helper-x3n3nnut.js";import{r as a,o as c,c as r,a as e,b as o,d as l,e as i}from"./app-kBV2pDE_.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">Warning</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"},p=e("p",{class:"hint-container-title"},"GetToken 开源项目",-1),k={href:"https://github.com/HolographicHat/GetToken",target:"_blank",rel:"noopener noreferrer"},u=i('<ul><li>GetToken 项目的发布会包含两个 apk 文件,两者最终效果相同。根据你的设备情况选择适合你的版本即可 <ul><li><code>app-release.apk</code> 为一个 LSPosed 插件允许用户在官方米游社中使用 GetToken 功能</li><li>名称以<code>lspatched</code>结尾的 apk 文件是一个已包含 GetToken 功能的修改版米游社程序 <ul><li>你需要卸载官方版米游社以安装该版本的米游社</li></ul></li></ul></li><li>启用插件或安装修改版米游社后打开米游社,在底栏点击&quot;我的&quot;,然后登录您的通行证</li><li>在右上角点击形如 🔑 形状的按钮</li><li>点击勾选 <code>Stoken</code> 选项</li><li>点击<code>复制登录信息</code></li><li>将复制到的 Stoken 发送到已经安装了胡桃工具箱的电脑</li><li>在<code>胡桃工具箱</code>中的账号登录位置,点击<code>手动输入</code></li><li>将之前获取到的 cookie 输入,此时即可完成登录</li></ul><h2 id="ios" tabindex="-1"><a class="header-anchor" href="#ios" aria-hidden="true">#</a> iOS</h2><p>iOS 用户可以在 App Store 下载抓包软件 Stream 来获取包含 Stoken 字段的 cookie</p>',3),_={href:"https://apps.apple.com/cn/app/stream/id1312141691",target:"_blank",rel:"noopener noreferrer"},m=i("<li>对域名 <code>api-takumi.mihoyo.com</code> 进行抓包分析</li><li>找到并复制带有 <code>Stoken</code> 的数据 <ul><li>形如<code>stuid=****;stoken=v2****;mid=****;</code></li></ul></li><li>将复制到的 Stoken 发送到已经安装了胡桃工具箱的电脑</li><li>在<code>胡桃工具箱</code>中的账号登录位置,点击<code>手动输入</code></li><li>将之前获取到的 cookie 输入,此时即可完成登录</li>",5);function S(f,T){const t=a("ExternalLinkIcon");return c(),r("div",null,[s,e("div",h,[p,e("ul",null,[e("li",null,[o("GitHub"),e("a",k,[o("HolographicHat/GetToken"),l(t)])])])]),u,e("ul",null,[e("li",null,[o("从 App Store 下载 "),e("a",_,[o("Stream"),l(t)])]),m])])}const G=n(d,[["render",S],["__file","get-stoken-cookie-from-the-third-party.html.vue"]]);export{G as default};
import{_ as n}from"./plugin-vue_export-helper-x3n3nnut.js";import{r as a,o as c,c as r,a as e,b as o,d as l,e as i}from"./app-PHrBQrYx.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">Warning</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"},p=e("p",{class:"hint-container-title"},"GetToken 开源项目",-1),k={href:"https://github.com/HolographicHat/GetToken",target:"_blank",rel:"noopener noreferrer"},u=i('<ul><li>GetToken 项目的发布会包含两个 apk 文件,两者最终效果相同。根据你的设备情况选择适合你的版本即可 <ul><li><code>app-release.apk</code> 为一个 LSPosed 插件允许用户在官方米游社中使用 GetToken 功能</li><li>名称以<code>lspatched</code>结尾的 apk 文件是一个已包含 GetToken 功能的修改版米游社程序 <ul><li>你需要卸载官方版米游社以安装该版本的米游社</li></ul></li></ul></li><li>启用插件或安装修改版米游社后打开米游社,在底栏点击&quot;我的&quot;,然后登录您的通行证</li><li>在右上角点击形如 🔑 形状的按钮</li><li>点击勾选 <code>Stoken</code> 选项</li><li>点击<code>复制登录信息</code></li><li>将复制到的 Stoken 发送到已经安装了胡桃工具箱的电脑</li><li>在<code>胡桃工具箱</code>中的账号登录位置,点击<code>手动输入</code></li><li>将之前获取到的 cookie 输入,此时即可完成登录</li></ul><h2 id="ios" tabindex="-1"><a class="header-anchor" href="#ios" aria-hidden="true">#</a> iOS</h2><p>iOS 用户可以在 App Store 下载抓包软件 Stream 来获取包含 Stoken 字段的 cookie</p>',3),_={href:"https://apps.apple.com/cn/app/stream/id1312141691",target:"_blank",rel:"noopener noreferrer"},m=i("<li>对域名 <code>api-takumi.mihoyo.com</code> 进行抓包分析</li><li>找到并复制带有 <code>Stoken</code> 的数据 <ul><li>形如<code>stuid=****;stoken=v2****;mid=****;</code></li></ul></li><li>将复制到的 Stoken 发送到已经安装了胡桃工具箱的电脑</li><li>在<code>胡桃工具箱</code>中的账号登录位置,点击<code>手动输入</code></li><li>将之前获取到的 cookie 输入,此时即可完成登录</li>",5);function S(f,T){const t=a("ExternalLinkIcon");return c(),r("div",null,[s,e("div",h,[p,e("ul",null,[e("li",null,[o("GitHub"),e("a",k,[o("HolographicHat/GetToken"),l(t)])])])]),u,e("ul",null,[e("li",null,[o("从 App Store 下载 "),e("a",_,[o("Stream"),l(t)])]),m])])}const G=n(d,[["render",S],["__file","get-stoken-cookie-from-the-third-party.html.vue"]]);export{G as default};

View File

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

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -1 +1 @@
import{_ as a,a as i,b as r,c as h}from"./digitalocean-horizontal-0PPkcH8N.js";import{_ as c}from"./plugin-vue_export-helper-x3n3nnut.js";import{r as l,o as _,c as d,a as t,b as o,d as e,w as u}from"./app-kBV2pDE_.js";const p={},g=t("h2",{id:"贡献",tabindex:"-1"},[t("a",{class:"header-anchor",href:"#贡献","aria-hidden":"true"},"#"),o(" 贡献")],-1),m=t("p",null,"Snap Hutao 是一个由开源社区维护的免费项目,我们希望有更多志同道合的开发者能参与到项目中,为 Snap Hutao 带来更多的功能。",-1),f=t("p",null,"你可以通过以下方法为项目作出贡献:",-1),b={href:"https://github.com/DGP-Studio/Snap.Hutao/pulls",target:"_blank",rel:"noopener noreferrer"},y={href:"https://github.com/DGP-Studio/Snap.Hutao.Docs",target:"_blank",rel:"noopener noreferrer"},S=t("p",null,[t("strong",null,"如果你认为胡桃工具箱是一个好的项目或者有帮助到你,你可以通过以下方式支持我们")],-1),H={href:"https://github.com/DGP-Studio/Snap.Hutao",target:"_blank",rel:"noopener noreferrer"},w=t("img",{src:"https://img.shields.io/github/stars/DGP-Studio/Snap.Hutao?style=plastic&color=red",alt:"hutao.stars",loading:"lazy"},null,-1),k={href:"https://github.com/DGP-Studio/Snap.Hutao.Docs",target:"_blank",rel:"noopener noreferrer"},x=t("img",{src:"https://img.shields.io/github/stars/DGP-Studio/Snap.Hutao.Docs?style=plastic&color=red",alt:"hutao.docs.stars",loading:"lazy"},null,-1),D=t("li",null,"在更多的地方帮助我们宣传",-1),z=t("p",null,[t("img",{src:"https://img.shields.io/github/commit-activity/y/DGP-Studio/Snap.Hutao?style=for-the-badge",alt:"commit_activity",loading:"lazy"}),t("img",{src:"https://img.shields.io/github/last-commit/DGP-Studio/Snap.Hutao?label=Hutao Last Commit&style=for-the-badge",alt:"hutao-last-commit",loading:"lazy"})],-1),P={style:{"text-align":"center"}},v=t("h2",{id:"赞助商",tabindex:"-1"},[t("a",{class:"header-anchor",href:"#赞助商","aria-hidden":"true"},"#"),o(" 赞助商")],-1),G=t("p",null,"Snap Hutao 目前使用了以下软件厂商赞助的服务",-1),C={style:{"text-align":"center"}},L={href:"https://www.netlify.com/",target:"_blank",rel:"noopener noreferrer"},N=t("img",{src:"https://www.netlify.com/v3/img/components/netlify-light.svg",alt:"",width:"180",height:"60",loading:"lazy"},null,-1),B={style:{"text-align":"center"}},E={href:"https://crowdin.com/",target:"_blank",rel:"noopener noreferrer"},I=t("img",{src:"https://support.crowdin.com/assets/logos/core-logo/svg/crowdin-core-logo-cDark.svg",alt:"",width:"180",height:"60",loading:"lazy"},null,-1),R={style:{"text-align":"center"}},V={href:"https://gitlab.cn/",target:"_blank",rel:"noopener noreferrer"},O=t("img",{src:a,alt:"",width:"180",height:"60",loading:"lazy"},null,-1),T={style:{"text-align":"center"}},j={href:"https://about.signpath.io",target:"_blank",rel:"noopener noreferrer"},q=t("img",{src:i,alt:"",width:"180",height:"60",loading:"lazy"},null,-1),A={style:{"text-align":"center"}},F={href:"https://1password.com/",target:"_blank",rel:"noopener noreferrer"},J=t("img",{src:r,alt:"",width:"180",height:"35",loading:"lazy"},null,-1),K={style:{"text-align":"center"}},M={href:"https://about.signpath.io",target:"_blank",rel:"noopener noreferrer"},Q=t("img",{src:h,alt:"",width:"180",height:"40",loading:"lazy"},null,-1),U=t("p",null,"Netlify 为 Snap Hutao 提供了文档和主页的托管服务",-1),W=t("p",null,"Crowdin 为 Snap Hutao 的本地化翻译提供了平台",-1),X=t("p",null,"极狐 GitLab 为 Snap Hutao 提供了在中国的代码托管和 CI/CD 流水线服务",-1),Y={href:"https://signpath.org/",target:"_blank",rel:"noopener noreferrer"},Z=t("p",null,"1Password 为 Snap Hutao 开发团队提供了优秀的密码管理工具",-1),$=t("p",null,"DigitalOcean 为 Snap Hutao 提供了可靠的数据备份储存空间",-1);function tt(ot,et){const n=l("ExternalLinkIcon"),s=l("RouterLink");return _(),d("div",null,[g,m,f,t("ol",null,[t("li",null,[t("a",b,[o("向我们提交 PR"),e(n)])]),t("li",null,[o("为项目贡献"),e(s,{to:"/zh/i18n.html"},{default:u(()=>[o("本地化翻译")]),_:1})]),t("li",null,[t("a",y,[o("为我们更新文档"),e(n)])])]),S,t("ul",null,[t("li",null,[o("为我们在 GitHub 上的项目加星点赞 ⭐ "),t("ul",null,[t("li",null,[t("a",H,[o("Snap.Hutao"),e(n)]),o(),w]),t("li",null,[t("a",k,[o("Snap.Hutao.Docs"),e(n)]),o(),x])])]),D]),z,t("div",P,[v,G,t("table",null,[t("thead",null,[t("tr",null,[t("th",C,[t("a",L,[N,e(n)])]),t("th",B,[t("a",E,[I,e(n)])]),t("th",R,[t("a",V,[O,e(n)])])])]),t("tbody",null,[t("tr",null,[t("td",T,[t("a",j,[q,e(n)])]),t("td",A,[t("a",F,[J,e(n)])]),t("td",K,[t("a",M,[Q,e(n)])])])])]),U,W,X,t("p",null,[t("a",Y,[o("SignPath 基金会"),e(n)]),o("为 Snap Hutao 客户端提供了免费的代码签名服务")]),Z,$])])}const at=c(p,[["render",tt],["__file","index.html.vue"]]);export{at as default};
import{_ as a,a as i,b as r,c as h}from"./digitalocean-horizontal-0PPkcH8N.js";import{_ as c}from"./plugin-vue_export-helper-x3n3nnut.js";import{r as l,o as _,c as d,a as t,b as o,d as e,w as u}from"./app-PHrBQrYx.js";const p={},g=t("h2",{id:"贡献",tabindex:"-1"},[t("a",{class:"header-anchor",href:"#贡献","aria-hidden":"true"},"#"),o(" 贡献")],-1),m=t("p",null,"Snap Hutao 是一个由开源社区维护的免费项目,我们希望有更多志同道合的开发者能参与到项目中,为 Snap Hutao 带来更多的功能。",-1),f=t("p",null,"你可以通过以下方法为项目作出贡献:",-1),b={href:"https://github.com/DGP-Studio/Snap.Hutao/pulls",target:"_blank",rel:"noopener noreferrer"},y={href:"https://github.com/DGP-Studio/Snap.Hutao.Docs",target:"_blank",rel:"noopener noreferrer"},S=t("p",null,[t("strong",null,"如果你认为胡桃工具箱是一个好的项目或者有帮助到你,你可以通过以下方式支持我们")],-1),H={href:"https://github.com/DGP-Studio/Snap.Hutao",target:"_blank",rel:"noopener noreferrer"},w=t("img",{src:"https://img.shields.io/github/stars/DGP-Studio/Snap.Hutao?style=plastic&color=red",alt:"hutao.stars",loading:"lazy"},null,-1),k={href:"https://github.com/DGP-Studio/Snap.Hutao.Docs",target:"_blank",rel:"noopener noreferrer"},x=t("img",{src:"https://img.shields.io/github/stars/DGP-Studio/Snap.Hutao.Docs?style=plastic&color=red",alt:"hutao.docs.stars",loading:"lazy"},null,-1),D=t("li",null,"在更多的地方帮助我们宣传",-1),z=t("p",null,[t("img",{src:"https://img.shields.io/github/commit-activity/y/DGP-Studio/Snap.Hutao?style=for-the-badge",alt:"commit_activity",loading:"lazy"}),t("img",{src:"https://img.shields.io/github/last-commit/DGP-Studio/Snap.Hutao?label=Hutao Last Commit&style=for-the-badge",alt:"hutao-last-commit",loading:"lazy"})],-1),P={style:{"text-align":"center"}},v=t("h2",{id:"赞助商",tabindex:"-1"},[t("a",{class:"header-anchor",href:"#赞助商","aria-hidden":"true"},"#"),o(" 赞助商")],-1),G=t("p",null,"Snap Hutao 目前使用了以下软件厂商赞助的服务",-1),C={style:{"text-align":"center"}},L={href:"https://www.netlify.com/",target:"_blank",rel:"noopener noreferrer"},N=t("img",{src:"https://www.netlify.com/v3/img/components/netlify-light.svg",alt:"",width:"180",height:"60",loading:"lazy"},null,-1),B={style:{"text-align":"center"}},E={href:"https://crowdin.com/",target:"_blank",rel:"noopener noreferrer"},I=t("img",{src:"https://support.crowdin.com/assets/logos/core-logo/svg/crowdin-core-logo-cDark.svg",alt:"",width:"180",height:"60",loading:"lazy"},null,-1),R={style:{"text-align":"center"}},V={href:"https://gitlab.cn/",target:"_blank",rel:"noopener noreferrer"},O=t("img",{src:a,alt:"",width:"180",height:"60",loading:"lazy"},null,-1),T={style:{"text-align":"center"}},j={href:"https://about.signpath.io",target:"_blank",rel:"noopener noreferrer"},q=t("img",{src:i,alt:"",width:"180",height:"60",loading:"lazy"},null,-1),A={style:{"text-align":"center"}},F={href:"https://1password.com/",target:"_blank",rel:"noopener noreferrer"},J=t("img",{src:r,alt:"",width:"180",height:"35",loading:"lazy"},null,-1),K={style:{"text-align":"center"}},M={href:"https://about.signpath.io",target:"_blank",rel:"noopener noreferrer"},Q=t("img",{src:h,alt:"",width:"180",height:"40",loading:"lazy"},null,-1),U=t("p",null,"Netlify 为 Snap Hutao 提供了文档和主页的托管服务",-1),W=t("p",null,"Crowdin 为 Snap Hutao 的本地化翻译提供了平台",-1),X=t("p",null,"极狐 GitLab 为 Snap Hutao 提供了在中国的代码托管和 CI/CD 流水线服务",-1),Y={href:"https://signpath.org/",target:"_blank",rel:"noopener noreferrer"},Z=t("p",null,"1Password 为 Snap Hutao 开发团队提供了优秀的密码管理工具",-1),$=t("p",null,"DigitalOcean 为 Snap Hutao 提供了可靠的数据备份储存空间",-1);function tt(ot,et){const n=l("ExternalLinkIcon"),s=l("RouterLink");return _(),d("div",null,[g,m,f,t("ol",null,[t("li",null,[t("a",b,[o("向我们提交 PR"),e(n)])]),t("li",null,[o("为项目贡献"),e(s,{to:"/zh/i18n.html"},{default:u(()=>[o("本地化翻译")]),_:1})]),t("li",null,[t("a",y,[o("为我们更新文档"),e(n)])])]),S,t("ul",null,[t("li",null,[o("为我们在 GitHub 上的项目加星点赞 ⭐ "),t("ul",null,[t("li",null,[t("a",H,[o("Snap.Hutao"),e(n)]),o(),w]),t("li",null,[t("a",k,[o("Snap.Hutao.Docs"),e(n)]),o(),x])])]),D]),z,t("div",P,[v,G,t("table",null,[t("thead",null,[t("tr",null,[t("th",C,[t("a",L,[N,e(n)])]),t("th",B,[t("a",E,[I,e(n)])]),t("th",R,[t("a",V,[O,e(n)])])])]),t("tbody",null,[t("tr",null,[t("td",T,[t("a",j,[q,e(n)])]),t("td",A,[t("a",F,[J,e(n)])]),t("td",K,[t("a",M,[Q,e(n)])])])])]),U,W,X,t("p",null,[t("a",Y,[o("SignPath 基金会"),e(n)]),o("为 Snap Hutao 客户端提供了免费的代码签名服务")]),Z,$])])}const at=c(p,[["render",tt],["__file","index.html.vue"]]);export{at as default};

View File

@@ -1 +1 @@
import{_ as t}from"./plugin-vue_export-helper-x3n3nnut.js";import{r as a,o as r,c as s,d as n,a as e,b as c}from"./app-kBV2pDE_.js";const d={},_=e("h1",{id:"dev-logs",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#dev-logs","aria-hidden":"true"},"#"),c(" Dev Logs")],-1);function l(i,m){const o=a("AutoCatalog");return r(),s("div",null,[_,n(o)])}const u=t(d,[["render",l],["__file","index.html.vue"]]);export{u as default};
import{_ as t}from"./plugin-vue_export-helper-x3n3nnut.js";import{r as a,o as r,c as s,d as n,a as e,b as c}from"./app-PHrBQrYx.js";const d={},_=e("h1",{id:"dev-logs",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#dev-logs","aria-hidden":"true"},"#"),c(" Dev Logs")],-1);function l(i,m){const o=a("AutoCatalog");return r(),s("div",null,[_,n(o)])}const u=t(d,[["render",l],["__file","index.html.vue"]]);export{u as default};

View File

@@ -1 +1 @@
import{_ as t}from"./plugin-vue_export-helper-x3n3nnut.js";import{r as a,o as r,c as n,d as c,a as e,b as s}from"./app-kBV2pDE_.js";const d={},_=e("h1",{id:"声明和公告",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#声明和公告","aria-hidden":"true"},"#"),s(" 声明和公告")],-1);function i(l,m){const o=a("AutoCatalog");return r(),n("div",null,[_,c(o)])}const u=t(d,[["render",i],["__file","index.html.vue"]]);export{u as default};
import{_ as t}from"./plugin-vue_export-helper-x3n3nnut.js";import{r as a,o as r,c as n,d as c,a as e,b as s}from"./app-PHrBQrYx.js";const d={},_=e("h1",{id:"声明和公告",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#声明和公告","aria-hidden":"true"},"#"),s(" 声明和公告")],-1);function i(l,m){const o=a("AutoCatalog");return r(),n("div",null,[_,c(o)])}const u=t(d,[["render",i],["__file","index.html.vue"]]);export{u as default};

View File

@@ -1 +1 @@
import{_ as t}from"./plugin-vue_export-helper-x3n3nnut.js";import{r as a,o as r,c as n,d as c,a as e,b as s}from"./app-kBV2pDE_.js";const d={},_=e("h1",{id:"开源开发",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#开源开发","aria-hidden":"true"},"#"),s(" 开源开发")],-1);function i(l,m){const o=a("AutoCatalog");return r(),n("div",null,[_,c(o)])}const u=t(d,[["render",i],["__file","index.html.vue"]]);export{u as default};
import{_ as t}from"./plugin-vue_export-helper-x3n3nnut.js";import{r as a,o as r,c as n,d as c,a as e,b as s}from"./app-PHrBQrYx.js";const d={},_=e("h1",{id:"开源开发",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#开源开发","aria-hidden":"true"},"#"),s(" 开源开发")],-1);function i(l,m){const o=a("AutoCatalog");return r(),n("div",null,[_,c(o)])}const u=t(d,[["render",i],["__file","index.html.vue"]]);export{u as default};

View File

@@ -1 +1 @@
import{_ as t}from"./plugin-vue_export-helper-x3n3nnut.js";import{r as a,o as r,c as n,d as c,a as e,b as s}from"./app-kBV2pDE_.js";const d={},_=e("h1",{id:"功能指南",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#功能指南","aria-hidden":"true"},"#"),s(" 功能指南")],-1);function i(l,m){const o=a("AutoCatalog");return r(),n("div",null,[_,c(o)])}const u=t(d,[["render",i],["__file","index.html.vue"]]);export{u as default};
import{_ as t}from"./plugin-vue_export-helper-x3n3nnut.js";import{r as a,o as r,c as n,d as c,a as e,b as s}from"./app-PHrBQrYx.js";const d={},_=e("h1",{id:"功能指南",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#功能指南","aria-hidden":"true"},"#"),s(" 功能指南")],-1);function i(l,m){const o=a("AutoCatalog");return r(),n("div",null,[_,c(o)])}const u=t(d,[["render",i],["__file","index.html.vue"]]);export{u as default};

View File

@@ -1 +1 @@
import{_ as a}from"./plugin-vue_export-helper-x3n3nnut.js";import{r as o,o as r,c as s,d as n,a as e,b as c}from"./app-kBV2pDE_.js";const d={},_=e("h1",{id:"features",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#features","aria-hidden":"true"},"#"),c(" Features")],-1);function i(l,f){const t=o("AutoCatalog");return r(),s("div",null,[_,n(t)])}const h=a(d,[["render",i],["__file","index.html.vue"]]);export{h as default};
import{_ as a}from"./plugin-vue_export-helper-x3n3nnut.js";import{r as o,o as r,c as s,d as n,a as e,b as c}from"./app-PHrBQrYx.js";const d={},_=e("h1",{id:"features",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#features","aria-hidden":"true"},"#"),c(" Features")],-1);function i(l,f){const t=o("AutoCatalog");return r(),s("div",null,[_,n(t)])}const h=a(d,[["render",i],["__file","index.html.vue"]]);export{h as default};

File diff suppressed because one or more lines are too long

View File

@@ -1 +1 @@
import{_ as t}from"./plugin-vue_export-helper-x3n3nnut.js";import{r as a,o as n,c as r,d as c,a as e,b as s}from"./app-kBV2pDE_.js";const d={},l=e("h1",{id:"open-source-development",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#open-source-development","aria-hidden":"true"},"#"),s(" Open Source Development")],-1);function _(i,m){const o=a("AutoCatalog");return n(),r("div",null,[l,c(o)])}const f=t(d,[["render",_],["__file","index.html.vue"]]);export{f as default};
import{_ as t}from"./plugin-vue_export-helper-x3n3nnut.js";import{r as a,o as n,c as r,d as c,a as e,b as s}from"./app-PHrBQrYx.js";const d={},l=e("h1",{id:"open-source-development",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#open-source-development","aria-hidden":"true"},"#"),s(" Open Source Development")],-1);function _(i,m){const o=a("AutoCatalog");return n(),r("div",null,[l,c(o)])}const f=t(d,[["render",_],["__file","index.html.vue"]]);export{f as default};

View File

@@ -1 +1 @@
import{_ as a}from"./plugin-vue_export-helper-x3n3nnut.js";import{r as o,o as r,c as s,d as n,a as e,b as c}from"./app-kBV2pDE_.js";const d={},_=e("h1",{id:"features",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#features","aria-hidden":"true"},"#"),c(" Features")],-1);function i(l,f){const t=o("AutoCatalog");return r(),s("div",null,[_,n(t)])}const h=a(d,[["render",i],["__file","index.html.vue"]]);export{h as default};
import{_ as a}from"./plugin-vue_export-helper-x3n3nnut.js";import{r as o,o as r,c as s,d as n,a as e,b as c}from"./app-PHrBQrYx.js";const d={},_=e("h1",{id:"features",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#features","aria-hidden":"true"},"#"),c(" Features")],-1);function i(l,f){const t=o("AutoCatalog");return r(),s("div",null,[_,n(t)])}const h=a(d,[["render",i],["__file","index.html.vue"]]);export{h as default};

View File

@@ -1 +1 @@
import{_ as f}from"./plugin-vue_export-helper-x3n3nnut.js";import{f as d,o as _,c as m,a as p}from"./app-kBV2pDE_.js";const g=p("p",null,"Redirecting to the correct locale...",-1),$=[g],z={__name:"index.html",setup(U){return d(()=>{const{languages:c}=window.navigator,{hash:l,origin:o}=window.location,e=l.substring(1),i={0:["/en/",["en-US","en-UK","en"]],1:["/zh/",["zh-CN","zh-TW","zh"]],2:["/ru/",["ru-RU","ru-KZ","ru-BY","ru-UA","ru-MD","ru-LV","tt-RU","ru"]],"/zh/":["zh-CN"],"/en/":["en-US"],"/ru/":["ru-RU"]},t=["/en/","/ru/","/zh/"],a=t.pop();let n=null;e:for(const u of c)for(const[s,h]of Object.entries(i))if(h.includes(u)){if(!t.includes(s))continue;n=s;break e}const r=a?`${o}${a}${e?`#${e}`:""}`:null;n&&t.includes(n)?location.href=`${o}${n}${e?`#${e}`:""}`:r?location.href=r:location.href=`${o}/404.html`}),(c,l)=>(_(),m("div",null,$))}},b=f(z,[["__file","index.html.vue"]]);export{b as default};
import{_ as f}from"./plugin-vue_export-helper-x3n3nnut.js";import{f as d,o as _,c as m,a as p}from"./app-PHrBQrYx.js";const g=p("p",null,"Redirecting to the correct locale...",-1),$=[g],z={__name:"index.html",setup(U){return d(()=>{const{languages:c}=window.navigator,{hash:l,origin:o}=window.location,e=l.substring(1),i={0:["/en/",["en-US","en-UK","en"]],1:["/zh/",["zh-CN","zh-TW","zh"]],2:["/ru/",["ru-RU","ru-KZ","ru-BY","ru-UA","ru-MD","ru-LV","tt-RU","ru"]],"/zh/":["zh-CN"],"/en/":["en-US"],"/ru/":["ru-RU"]},t=["/en/","/ru/","/zh/"],a=t.pop();let n=null;e:for(const u of c)for(const[s,h]of Object.entries(i))if(h.includes(u)){if(!t.includes(s))continue;n=s;break e}const r=a?`${o}${a}${e?`#${e}`:""}`:null;n&&t.includes(n)?location.href=`${o}${n}${e?`#${e}`:""}`:r?location.href=r:location.href=`${o}/404.html`}),(c,l)=>(_(),m("div",null,$))}},b=f(z,[["__file","index.html.vue"]]);export{b as default};

View File

@@ -1 +1 @@
import{_ as t}from"./plugin-vue_export-helper-x3n3nnut.js";import{r as a,o as r,c as n,d as c,a as e,b as s}from"./app-kBV2pDE_.js";const d={},_=e("h1",{id:"高级",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#高级","aria-hidden":"true"},"#"),s(" 高级")],-1);function i(l,m){const o=a("AutoCatalog");return r(),n("div",null,[_,c(o)])}const u=t(d,[["render",i],["__file","index.html.vue"]]);export{u as default};
import{_ as t}from"./plugin-vue_export-helper-x3n3nnut.js";import{r as a,o as r,c as n,d as c,a as e,b as s}from"./app-PHrBQrYx.js";const d={},_=e("h1",{id:"高级",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#高级","aria-hidden":"true"},"#"),s(" 高级")],-1);function i(l,m){const o=a("AutoCatalog");return r(),n("div",null,[_,c(o)])}const u=t(d,[["render",i],["__file","index.html.vue"]]);export{u as default};

View File

@@ -1 +1 @@
import{_ as t}from"./plugin-vue_export-helper-x3n3nnut.js";import{r as a,o as r,c as s,d as n,a as e,b as c}from"./app-kBV2pDE_.js";const d={},_=e("h1",{id:"dev-logs",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#dev-logs","aria-hidden":"true"},"#"),c(" Dev Logs")],-1);function l(i,m){const o=a("AutoCatalog");return r(),s("div",null,[_,n(o)])}const u=t(d,[["render",l],["__file","index.html.vue"]]);export{u as default};
import{_ as t}from"./plugin-vue_export-helper-x3n3nnut.js";import{r as a,o as r,c as s,d as n,a as e,b as c}from"./app-PHrBQrYx.js";const d={},_=e("h1",{id:"dev-logs",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#dev-logs","aria-hidden":"true"},"#"),c(" Dev Logs")],-1);function l(i,m){const o=a("AutoCatalog");return r(),s("div",null,[_,n(o)])}const u=t(d,[["render",l],["__file","index.html.vue"]]);export{u as default};

View File

@@ -1 +1 @@
import{_ as a}from"./plugin-vue_export-helper-x3n3nnut.js";import{r as o,o as n,c as s,d as r,a as e,b as c}from"./app-kBV2pDE_.js";const d={},_=e("h1",{id:"statements",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#statements","aria-hidden":"true"},"#"),c(" Statements")],-1);function i(l,m){const t=o("AutoCatalog");return n(),s("div",null,[_,r(t)])}const u=a(d,[["render",i],["__file","index.html.vue"]]);export{u as default};
import{_ as a}from"./plugin-vue_export-helper-x3n3nnut.js";import{r as o,o as n,c as s,d as r,a as e,b as c}from"./app-PHrBQrYx.js";const d={},_=e("h1",{id:"statements",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#statements","aria-hidden":"true"},"#"),c(" Statements")],-1);function i(l,m){const t=o("AutoCatalog");return n(),s("div",null,[_,r(t)])}const u=a(d,[["render",i],["__file","index.html.vue"]]);export{u as default};

View File

@@ -1 +1 @@
import{_ as o}from"./plugin-vue_export-helper-x3n3nnut.js";import{r as t,o as n,c,d as r,a as e,b as d}from"./app-kBV2pDE_.js";const s={},_=e("h1",{id:"advanced",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#advanced","aria-hidden":"true"},"#"),d(" Advanced")],-1);function i(l,m){const a=t("AutoCatalog");return n(),c("div",null,[_,r(a)])}const u=o(s,[["render",i],["__file","index.html.vue"]]);export{u as default};
import{_ as o}from"./plugin-vue_export-helper-x3n3nnut.js";import{r as t,o as n,c,d as r,a as e,b as d}from"./app-PHrBQrYx.js";const s={},_=e("h1",{id:"advanced",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#advanced","aria-hidden":"true"},"#"),d(" Advanced")],-1);function i(l,m){const a=t("AutoCatalog");return n(),c("div",null,[_,r(a)])}const u=o(s,[["render",i],["__file","index.html.vue"]]);export{u as default};

View File

@@ -1 +1 @@
import{_ as t}from"./plugin-vue_export-helper-x3n3nnut.js";import{r as a,o as r,c as n,d as c,a as e,b as s}from"./app-kBV2pDE_.js";const d={},_=e("h1",{id:"开发日志",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#开发日志","aria-hidden":"true"},"#"),s(" 开发日志")],-1);function i(l,m){const o=a("AutoCatalog");return r(),n("div",null,[_,c(o)])}const u=t(d,[["render",i],["__file","index.html.vue"]]);export{u as default};
import{_ as t}from"./plugin-vue_export-helper-x3n3nnut.js";import{r as a,o as r,c as n,d as c,a as e,b as s}from"./app-PHrBQrYx.js";const d={},_=e("h1",{id:"开发日志",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#开发日志","aria-hidden":"true"},"#"),s(" 开发日志")],-1);function i(l,m){const o=a("AutoCatalog");return r(),n("div",null,[_,c(o)])}const u=t(d,[["render",i],["__file","index.html.vue"]]);export{u as default};

View File

@@ -1 +1 @@
import{_ as t}from"./plugin-vue_export-helper-x3n3nnut.js";import{r as a,o as n,c as r,d as c,a as e,b as s}from"./app-kBV2pDE_.js";const d={},l=e("h1",{id:"open-source-development",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#open-source-development","aria-hidden":"true"},"#"),s(" Open Source Development")],-1);function _(i,m){const o=a("AutoCatalog");return n(),r("div",null,[l,c(o)])}const f=t(d,[["render",_],["__file","index.html.vue"]]);export{f as default};
import{_ as t}from"./plugin-vue_export-helper-x3n3nnut.js";import{r as a,o as n,c as r,d as c,a as e,b as s}from"./app-PHrBQrYx.js";const d={},l=e("h1",{id:"open-source-development",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#open-source-development","aria-hidden":"true"},"#"),s(" Open Source Development")],-1);function _(i,m){const o=a("AutoCatalog");return n(),r("div",null,[l,c(o)])}const f=t(d,[["render",_],["__file","index.html.vue"]]);export{f as default};

View File

@@ -1 +1 @@
import{_ as o}from"./plugin-vue_export-helper-x3n3nnut.js";import{r as t,o as n,c,d as r,a as e,b as d}from"./app-kBV2pDE_.js";const s={},_=e("h1",{id:"advanced",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#advanced","aria-hidden":"true"},"#"),d(" Advanced")],-1);function i(l,m){const a=t("AutoCatalog");return n(),c("div",null,[_,r(a)])}const u=o(s,[["render",i],["__file","index.html.vue"]]);export{u as default};
import{_ as o}from"./plugin-vue_export-helper-x3n3nnut.js";import{r as t,o as n,c,d as r,a as e,b as d}from"./app-PHrBQrYx.js";const s={},_=e("h1",{id:"advanced",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#advanced","aria-hidden":"true"},"#"),d(" Advanced")],-1);function i(l,m){const a=t("AutoCatalog");return n(),c("div",null,[_,r(a)])}const u=o(s,[["render",i],["__file","index.html.vue"]]);export{u as default};

File diff suppressed because one or more lines are too long

View File

@@ -1 +1 @@
import{_ as a}from"./plugin-vue_export-helper-x3n3nnut.js";import{r as o,o as n,c as s,d as r,a as e,b as c}from"./app-kBV2pDE_.js";const d={},_=e("h1",{id:"statements",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#statements","aria-hidden":"true"},"#"),c(" Statements")],-1);function i(l,m){const t=o("AutoCatalog");return n(),s("div",null,[_,r(t)])}const u=a(d,[["render",i],["__file","index.html.vue"]]);export{u as default};
import{_ as a}from"./plugin-vue_export-helper-x3n3nnut.js";import{r as o,o as n,c as s,d as r,a as e,b as c}from"./app-PHrBQrYx.js";const d={},_=e("h1",{id:"statements",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#statements","aria-hidden":"true"},"#"),c(" Statements")],-1);function i(l,m){const t=o("AutoCatalog");return n(),s("div",null,[_,r(t)])}const u=a(d,[["render",i],["__file","index.html.vue"]]);export{u as default};

View File

@@ -1 +1 @@
import{_ as n}from"./plugin-vue_export-helper-x3n3nnut.js";import{r as i,o as a,c as u,d as e,a as o,b as c}from"./app-kBV2pDE_.js";const m={},s=o("h1",{id:"加入我们",tabindex:"-1"},[o("a",{class:"header-anchor",href:"#加入我们","aria-hidden":"true"},"#"),c(" 加入我们")],-1),d=o("p",null,"如果你有以下经验之一且有兴趣加入 Snap Hutao 开发团队以完善这个项目,并接触到更多的原神开源项目,欢迎加入我们!",-1);function r(l,p){const t=i("VPBanner");return a(),u("div",null,[s,d,e(t,{title:"C# .NET 开发",content:"负责内容:服务端开发和桌面端开发",logo:"/images/202312/C_sharp.svg",actions:[{text:"申请加入",link:"http://qm.qq.com/cgi-bin/qm/qr?_wv=1027&k=XJPjE6ffuYPkZmXvujdP1ZDY2BqL8RDg&authKey=YHBYvW4KmPUpPjGwYwGduG7ZELhFIkd9QxLHuwBFmm4UvQH1ThWiv%2FKPgeckiqt4&noverify=0&group_code=982424236"},{text:"桌面端",link:"https://github.com/DGP-Studio/Snap.Hutao",type:"default"},{text:"服务端",link:"https://github.com/DGP-Studio/Snap.Hutao.Server",type:"default"}]},null,8,["actions"]),e(t,{title:"网页前端开发",content:"负责内容:基于胡桃 API 的深渊数据库网页<br>技术栈Vue.js, TypeScript",logo:"/images/202312/Vue.js.svg",actions:[{text:"申请加入",link:"http://qm.qq.com/cgi-bin/qm/qr?_wv=1027&k=XJPjE6ffuYPkZmXvujdP1ZDY2BqL8RDg&authKey=YHBYvW4KmPUpPjGwYwGduG7ZELhFIkd9QxLHuwBFmm4UvQH1ThWiv%2FKPgeckiqt4&noverify=0&group_code=982424236"},{text:"胡桃数据库网页版(开发中)",link:"https://github.com/DGP-Studio/Hutao.API.Web",type:"default"}]},null,8,["actions"]),e(t,{title:"文档维护",content:"负责内容:网页文档的内容更新<br>要求熟悉markdown语法并对软件开发有基础了解",logo:"/images/202312/documents.svg",actions:[{text:"申请加入",link:"http://qm.qq.com/cgi-bin/qm/qr?_wv=1027&k=XJPjE6ffuYPkZmXvujdP1ZDY2BqL8RDg&authKey=YHBYvW4KmPUpPjGwYwGduG7ZELhFIkd9QxLHuwBFmm4UvQH1ThWiv%2FKPgeckiqt4&noverify=0&group_code=982424236"},{text:"Snap Hutao 文档",link:"https://github.com/DGP-Studio/Snap.Hutao.Docs",type:"default"}]},null,8,["actions"]),e(t,{title:"视频创作",content:"负责内容:软件宣传和教程视频的创作",logo:"/images/202312/video-editing.svg",actions:[{text:"申请加入",link:"http://qm.qq.com/cgi-bin/qm/qr?_wv=1027&k=XJPjE6ffuYPkZmXvujdP1ZDY2BqL8RDg&authKey=YHBYvW4KmPUpPjGwYwGduG7ZELhFIkd9QxLHuwBFmm4UvQH1ThWiv%2FKPgeckiqt4&noverify=0&group_code=982424236"},{text:"Snap Hutao 文档",link:"https://github.com/DGP-Studio/Snap.Hutao.Docs",type:"default"}]},null,8,["actions"])])}const v=n(m,[["render",r],["__file","join.html.vue"]]);export{v as default};
import{_ as n}from"./plugin-vue_export-helper-x3n3nnut.js";import{r as i,o as a,c as u,d as e,a as o,b as c}from"./app-PHrBQrYx.js";const m={},s=o("h1",{id:"加入我们",tabindex:"-1"},[o("a",{class:"header-anchor",href:"#加入我们","aria-hidden":"true"},"#"),c(" 加入我们")],-1),d=o("p",null,"如果你有以下经验之一且有兴趣加入 Snap Hutao 开发团队以完善这个项目,并接触到更多的原神开源项目,欢迎加入我们!",-1);function r(l,p){const t=i("VPBanner");return a(),u("div",null,[s,d,e(t,{title:"C# .NET 开发",content:"负责内容:服务端开发和桌面端开发",logo:"/images/202312/C_sharp.svg",actions:[{text:"申请加入",link:"http://qm.qq.com/cgi-bin/qm/qr?_wv=1027&k=XJPjE6ffuYPkZmXvujdP1ZDY2BqL8RDg&authKey=YHBYvW4KmPUpPjGwYwGduG7ZELhFIkd9QxLHuwBFmm4UvQH1ThWiv%2FKPgeckiqt4&noverify=0&group_code=982424236"},{text:"桌面端",link:"https://github.com/DGP-Studio/Snap.Hutao",type:"default"},{text:"服务端",link:"https://github.com/DGP-Studio/Snap.Hutao.Server",type:"default"}]},null,8,["actions"]),e(t,{title:"网页前端开发",content:"负责内容:基于胡桃 API 的深渊数据库网页<br>技术栈Vue.js, TypeScript",logo:"/images/202312/Vue.js.svg",actions:[{text:"申请加入",link:"http://qm.qq.com/cgi-bin/qm/qr?_wv=1027&k=XJPjE6ffuYPkZmXvujdP1ZDY2BqL8RDg&authKey=YHBYvW4KmPUpPjGwYwGduG7ZELhFIkd9QxLHuwBFmm4UvQH1ThWiv%2FKPgeckiqt4&noverify=0&group_code=982424236"},{text:"胡桃数据库网页版(开发中)",link:"https://github.com/DGP-Studio/Hutao.API.Web",type:"default"}]},null,8,["actions"]),e(t,{title:"文档维护",content:"负责内容:网页文档的内容更新<br>要求熟悉markdown语法并对软件开发有基础了解",logo:"/images/202312/documents.svg",actions:[{text:"申请加入",link:"http://qm.qq.com/cgi-bin/qm/qr?_wv=1027&k=XJPjE6ffuYPkZmXvujdP1ZDY2BqL8RDg&authKey=YHBYvW4KmPUpPjGwYwGduG7ZELhFIkd9QxLHuwBFmm4UvQH1ThWiv%2FKPgeckiqt4&noverify=0&group_code=982424236"},{text:"Snap Hutao 文档",link:"https://github.com/DGP-Studio/Snap.Hutao.Docs",type:"default"}]},null,8,["actions"]),e(t,{title:"视频创作",content:"负责内容:软件宣传和教程视频的创作",logo:"/images/202312/video-editing.svg",actions:[{text:"申请加入",link:"http://qm.qq.com/cgi-bin/qm/qr?_wv=1027&k=XJPjE6ffuYPkZmXvujdP1ZDY2BqL8RDg&authKey=YHBYvW4KmPUpPjGwYwGduG7ZELhFIkd9QxLHuwBFmm4UvQH1ThWiv%2FKPgeckiqt4&noverify=0&group_code=982424236"},{text:"Snap Hutao 文档",link:"https://github.com/DGP-Studio/Snap.Hutao.Docs",type:"default"}]},null,8,["actions"])])}const v=n(m,[["render",r],["__file","join.html.vue"]]);export{v as default};

View File

@@ -1 +1 @@
import{_ as n}from"./plugin-vue_export-helper-x3n3nnut.js";import{r as i,o as a,c,d as t,a as o,b as u}from"./app-kBV2pDE_.js";const m={},r=o("h1",{id:"join-the-develop-team",tabindex:"-1"},[o("a",{class:"header-anchor",href:"#join-the-develop-team","aria-hidden":"true"},"#"),u(" Join the Develop Team")],-1),s=o("p",null,"If you have one of the following experiences and are interested in joining the Snap Hutao development team to improve this project and get in touch with more Genshin Impact open source projects, welcome to join us!",-1);function d(p,l){const e=i("VPBanner");return a(),c("div",null,[r,s,t(e,{title:"C# .NET Development",content:"Server development and desktop client development",logo:"/images/202312/C_sharp.svg",actions:[{text:"Join",link:"http://qm.qq.com/cgi-bin/qm/qr?_wv=1027&k=XJPjE6ffuYPkZmXvujdP1ZDY2BqL8RDg&authKey=YHBYvW4KmPUpPjGwYwGduG7ZELhFIkd9QxLHuwBFmm4UvQH1ThWiv%2FKPgeckiqt4&noverify=0&group_code=982424236"},{text:"Snap Hutao",link:"https://github.com/DGP-Studio/Snap.Hutao",type:"default"},{text:"Snap Hutao Server",link:"https://github.com/DGP-Studio/Snap.Hutao.Server",type:"default"}]},null,8,["actions"]),t(e,{title:"Web Front-end Development",content:"Website of Spiral Abyss database from Hutao API<br>Stack: Vue.js, TypeScript",logo:"/images/202312/Vue.js.svg",actions:[{text:"Join",link:"http://qm.qq.com/cgi-bin/qm/qr?_wv=1027&k=XJPjE6ffuYPkZmXvujdP1ZDY2BqL8RDg&authKey=YHBYvW4KmPUpPjGwYwGduG7ZELhFIkd9QxLHuwBFmm4UvQH1ThWiv%2FKPgeckiqt4&noverify=0&group_code=982424236"},{text:"Hutao API Web",link:"https://github.com/DGP-Studio/Hutao.API.Web",type:"default"}]},null,8,["actions"]),t(e,{title:"Document Maintenance",content:"Maintain Snap Hutao documents<br>Requirement: familiar with Markdown syntax and basic concept of software development ",logo:"/images/202312/documents.svg",actions:[{text:"Join",link:"http://qm.qq.com/cgi-bin/qm/qr?_wv=1027&k=XJPjE6ffuYPkZmXvujdP1ZDY2BqL8RDg&authKey=YHBYvW4KmPUpPjGwYwGduG7ZELhFIkd9QxLHuwBFmm4UvQH1ThWiv%2FKPgeckiqt4&noverify=0&group_code=982424236"},{text:"Snap Hutao Document",link:"https://github.com/DGP-Studio/Snap.Hutao.Docs",type:"default"}]},null,8,["actions"]),t(e,{title:"Video Editing",content:"Creation of Snap Hutao promotion and tutorial videos",logo:"/images/202312/video-editing.svg",actions:[{text:"Join",link:"http://qm.qq.com/cgi-bin/qm/qr?_wv=1027&k=XJPjE6ffuYPkZmXvujdP1ZDY2BqL8RDg&authKey=YHBYvW4KmPUpPjGwYwGduG7ZELhFIkd9QxLHuwBFmm4UvQH1ThWiv%2FKPgeckiqt4&noverify=0&group_code=982424236"}]},null,8,["actions"])])}const g=n(m,[["render",d],["__file","join.html.vue"]]);export{g as default};
import{_ as n}from"./plugin-vue_export-helper-x3n3nnut.js";import{r as i,o as a,c,d as t,a as o,b as u}from"./app-PHrBQrYx.js";const m={},r=o("h1",{id:"join-the-develop-team",tabindex:"-1"},[o("a",{class:"header-anchor",href:"#join-the-develop-team","aria-hidden":"true"},"#"),u(" Join the Develop Team")],-1),s=o("p",null,"If you have one of the following experiences and are interested in joining the Snap Hutao development team to improve this project and get in touch with more Genshin Impact open source projects, welcome to join us!",-1);function d(p,l){const e=i("VPBanner");return a(),c("div",null,[r,s,t(e,{title:"C# .NET Development",content:"Server development and desktop client development",logo:"/images/202312/C_sharp.svg",actions:[{text:"Join",link:"http://qm.qq.com/cgi-bin/qm/qr?_wv=1027&k=XJPjE6ffuYPkZmXvujdP1ZDY2BqL8RDg&authKey=YHBYvW4KmPUpPjGwYwGduG7ZELhFIkd9QxLHuwBFmm4UvQH1ThWiv%2FKPgeckiqt4&noverify=0&group_code=982424236"},{text:"Snap Hutao",link:"https://github.com/DGP-Studio/Snap.Hutao",type:"default"},{text:"Snap Hutao Server",link:"https://github.com/DGP-Studio/Snap.Hutao.Server",type:"default"}]},null,8,["actions"]),t(e,{title:"Web Front-end Development",content:"Website of Spiral Abyss database from Hutao API<br>Stack: Vue.js, TypeScript",logo:"/images/202312/Vue.js.svg",actions:[{text:"Join",link:"http://qm.qq.com/cgi-bin/qm/qr?_wv=1027&k=XJPjE6ffuYPkZmXvujdP1ZDY2BqL8RDg&authKey=YHBYvW4KmPUpPjGwYwGduG7ZELhFIkd9QxLHuwBFmm4UvQH1ThWiv%2FKPgeckiqt4&noverify=0&group_code=982424236"},{text:"Hutao API Web",link:"https://github.com/DGP-Studio/Hutao.API.Web",type:"default"}]},null,8,["actions"]),t(e,{title:"Document Maintenance",content:"Maintain Snap Hutao documents<br>Requirement: familiar with Markdown syntax and basic concept of software development ",logo:"/images/202312/documents.svg",actions:[{text:"Join",link:"http://qm.qq.com/cgi-bin/qm/qr?_wv=1027&k=XJPjE6ffuYPkZmXvujdP1ZDY2BqL8RDg&authKey=YHBYvW4KmPUpPjGwYwGduG7ZELhFIkd9QxLHuwBFmm4UvQH1ThWiv%2FKPgeckiqt4&noverify=0&group_code=982424236"},{text:"Snap Hutao Document",link:"https://github.com/DGP-Studio/Snap.Hutao.Docs",type:"default"}]},null,8,["actions"]),t(e,{title:"Video Editing",content:"Creation of Snap Hutao promotion and tutorial videos",logo:"/images/202312/video-editing.svg",actions:[{text:"Join",link:"http://qm.qq.com/cgi-bin/qm/qr?_wv=1027&k=XJPjE6ffuYPkZmXvujdP1ZDY2BqL8RDg&authKey=YHBYvW4KmPUpPjGwYwGduG7ZELhFIkd9QxLHuwBFmm4UvQH1ThWiv%2FKPgeckiqt4&noverify=0&group_code=982424236"}]},null,8,["actions"])])}const g=n(m,[["render",d],["__file","join.html.vue"]]);export{g as default};

View File

@@ -1 +1 @@
import{_ as o}from"./plugin-vue_export-helper-x3n3nnut.js";import{r as l,o as r,c as u,a as e,b as t,d as n}from"./app-kBV2pDE_.js";const a={},i=e("h1",{id:"known-issue",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#known-issue","aria-hidden":"true"},"#"),t(" Known Issue")],-1),d={href:"https://github.com/DGP-Studio/Snap.Hutao/issues?q=is%3Aissue",target:"_blank",rel:"noopener noreferrer"},c=e("thead",null,[e("tr",null,[e("th",null,"Category"),e("th",null,"Flag")])],-1),h={href:"https://github.com/DGP-Studio/Snap.Hutao/issues?q=is%3Aissue+label%3ABUG+is%3Aopen",target:"_blank",rel:"noopener noreferrer"},_=e("td",null,[t("Labeled with "),e("code",null,"BUG")],-1),p={href:"https://github.com/DGP-Studio/Snap.Hutao/issues?q=is%3Aopen+is%3Aissue+label%3A%E5%8A%9F%E8%83%BD",target:"_blank",rel:"noopener noreferrer"},b=e("td",null,[t("Labeled with "),e("code",null,"功能"),t(" (Feature)")],-1),f={href:"https://github.com/DGP-Studio/Snap.Hutao/issues?q=is%3Aissue+label%3A%E5%B7%B2%E5%AE%8C%E6%88%90",target:"_blank",rel:"noopener noreferrer"},A=e("td",null,[t("Labeled with "),e("code",null,"已完成"),t(" (Fixed)")],-1),m={href:"https://github.com/DGP-Studio/Snap.Hutao/issues?q=is%3Aissue+label%3A%E7%AD%89%E5%BE%85%E5%8F%91%E5%B8%83",target:"_blank",rel:"noopener noreferrer"},E=e("td",null,[t("Labeled with "),e("code",null,"等待发布"),t(" (Ready for Publish)")],-1);function g(k,w){const s=l("ExternalLinkIcon");return r(),u("div",null,[i,e("p",null,[t("You can view all issues on "),e("a",d,[t("GitHub Issue page"),n(s)])]),e("table",null,[c,e("tbody",null,[e("tr",null,[e("td",null,[e("a",h,[t("All Opened BUG Issues"),n(s)])]),_]),e("tr",null,[e("td",null,[e("a",p,[t("All Opened Feature Request Issues"),n(s)])]),b]),e("tr",null,[e("td",null,[e("a",f,[t("Fixed and Resolved Issues"),n(s)])]),A]),e("tr",null,[e("td",null,[e("a",m,[t("Issues will be Fixed in Next Version"),n(s)])]),E])])])])}const S=o(a,[["render",g],["__file","known-issue.html.vue"]]);export{S as default};
import{_ as o}from"./plugin-vue_export-helper-x3n3nnut.js";import{r as l,o as r,c as u,a as e,b as t,d as n}from"./app-PHrBQrYx.js";const a={},i=e("h1",{id:"known-issue",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#known-issue","aria-hidden":"true"},"#"),t(" Known Issue")],-1),d={href:"https://github.com/DGP-Studio/Snap.Hutao/issues?q=is%3Aissue",target:"_blank",rel:"noopener noreferrer"},c=e("thead",null,[e("tr",null,[e("th",null,"Category"),e("th",null,"Flag")])],-1),h={href:"https://github.com/DGP-Studio/Snap.Hutao/issues?q=is%3Aissue+label%3ABUG+is%3Aopen",target:"_blank",rel:"noopener noreferrer"},_=e("td",null,[t("Labeled with "),e("code",null,"BUG")],-1),p={href:"https://github.com/DGP-Studio/Snap.Hutao/issues?q=is%3Aopen+is%3Aissue+label%3A%E5%8A%9F%E8%83%BD",target:"_blank",rel:"noopener noreferrer"},b=e("td",null,[t("Labeled with "),e("code",null,"功能"),t(" (Feature)")],-1),f={href:"https://github.com/DGP-Studio/Snap.Hutao/issues?q=is%3Aissue+label%3A%E5%B7%B2%E5%AE%8C%E6%88%90",target:"_blank",rel:"noopener noreferrer"},A=e("td",null,[t("Labeled with "),e("code",null,"已完成"),t(" (Fixed)")],-1),m={href:"https://github.com/DGP-Studio/Snap.Hutao/issues?q=is%3Aissue+label%3A%E7%AD%89%E5%BE%85%E5%8F%91%E5%B8%83",target:"_blank",rel:"noopener noreferrer"},E=e("td",null,[t("Labeled with "),e("code",null,"等待发布"),t(" (Ready for Publish)")],-1);function g(k,w){const s=l("ExternalLinkIcon");return r(),u("div",null,[i,e("p",null,[t("You can view all issues on "),e("a",d,[t("GitHub Issue page"),n(s)])]),e("table",null,[c,e("tbody",null,[e("tr",null,[e("td",null,[e("a",h,[t("All Opened BUG Issues"),n(s)])]),_]),e("tr",null,[e("td",null,[e("a",p,[t("All Opened Feature Request Issues"),n(s)])]),b]),e("tr",null,[e("td",null,[e("a",f,[t("Fixed and Resolved Issues"),n(s)])]),A]),e("tr",null,[e("td",null,[e("a",m,[t("Issues will be Fixed in Next Version"),n(s)])]),E])])])])}const S=o(a,[["render",g],["__file","known-issue.html.vue"]]);export{S as default};

View File

@@ -1 +1 @@
import{_ as s}from"./plugin-vue_export-helper-x3n3nnut.js";import{r as l,o as r,c as u,a as e,b as t,d as o}from"./app-kBV2pDE_.js";const a={},i=e("h1",{id:"已知问题",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#已知问题","aria-hidden":"true"},"#"),t(" 已知问题")],-1),d={href:"https://github.com/DGP-Studio/Snap.Hutao/issues?q=is%3Aissue",target:"_blank",rel:"noopener noreferrer"},c=e("thead",null,[e("tr",null,[e("th",null,"类别"),e("th",null,"特征")])],-1),_={href:"https://github.com/DGP-Studio/Snap.Hutao/issues?q=is%3Aissue+label%3ABUG+is%3Aopen",target:"_blank",rel:"noopener noreferrer"},h=e("td",null,[t("包含标签 "),e("code",null,"BUG")],-1),p={href:"https://github.com/DGP-Studio/Snap.Hutao/issues?q=is%3Aopen+is%3Aissue+label%3A%E5%8A%9F%E8%83%BD",target:"_blank",rel:"noopener noreferrer"},b=e("td",null,[t("包含标签 "),e("code",null,"功能")],-1),f={href:"https://github.com/DGP-Studio/Snap.Hutao/issues?q=is%3Aissue+label%3A%E5%B7%B2%E5%AE%8C%E6%88%90",target:"_blank",rel:"noopener noreferrer"},m=e("td",null,[t("包含标签 "),e("code",null,"已完成")],-1),A={href:"https://github.com/DGP-Studio/Snap.Hutao/issues?q=is%3Aissue+label%3A%E7%AD%89%E5%BE%85%E5%8F%91%E5%B8%83",target:"_blank",rel:"noopener noreferrer"},E=e("td",null,[t("包含标签 "),e("code",null,"等待发布")],-1);function k(B,g){const n=l("ExternalLinkIcon");return r(),u("div",null,[i,e("p",null,[t("你可以在 "),e("a",d,[t("GitHub Issue 页面"),o(n)]),t(" 查看全部的议题")]),e("table",null,[c,e("tbody",null,[e("tr",null,[e("td",null,[e("a",_,[t("全部未关闭的 BUG 议题"),o(n)])]),h]),e("tr",null,[e("td",null,[e("a",p,[t("全部未关闭的功能提案"),o(n)])]),b]),e("tr",null,[e("td",null,[e("a",f,[t("已修复或已实现的功能"),o(n)])]),m]),e("tr",null,[e("td",null,[e("a",A,[t("将在下一版本修复的问题"),o(n)])]),E])])])])}const x=s(a,[["render",k],["__file","known-issue.html.vue"]]);export{x as default};
import{_ as s}from"./plugin-vue_export-helper-x3n3nnut.js";import{r as l,o as r,c as u,a as e,b as t,d as o}from"./app-PHrBQrYx.js";const a={},i=e("h1",{id:"已知问题",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#已知问题","aria-hidden":"true"},"#"),t(" 已知问题")],-1),d={href:"https://github.com/DGP-Studio/Snap.Hutao/issues?q=is%3Aissue",target:"_blank",rel:"noopener noreferrer"},c=e("thead",null,[e("tr",null,[e("th",null,"类别"),e("th",null,"特征")])],-1),_={href:"https://github.com/DGP-Studio/Snap.Hutao/issues?q=is%3Aissue+label%3ABUG+is%3Aopen",target:"_blank",rel:"noopener noreferrer"},h=e("td",null,[t("包含标签 "),e("code",null,"BUG")],-1),p={href:"https://github.com/DGP-Studio/Snap.Hutao/issues?q=is%3Aopen+is%3Aissue+label%3A%E5%8A%9F%E8%83%BD",target:"_blank",rel:"noopener noreferrer"},b=e("td",null,[t("包含标签 "),e("code",null,"功能")],-1),f={href:"https://github.com/DGP-Studio/Snap.Hutao/issues?q=is%3Aissue+label%3A%E5%B7%B2%E5%AE%8C%E6%88%90",target:"_blank",rel:"noopener noreferrer"},m=e("td",null,[t("包含标签 "),e("code",null,"已完成")],-1),A={href:"https://github.com/DGP-Studio/Snap.Hutao/issues?q=is%3Aissue+label%3A%E7%AD%89%E5%BE%85%E5%8F%91%E5%B8%83",target:"_blank",rel:"noopener noreferrer"},E=e("td",null,[t("包含标签 "),e("code",null,"等待发布")],-1);function k(B,g){const n=l("ExternalLinkIcon");return r(),u("div",null,[i,e("p",null,[t("你可以在 "),e("a",d,[t("GitHub Issue 页面"),o(n)]),t(" 查看全部的议题")]),e("table",null,[c,e("tbody",null,[e("tr",null,[e("td",null,[e("a",_,[t("全部未关闭的 BUG 议题"),o(n)])]),h]),e("tr",null,[e("td",null,[e("a",p,[t("全部未关闭的功能提案"),o(n)])]),b]),e("tr",null,[e("td",null,[e("a",f,[t("已修复或已实现的功能"),o(n)])]),m]),e("tr",null,[e("td",null,[e("a",A,[t("将在下一版本修复的问题"),o(n)])]),E])])])])}const x=s(a,[["render",k],["__file","known-issue.html.vue"]]);export{x as default};

View File

@@ -1 +1 @@
import{_ as s}from"./plugin-vue_export-helper-x3n3nnut.js";import{r as l,o as r,c as a,a as e,b as t,d as o}from"./app-kBV2pDE_.js";const u={},i=e("h1",{id:"известные-проблемы",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#известные-проблемы","aria-hidden":"true"},"#"),t(" Известные проблемы")],-1),d={href:"https://github.com/DGP-Studio/Snap.Hutao/issues?q=is%3Aissue",target:"_blank",rel:"noopener noreferrer"},c=e("thead",null,[e("tr",null,[e("th",null,"Категория"),e("th",null,"Флаг")])],-1),_={href:"https://github.com/DGP-Studio/Snap.Hutao/issues?q=is%3Aissue+label%3ABUG+is%3Aopen",target:"_blank",rel:"noopener noreferrer"},h=e("td",null,[t("Помечены "),e("code",null,"BUG")],-1),p={href:"https://github.com/DGP-Studio/Snap.Hutao/issues?q=is%3Aopen+is%3Aissue+label%3A%E5%8A%9F%E8%83%BD",target:"_blank",rel:"noopener noreferrer"},b=e("td",null,[t("Помечены "),e("code",null,"功能"),t(" (Feature)")],-1),f={href:"https://github.com/DGP-Studio/Snap.Hutao/issues?q=is%3Aissue+label%3A%E5%B7%B2%E4%BF%AE%E5%A4%8D",target:"_blank",rel:"noopener noreferrer"},m=e("td",null,[t("Помечены "),e("code",null,"已修复"),t(" (Fixed)")],-1),A={href:"https://github.com/DGP-Studio/Snap.Hutao/issues?q=is%3Aissue+label%3A%E7%AD%89%E5%BE%85%E5%8F%91%E5%B8%83",target:"_blank",rel:"noopener noreferrer"},E=e("td",null,[t("Помечены "),e("code",null,"等待发布"),t(" (Ready for Publish)")],-1);function B(k,g){const n=l("ExternalLinkIcon");return r(),a("div",null,[i,e("p",null,[t("Вы можете просмотреть все проблемы на "),e("a",d,[t("странице проблем GitHub"),o(n)])]),e("table",null,[c,e("tbody",null,[e("tr",null,[e("td",null,[e("a",_,[t("Все открытые проблемы типа BUG"),o(n)])]),h]),e("tr",null,[e("td",null,[e("a",p,[t("Все открытые запросы на добавление функций"),o(n)])]),b]),e("tr",null,[e("td",null,[e("a",f,[t("Исправленные и решенные проблемы"),o(n)])]),m]),e("tr",null,[e("td",null,[e("a",A,[t("Проблемы, которые будут исправлены в следующей версии"),o(n)])]),E])])])])}const x=s(u,[["render",B],["__file","known-issue.html.vue"]]);export{x as default};
import{_ as s}from"./plugin-vue_export-helper-x3n3nnut.js";import{r as l,o as r,c as a,a as e,b as t,d as o}from"./app-PHrBQrYx.js";const u={},i=e("h1",{id:"известные-проблемы",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#известные-проблемы","aria-hidden":"true"},"#"),t(" Известные проблемы")],-1),d={href:"https://github.com/DGP-Studio/Snap.Hutao/issues?q=is%3Aissue",target:"_blank",rel:"noopener noreferrer"},c=e("thead",null,[e("tr",null,[e("th",null,"Категория"),e("th",null,"Флаг")])],-1),_={href:"https://github.com/DGP-Studio/Snap.Hutao/issues?q=is%3Aissue+label%3ABUG+is%3Aopen",target:"_blank",rel:"noopener noreferrer"},h=e("td",null,[t("Помечены "),e("code",null,"BUG")],-1),p={href:"https://github.com/DGP-Studio/Snap.Hutao/issues?q=is%3Aopen+is%3Aissue+label%3A%E5%8A%9F%E8%83%BD",target:"_blank",rel:"noopener noreferrer"},b=e("td",null,[t("Помечены "),e("code",null,"功能"),t(" (Feature)")],-1),f={href:"https://github.com/DGP-Studio/Snap.Hutao/issues?q=is%3Aissue+label%3A%E5%B7%B2%E4%BF%AE%E5%A4%8D",target:"_blank",rel:"noopener noreferrer"},m=e("td",null,[t("Помечены "),e("code",null,"已修复"),t(" (Fixed)")],-1),A={href:"https://github.com/DGP-Studio/Snap.Hutao/issues?q=is%3Aissue+label%3A%E7%AD%89%E5%BE%85%E5%8F%91%E5%B8%83",target:"_blank",rel:"noopener noreferrer"},E=e("td",null,[t("Помечены "),e("code",null,"等待发布"),t(" (Ready for Publish)")],-1);function B(k,g){const n=l("ExternalLinkIcon");return r(),a("div",null,[i,e("p",null,[t("Вы можете просмотреть все проблемы на "),e("a",d,[t("странице проблем GitHub"),o(n)])]),e("table",null,[c,e("tbody",null,[e("tr",null,[e("td",null,[e("a",_,[t("Все открытые проблемы типа BUG"),o(n)])]),h]),e("tr",null,[e("td",null,[e("a",p,[t("Все открытые запросы на добавление функций"),o(n)])]),b]),e("tr",null,[e("td",null,[e("a",f,[t("Исправленные и решенные проблемы"),o(n)])]),m]),e("tr",null,[e("td",null,[e("a",A,[t("Проблемы, которые будут исправлены в следующей версии"),o(n)])]),E])])])])}const x=s(u,[["render",B],["__file","known-issue.html.vue"]]);export{x as default};

View File

@@ -1 +1 @@
import{_ as a}from"./plugin-vue_export-helper-x3n3nnut.js";import{r as o,o as n,c as r,d as s,a as e,b as c}from"./app-kBV2pDE_.js";const _={},l=e("h1",{id:"site-menu",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#site-menu","aria-hidden":"true"},"#"),c(" Site Menu")],-1);function d(i,m){const t=o("AutoCatalog");return n(),r("div",null,[l,s(t,{base:"/en/",level:"3"})])}const h=a(_,[["render",d],["__file","menu.html.vue"]]);export{h as default};
import{_ as a}from"./plugin-vue_export-helper-x3n3nnut.js";import{r as o,o as n,c as r,d as s,a as e,b as c}from"./app-PHrBQrYx.js";const _={},l=e("h1",{id:"site-menu",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#site-menu","aria-hidden":"true"},"#"),c(" Site Menu")],-1);function d(i,m){const t=o("AutoCatalog");return n(),r("div",null,[l,s(t,{base:"/en/",level:"3"})])}const h=a(_,[["render",d],["__file","menu.html.vue"]]);export{h as default};

View File

@@ -1 +1 @@
import{_ as o}from"./plugin-vue_export-helper-x3n3nnut.js";import{r as t,o as r,c as n,d as c,a as e,b as s}from"./app-kBV2pDE_.js";const _={},l=e("h1",{id:"全站目录",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#全站目录","aria-hidden":"true"},"#"),s(" 全站目录")],-1);function d(m,i){const a=t("AutoCatalog");return r(),n("div",null,[l,c(a,{base:"/zh/",level:"4"})])}const f=o(_,[["render",d],["__file","menu.html.vue"]]);export{f as default};
import{_ as o}from"./plugin-vue_export-helper-x3n3nnut.js";import{r as t,o as r,c as n,d as c,a as e,b as s}from"./app-PHrBQrYx.js";const _={},l=e("h1",{id:"全站目录",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#全站目录","aria-hidden":"true"},"#"),s(" 全站目录")],-1);function d(m,i){const a=t("AutoCatalog");return r(),n("div",null,[l,c(a,{base:"/zh/",level:"4"})])}const f=o(_,[["render",d],["__file","menu.html.vue"]]);export{f as default};

View File

@@ -1 +1 @@
import{_ as o}from"./plugin-vue_export-helper-x3n3nnut.js";import{r as t,o as r,c as n,d as c,a as e,b as s}from"./app-kBV2pDE_.js";const _={},l=e("h1",{id:"меню-саита",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#меню-саита","aria-hidden":"true"},"#"),s(" Меню сайта")],-1);function d(m,i){const a=t("AutoCatalog");return r(),n("div",null,[l,c(a,{base:"/ru/",level:"3"})])}const h=o(_,[["render",d],["__file","menu.html.vue"]]);export{h as default};
import{_ as o}from"./plugin-vue_export-helper-x3n3nnut.js";import{r as t,o as r,c as n,d as c,a as e,b as s}from"./app-PHrBQrYx.js";const _={},l=e("h1",{id:"меню-саита",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#меню-саита","aria-hidden":"true"},"#"),s(" Меню сайта")],-1);function d(m,i){const a=t("AutoCatalog");return r(),n("div",null,[l,c(a,{base:"/ru/",level:"3"})])}const h=o(_,[["render",d],["__file","menu.html.vue"]]);export{h as default};

View File

@@ -1 +1 @@
import{_ as t}from"./plugin-vue_export-helper-x3n3nnut.js";import{r as i,o as c,c as s,a as o,b as l,d as a,w as r,e}from"./app-kBV2pDE_.js";const d={},u=e('<h1 id="米游社多帐号切换" tabindex="-1"><a class="header-anchor" href="#米游社多帐号切换" aria-hidden="true">#</a> 米游社多帐号切换</h1><div class="hint-container tip"><p class="hint-container-title">提示</p><p>胡桃工具箱支持中国大陆版米哈游论坛<strong>米游社</strong>和国际版论坛 <strong>HoYoLAB</strong>的帐号。HoYoLAB 默认阻拦来自中国大陆的网络连接Snap Hutao 软件无法自行绕开该限制。</p><ul><li>本文档所描述的帐号切换指的是用于获取游戏数据的<strong>米游社/ HoYoLAB 帐号</strong>,不是原神<strong>游戏内的帐号</strong></li><li>在使用本功能前,你需要使用官方的米游社 App 登录你的帐号以初始化你的米游社功能 <ul><li>如果在胡桃中登录的帐号名称格式为 <code>user_123456789</code> 则其有可能没有被初始化</li></ul></li></ul></div><p><img src="https://img.alicdn.com/imgextra/i2/1797064093/O1CN01RCk3PM1g6dy8aXWxW_!!1797064093.png_.webp" alt="多帐号管理样图" loading="lazy"></p><p>你可以在程序主界面的左下角,设置按钮的上方找到帐号菜单,以管理你在胡桃工具箱中登录的米游社帐号。在弹出的面板中你可以添加米游社或 HoYoLAB 帐号 ,登录它们的方法是一样的:</p>',4),_=o("code",null,"网页登录",-1),h=o("li",null,[l("您也可以通过点击"),o("code",null,"手动输入"),l("按钮,直接输入米游社通行证 cookie 来添加您的帐号")],-1),k=o("code",null,"手动输入",-1),p=o("strong",null,[l("必须包含 "),o("code",null,"SToken"),l(" 字段")],-1),g=o("code",null,"SToken",-1),m=o("li",null,'在弹出的内置浏览器登陆成功后,点击右上角的"我已登陆"按钮',-1),f=o("li",null,[l("完成后,您就可以在帐号管理面板切换已登录的米游社帐号了 "),o("ul",null,[o("li",null,"新添加米游社账号后,需在主界面左下角切换账号的功能中,手动点击一次新登录的账号,以将其设置为使用状态"),o("li",null,"你可以在帐号管理菜单中复制对应帐号的 cookie 或从胡桃工具箱中删除该帐号"),o("li",null,[l("在选中登录帐号后,你可以 "),o("ul",null,[o("li",null,"点击刷新 Cookie 按钮来更新当前储存的 Cookie"),o("li",null,"点击签到按钮来执行米哈游论坛签到。对于米游社帐号,需要先接触风控状态才可成功执行签到。")])])])],-1),S=e('<div class="hint-container info"><p class="hint-container-title">安全提示</p><ul><li><code>SToken</code> 是一个安全敏感的 cookie 字段,你<strong>不应该</strong>在任何云端或其它无法保证数据安全的设备上储存含有 <code>SToken</code> 字段的 cookie。</li><li>从胡桃工具箱中复制获得的 cookie 中包含该字段,请慎重考虑是否为接受 cookie 的一方提供 <code>SToken</code> 字段。</li><li><strong>在胡桃工具箱中通过密码或 cookie 登录米游社的过程中,你的数据只经米游社服务器和本地胡桃工具箱处理,不经过包括胡桃服务器在内的任何第三方服务。</strong></li></ul></div>',1);function v(x,T){const n=i("RouterLink");return c(),s("div",null,[u,o("ul",null,[o("li",null,[l("在对应的帐号种类中点击"),_,l("按钮 "),o("ul",null,[h,o("li",null,[l("若您选择"),k,l("米游社 cookie则该 cookie "),p,o("ul",null,[o("li",null,[l("手动获取含 "),g,l(" 字段的 cookie 的方式可参考"),a(n,{to:"/zh/advanced/get-SToken-cookie-from-the-third-party.html"},{default:r(()=>[l("使用第三方工具获取有 SToken 的 cookie")]),_:1}),l(" 文档")])])])])]),m,f]),S])}const C=t(d,[["render",v],["__file","mhy-account-switch.html.vue"]]);export{C as default};
import{_ as t}from"./plugin-vue_export-helper-x3n3nnut.js";import{r as i,o as c,c as s,a as o,b as l,d as a,w as r,e}from"./app-PHrBQrYx.js";const d={},u=e('<h1 id="米游社多帐号切换" tabindex="-1"><a class="header-anchor" href="#米游社多帐号切换" aria-hidden="true">#</a> 米游社多帐号切换</h1><div class="hint-container tip"><p class="hint-container-title">提示</p><p>胡桃工具箱支持中国大陆版米哈游论坛<strong>米游社</strong>和国际版论坛 <strong>HoYoLAB</strong>的帐号。HoYoLAB 默认阻拦来自中国大陆的网络连接Snap Hutao 软件无法自行绕开该限制。</p><ul><li>本文档所描述的帐号切换指的是用于获取游戏数据的<strong>米游社/ HoYoLAB 帐号</strong>,不是原神<strong>游戏内的帐号</strong></li><li>在使用本功能前,你需要使用官方的米游社 App 登录你的帐号以初始化你的米游社功能 <ul><li>如果在胡桃中登录的帐号名称格式为 <code>user_123456789</code> 则其有可能没有被初始化</li></ul></li></ul></div><p><img src="https://img.alicdn.com/imgextra/i2/1797064093/O1CN01RCk3PM1g6dy8aXWxW_!!1797064093.png_.webp" alt="多帐号管理样图" loading="lazy"></p><p>你可以在程序主界面的左下角,设置按钮的上方找到帐号菜单,以管理你在胡桃工具箱中登录的米游社帐号。在弹出的面板中你可以添加米游社或 HoYoLAB 帐号 ,登录它们的方法是一样的:</p>',4),_=o("code",null,"网页登录",-1),h=o("li",null,[l("您也可以通过点击"),o("code",null,"手动输入"),l("按钮,直接输入米游社通行证 cookie 来添加您的帐号")],-1),k=o("code",null,"手动输入",-1),p=o("strong",null,[l("必须包含 "),o("code",null,"SToken"),l(" 字段")],-1),g=o("code",null,"SToken",-1),m=o("li",null,'在弹出的内置浏览器登陆成功后,点击右上角的"我已登陆"按钮',-1),f=o("li",null,[l("完成后,您就可以在帐号管理面板切换已登录的米游社帐号了 "),o("ul",null,[o("li",null,"新添加米游社账号后,需在主界面左下角切换账号的功能中,手动点击一次新登录的账号,以将其设置为使用状态"),o("li",null,"你可以在帐号管理菜单中复制对应帐号的 cookie 或从胡桃工具箱中删除该帐号"),o("li",null,[l("在选中登录帐号后,你可以 "),o("ul",null,[o("li",null,"点击刷新 Cookie 按钮来更新当前储存的 Cookie"),o("li",null,"点击签到按钮来执行米哈游论坛签到。对于米游社帐号,需要先接触风控状态才可成功执行签到。")])])])],-1),S=e('<div class="hint-container info"><p class="hint-container-title">安全提示</p><ul><li><code>SToken</code> 是一个安全敏感的 cookie 字段,你<strong>不应该</strong>在任何云端或其它无法保证数据安全的设备上储存含有 <code>SToken</code> 字段的 cookie。</li><li>从胡桃工具箱中复制获得的 cookie 中包含该字段,请慎重考虑是否为接受 cookie 的一方提供 <code>SToken</code> 字段。</li><li><strong>在胡桃工具箱中通过密码或 cookie 登录米游社的过程中,你的数据只经米游社服务器和本地胡桃工具箱处理,不经过包括胡桃服务器在内的任何第三方服务。</strong></li></ul></div>',1);function v(x,T){const n=i("RouterLink");return c(),s("div",null,[u,o("ul",null,[o("li",null,[l("在对应的帐号种类中点击"),_,l("按钮 "),o("ul",null,[h,o("li",null,[l("若您选择"),k,l("米游社 cookie则该 cookie "),p,o("ul",null,[o("li",null,[l("手动获取含 "),g,l(" 字段的 cookie 的方式可参考"),a(n,{to:"/zh/advanced/get-SToken-cookie-from-the-third-party.html"},{default:r(()=>[l("使用第三方工具获取有 SToken 的 cookie")]),_:1}),l(" 文档")])])])])]),m,f]),S])}const C=t(d,[["render",v],["__file","mhy-account-switch.html.vue"]]);export{C as default};

View File

@@ -1 +1 @@
import{_ as i}from"./plugin-vue_export-helper-x3n3nnut.js";import{r as c,o as a,c as l,a as o,b as e,d as u,w as s,e as t}from"./app-kBV2pDE_.js";const r={},d=t('<h1 id="mihoyo-bbs-account-switch" tabindex="-1"><a class="header-anchor" href="#mihoyo-bbs-account-switch" aria-hidden="true">#</a> MiHoYo BBS Account Switch</h1><div class="hint-container tip"><p class="hint-container-title">Tips</p><p>There are two types of MiHoYo BBS, MiYouShe and HoYoLAB. MiYouShe refers to Mainland China version, HoYoLAB refers to global version, both of them are accepted by Snap Hutao</p><ul><li>The document in page is talking about <strong>MiHoYo BBS account</strong>, not Genshin Impact&#39;s <strong>in-game account</strong></li><li>Before starting using Snap Hutao, you must initial your MiHoYo BBS account by login to your account in official mobile application <ul><li>If your account name shows like <code>user_123456789</code>, then it means the account is not initial yet</li></ul></li></ul></div><p><img src="https://img.alicdn.com/imgextra/i4/1797064093/O1CN01OqYy931g6dyGYLC2E_!!1797064093.png_.webp" alt="MiHoYo BBS Accounts" loading="lazy"></p><p>At the left bottom corner, you can find the account menu above the <code>Settings</code> button. In the pop-up account menu, you can find the entry to login in to your MiYouShe and HoYoLAB account:</p>',4),h=o("li",null,[e("Click on "),o("code",null,"Web Login"),o("ul",null,[o("li",null,"In the pop-up build-in browser, login with your account"),o("li",null,[e("Click "),o("code",null,"I'm logged in"),e(" button on the top right, after you have logged into your account")]),o("li",null,"Then your account will be added to Snap Hutao, the browser will close automatically")])],-1),p=o("code",null,"Input Manually",-1),y=o("li",null,[e("If you do so, the cookies must contains "),o("code",null,"SToken"),e(" field")],-1),m=o("code",null,"SToken",-1),f=o("li",null,[e("After added your MiHoYo BBS account, you need to switch to account you want in the account menu, to activate it "),o("ul",null,[o("li",null,"You can always switch your MiHoYo BBS account in the account menu, and you are also allowed to copy account's cookie or remove account there"),o("li",null,[e("After select an account in the panel, you can also "),o("ul",null,[o("li",null,[e("Click "),o("code",null,"Refresh Cookie"),e(" to update local cookie")]),o("li",null,[e("Click "),o("code",null,"Claim Check-In Reward"),e(" to get daily check-in reward. For MiYouShe account, you need to bypass Geetest verification first.")])])])])],-1),g=t('<div class="hint-container info"><p class="hint-container-title">Security Tips</p><ul><li><code>SToken</code> is a security sensitive cookie field, you <strong>should NEVER</strong> store it in cloud-based software or device that you cannot guarantee the safety (such as public computers).</li><li>You can copy accounts&#39; cookie with <code>SToken</code> from Snap Hutao, but you should carefully consider if the receiver is trustworthy to have <code>SToken</code> cookie</li><li><strong>When you are signing in to your MiHoYo BBS account in Snap Hutao, the data are only been processed by MiHoYo&#39;s official server and local Snap Hutao program, no third-party server (including any server from Snap Hutao) will involve in this process.</strong></li></ul></div>',1);function S(_,k){const n=c("RouterLink");return a(),l("div",null,[d,o("ul",null,[h,o("li",null,[e("Alternatively, you can enter your MiHoYo BBS cookie list by click on "),p,e(" button "),o("ul",null,[y,o("li",null,[e("You can refer to "),u(n,{to:"/en/advanced/get-SToken-cookie-from-the-third-party.html"},{default:s(()=>[e("使用第三方工具获取有 SToken 的 cookie")]),_:1}),e(" document for methods to capture cookie with "),m])])]),f]),g])}const v=i(r,[["render",S],["__file","mhy-account-switch.html.vue"]]);export{v as default};
import{_ as i}from"./plugin-vue_export-helper-x3n3nnut.js";import{r as c,o as a,c as l,a as o,b as e,d as u,w as s,e as t}from"./app-PHrBQrYx.js";const r={},d=t('<h1 id="mihoyo-bbs-account-switch" tabindex="-1"><a class="header-anchor" href="#mihoyo-bbs-account-switch" aria-hidden="true">#</a> MiHoYo BBS Account Switch</h1><div class="hint-container tip"><p class="hint-container-title">Tips</p><p>There are two types of MiHoYo BBS, MiYouShe and HoYoLAB. MiYouShe refers to Mainland China version, HoYoLAB refers to global version, both of them are accepted by Snap Hutao</p><ul><li>The document in page is talking about <strong>MiHoYo BBS account</strong>, not Genshin Impact&#39;s <strong>in-game account</strong></li><li>Before starting using Snap Hutao, you must initial your MiHoYo BBS account by login to your account in official mobile application <ul><li>If your account name shows like <code>user_123456789</code>, then it means the account is not initial yet</li></ul></li></ul></div><p><img src="https://img.alicdn.com/imgextra/i4/1797064093/O1CN01OqYy931g6dyGYLC2E_!!1797064093.png_.webp" alt="MiHoYo BBS Accounts" loading="lazy"></p><p>At the left bottom corner, you can find the account menu above the <code>Settings</code> button. In the pop-up account menu, you can find the entry to login in to your MiYouShe and HoYoLAB account:</p>',4),h=o("li",null,[e("Click on "),o("code",null,"Web Login"),o("ul",null,[o("li",null,"In the pop-up build-in browser, login with your account"),o("li",null,[e("Click "),o("code",null,"I'm logged in"),e(" button on the top right, after you have logged into your account")]),o("li",null,"Then your account will be added to Snap Hutao, the browser will close automatically")])],-1),p=o("code",null,"Input Manually",-1),y=o("li",null,[e("If you do so, the cookies must contains "),o("code",null,"SToken"),e(" field")],-1),m=o("code",null,"SToken",-1),f=o("li",null,[e("After added your MiHoYo BBS account, you need to switch to account you want in the account menu, to activate it "),o("ul",null,[o("li",null,"You can always switch your MiHoYo BBS account in the account menu, and you are also allowed to copy account's cookie or remove account there"),o("li",null,[e("After select an account in the panel, you can also "),o("ul",null,[o("li",null,[e("Click "),o("code",null,"Refresh Cookie"),e(" to update local cookie")]),o("li",null,[e("Click "),o("code",null,"Claim Check-In Reward"),e(" to get daily check-in reward. For MiYouShe account, you need to bypass Geetest verification first.")])])])])],-1),g=t('<div class="hint-container info"><p class="hint-container-title">Security Tips</p><ul><li><code>SToken</code> is a security sensitive cookie field, you <strong>should NEVER</strong> store it in cloud-based software or device that you cannot guarantee the safety (such as public computers).</li><li>You can copy accounts&#39; cookie with <code>SToken</code> from Snap Hutao, but you should carefully consider if the receiver is trustworthy to have <code>SToken</code> cookie</li><li><strong>When you are signing in to your MiHoYo BBS account in Snap Hutao, the data are only been processed by MiHoYo&#39;s official server and local Snap Hutao program, no third-party server (including any server from Snap Hutao) will involve in this process.</strong></li></ul></div>',1);function S(_,k){const n=c("RouterLink");return a(),l("div",null,[d,o("ul",null,[h,o("li",null,[e("Alternatively, you can enter your MiHoYo BBS cookie list by click on "),p,e(" button "),o("ul",null,[y,o("li",null,[e("You can refer to "),u(n,{to:"/en/advanced/get-SToken-cookie-from-the-third-party.html"},{default:s(()=>[e("使用第三方工具获取有 SToken 的 cookie")]),_:1}),e(" document for methods to capture cookie with "),m])])]),f]),g])}const v=i(r,[["render",S],["__file","mhy-account-switch.html.vue"]]);export{v as default};

View File

@@ -1 +1 @@
import{_ as e}from"./plugin-vue_export-helper-x3n3nnut.js";import{o as i,c as t,e as a}from"./app-kBV2pDE_.js";const o={},l=a('<h1 id="monster-wiki" tabindex="-1"><a class="header-anchor" href="#monster-wiki" aria-hidden="true">#</a> Monster WIKI</h1><p><img src="https://img.alicdn.com/imgextra/i2/1797064093/O1CN01mEozOR1g6dyFXXWcO_!!1797064093.png_.webp" alt="monster-wiki" loading="lazy"></p><p>Monster WIKI is an embedded WIKI database used to look up each monster&#39;s <strong>Base ability, ability in each level, RES, drop items</strong></p><h2 id="included-data" tabindex="-1"><a class="header-anchor" href="#included-data" aria-hidden="true">#</a> Included Data</h2><ul><li>Monster list <ul><li>Use the icon above the list, you can change the view between <code>list</code> and <code>grid</code></li><li>Click on monster&#39;s icon or title, and you will be directed to its WIKI page</li></ul></li><li>WIKI data <ul><li>Monster&#39;s ability <ul><li>Monster base HP, base ATK, base DEF</li><li>Monster&#39;s HP, ATK and DEF in each level <strong>switched to</strong></li></ul></li><li>Drop items</li></ul></li></ul>',5),s=[l];function n(r,d){return i(),t("div",null,s)}const m=e(o,[["render",n],["__file","monster-wiki.html.vue"]]);export{m as default};
import{_ as e}from"./plugin-vue_export-helper-x3n3nnut.js";import{o as i,c as t,e as a}from"./app-PHrBQrYx.js";const o={},l=a('<h1 id="monster-wiki" tabindex="-1"><a class="header-anchor" href="#monster-wiki" aria-hidden="true">#</a> Monster WIKI</h1><p><img src="https://img.alicdn.com/imgextra/i2/1797064093/O1CN01mEozOR1g6dyFXXWcO_!!1797064093.png_.webp" alt="monster-wiki" loading="lazy"></p><p>Monster WIKI is an embedded WIKI database used to look up each monster&#39;s <strong>Base ability, ability in each level, RES, drop items</strong></p><h2 id="included-data" tabindex="-1"><a class="header-anchor" href="#included-data" aria-hidden="true">#</a> Included Data</h2><ul><li>Monster list <ul><li>Use the icon above the list, you can change the view between <code>list</code> and <code>grid</code></li><li>Click on monster&#39;s icon or title, and you will be directed to its WIKI page</li></ul></li><li>WIKI data <ul><li>Monster&#39;s ability <ul><li>Monster base HP, base ATK, base DEF</li><li>Monster&#39;s HP, ATK and DEF in each level <strong>switched to</strong></li></ul></li><li>Drop items</li></ul></li></ul>',5),s=[l];function n(r,d){return i(),t("div",null,s)}const m=e(o,[["render",n],["__file","monster-wiki.html.vue"]]);export{m as default};

View File

@@ -1 +1 @@
import{_ as i}from"./plugin-vue_export-helper-x3n3nnut.js";import{o as l,c as t,e}from"./app-kBV2pDE_.js";const o={},r=e('<h1 id="怪物资料" tabindex="-1"><a class="header-anchor" href="#怪物资料" aria-hidden="true">#</a> 怪物资料</h1><p><img src="https://img.alicdn.com/imgextra/i4/1797064093/O1CN01vwQbXb1g6dyCTQbcl_!!1797064093.png_.webp" alt="monster-wiki" loading="lazy"></p><p>怪物资料是胡桃工具箱中内置的用于查询各个怪物的<strong>基础数值、各等级数值、元素抗性、掉落物品</strong>数据的 WIKI</p><h2 id="已包含的数据" tabindex="-1"><a class="header-anchor" href="#已包含的数据" aria-hidden="true">#</a> 已包含的数据</h2><ul><li>怪物列表 <ul><li>使用列表左上角的按钮,可切换列表显示的方式:即&quot;缩略图与名称&quot;或&quot;仅缩略图&quot;</li><li>单击列表中的缩略图或名称,即可跳转到相应的介绍页面</li></ul></li><li>数据内容 <ul><li>怪物数值 <ul><li>怪物基础生命值、攻击力、防御力</li><li><strong>可切换</strong>至对应等级的怪物各项数值</li></ul></li><li>掉落物品</li></ul></li></ul>',5),a=[r];function n(s,c){return l(),t("div",null,a)}const h=i(o,[["render",n],["__file","monster-wiki.html.vue"]]);export{h as default};
import{_ as i}from"./plugin-vue_export-helper-x3n3nnut.js";import{o as l,c as t,e}from"./app-PHrBQrYx.js";const o={},r=e('<h1 id="怪物资料" tabindex="-1"><a class="header-anchor" href="#怪物资料" aria-hidden="true">#</a> 怪物资料</h1><p><img src="https://img.alicdn.com/imgextra/i4/1797064093/O1CN01vwQbXb1g6dyCTQbcl_!!1797064093.png_.webp" alt="monster-wiki" loading="lazy"></p><p>怪物资料是胡桃工具箱中内置的用于查询各个怪物的<strong>基础数值、各等级数值、元素抗性、掉落物品</strong>数据的 WIKI</p><h2 id="已包含的数据" tabindex="-1"><a class="header-anchor" href="#已包含的数据" aria-hidden="true">#</a> 已包含的数据</h2><ul><li>怪物列表 <ul><li>使用列表左上角的按钮,可切换列表显示的方式:即&quot;缩略图与名称&quot;或&quot;仅缩略图&quot;</li><li>单击列表中的缩略图或名称,即可跳转到相应的介绍页面</li></ul></li><li>数据内容 <ul><li>怪物数值 <ul><li>怪物基础生命值、攻击力、防御力</li><li><strong>可切换</strong>至对应等级的怪物各项数值</li></ul></li><li>掉落物品</li></ul></li></ul>',5),a=[r];function n(s,c){return l(),t("div",null,a)}const h=i(o,[["render",n],["__file","monster-wiki.html.vue"]]);export{h as default};

View File

@@ -1 +1 @@
import{_ as i}from"./plugin-vue_export-helper-x3n3nnut.js";import{o as l,c as t,e}from"./app-kBV2pDE_.js";const o={},a=e('<h1 id="энциклопедия-монстров" tabindex="-1"><a class="header-anchor" href="#энциклопедия-монстров" aria-hidden="true">#</a> Энциклопедия монстров</h1><p><img src="https://img.alicdn.com/imgextra/i2/1797064093/O1CN01mEozOR1g6dyFXXWcO_!!1797064093.png_.webp" alt="Энциклопедия монстров" loading="lazy"></p><p>Энциклопедия монстров - это встроенная база данных WIKI, предназначенная для поиска информации о каждом монстре: <strong>Базовые способности, способности на каждом уровне, Сопротивляемость, предметы для добычи</strong></p><h2 id="включенные-данные" tabindex="-1"><a class="header-anchor" href="#включенные-данные" aria-hidden="true">#</a> Включенные данные</h2><ul><li>Список монстров <ul><li>Используя значок над списком, вы можете переключаться между видами &quot;список&quot; и &quot;сетка&quot;.</li><li>Щелкните на значке или названии монстра, и вы будете перенаправлены на его страницу в энциклопедии.</li></ul></li><li>Данные в энциклопедии <ul><li>Способности монстра <ul><li>Базовые характеристики монстра: базовое HP, базовый ATK, базовая DEF</li><li>HP, ATK и DEF монстра на каждом уровне, к которому вы <strong>переключились</strong></li></ul></li><li>Предметы для добычи</li></ul></li></ul>',5),r=[a];function n(s,c){return l(),t("div",null,r)}const h=i(o,[["render",n],["__file","monster-wiki.html.vue"]]);export{h as default};
import{_ as i}from"./plugin-vue_export-helper-x3n3nnut.js";import{o as l,c as t,e}from"./app-PHrBQrYx.js";const o={},a=e('<h1 id="энциклопедия-монстров" tabindex="-1"><a class="header-anchor" href="#энциклопедия-монстров" aria-hidden="true">#</a> Энциклопедия монстров</h1><p><img src="https://img.alicdn.com/imgextra/i2/1797064093/O1CN01mEozOR1g6dyFXXWcO_!!1797064093.png_.webp" alt="Энциклопедия монстров" loading="lazy"></p><p>Энциклопедия монстров - это встроенная база данных WIKI, предназначенная для поиска информации о каждом монстре: <strong>Базовые способности, способности на каждом уровне, Сопротивляемость, предметы для добычи</strong></p><h2 id="включенные-данные" tabindex="-1"><a class="header-anchor" href="#включенные-данные" aria-hidden="true">#</a> Включенные данные</h2><ul><li>Список монстров <ul><li>Используя значок над списком, вы можете переключаться между видами &quot;список&quot; и &quot;сетка&quot;.</li><li>Щелкните на значке или названии монстра, и вы будете перенаправлены на его страницу в энциклопедии.</li></ul></li><li>Данные в энциклопедии <ul><li>Способности монстра <ul><li>Базовые характеристики монстра: базовое HP, базовый ATK, базовая DEF</li><li>HP, ATK и DEF монстра на каждом уровне, к которому вы <strong>переключились</strong></li></ul></li><li>Предметы для добычи</li></ul></li></ul>',5),r=[a];function n(s,c){return l(),t("div",null,r)}const h=i(o,[["render",n],["__file","monster-wiki.html.vue"]]);export{h as default};

View File

@@ -1 +1 @@
import{_ as s}from"./plugin-vue_export-helper-x3n3nnut.js";import{r as n,o as i,c as h,a as e,b as a,d as t,w as c}from"./app-kBV2pDE_.js";const l={},d=e("h1",{id:"hutao-open-platform",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#hutao-open-platform","aria-hidden":"true"},"#"),a(" Hutao Open Platform")],-1),u=e("p",null,"The Snap Hutao project has received wide supports from the open-source community and users since its inception on GitHub on April 18, 2022. As the project has evolved, we have created a series of supporting services as middleware for Snap Hutao.",-1),p=e("p",null,"Now, the development team is making some of these practical services available to the open-source community in the form of open interfaces, for use by developers who share our vision. We will be writing usage documentation for these interfaces, maintaining the services, and providing answers to frequently asked questions. Whether you are an experienced developer or a beginner, we hope that these interfaces will assist you in creating applications.",-1),f=e("h2",{id:"hutao-api-hutao-cloud-open-source-developer-s-license",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#hutao-api-hutao-cloud-open-source-developer-s-license","aria-hidden":"true"},"#"),a(" Hutao API & Hutao Cloud Open-source Developer's License")],-1),m=e("p",null,"Hutao API is an interface service that exposes the Hutao Abyssal Database. Open-source software authors can use the Hutao API to retrieve data from the Hutao database or upload data.",-1),_=e("p",null,"Developers who gain access to the Hutao API also receive full privileges to the Hutao Cloud feature within the Snap Hutao as a benefit.",-1),g={href:"https://homa.snapgenshin.com/",target:"_blank",rel:"noopener noreferrer"},v=e("h2",{id:"enka-api-with-china-acceleration",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#enka-api-with-china-acceleration","aria-hidden":"true"},"#"),a(" Enka API with China Acceleration")],-1),b={href:"https://enka.network/",target:"_blank",rel:"noopener noreferrer"},w=e("p",null,"Developers can ask for access in Snap Hutao development group chat or discord group from administrator.",-1),k=e("h2",{id:"uigf-interchangeable-game-data-format",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#uigf-interchangeable-game-data-format","aria-hidden":"true"},"#"),a(" UIGF Interchangeable Game Data Format")],-1),H={href:"https://uigf.org/en/standards/UIGF.html",target:"_blank",rel:"noopener noreferrer"},I={href:"https://github.com/UIGF-org",target:"_blank",rel:"noopener noreferrer"};function x(y,A){const o=n("ExternalLinkIcon"),r=n("RouterLink");return i(),h("div",null,[d,u,p,f,m,_,e("p",null,[a("Developers can apply for access by submitting their information through the Hutao API Open Platform at "),e("a",g,[a("homa.snapgenshin.com"),t(o)])]),v,e("p",null,[e("a",b,[a("Enka Network"),t(o)]),a(" is an excellent Genshin Impact tool that provides detailed data on characters in the user's current character showcase. However, due to restricted access to certain network services in China, the stability of Enka Network's functionality in the region is compromised.")]),e("p",null,[a("To ensure a smooth user experience for Snap Hutao users in China, the development team has utilized Enka Network's data for the development of the "),t(r,{to:"/en/features/character-data.html"},{default:c(()=>[a("My Characters")]),_:1}),a(" feature and established a proxy server.")]),w,k,e("p",null,[a("Snap Hutao aims to enable the free flow of user data among various open-source tools with different features. To facilitate this, Snap Hutao has established the initial version of the "),e("a",H,[a("Uniformed Interchangeable GachaLog Format Standard (UIGF)"),t(o)]),a(".")]),e("p",null,[a("Since then, this standard has gained more recognition among developers, leading to the promotion of additional standards. Many developers have now gathered under the "),e("a",I,[a("UIGF organization"),t(o)]),a(". Our goal is to maintain this organization, allowing developers to connect with more users, receive feedback, make technical advancements, and create outstanding open-source Genshin Impact tools.")])])}const C=s(l,[["render",x],["__file","platform.html.vue"]]);export{C as default};
import{_ as s}from"./plugin-vue_export-helper-x3n3nnut.js";import{r as n,o as i,c as h,a as e,b as a,d as t,w as c}from"./app-PHrBQrYx.js";const l={},d=e("h1",{id:"hutao-open-platform",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#hutao-open-platform","aria-hidden":"true"},"#"),a(" Hutao Open Platform")],-1),u=e("p",null,"The Snap Hutao project has received wide supports from the open-source community and users since its inception on GitHub on April 18, 2022. As the project has evolved, we have created a series of supporting services as middleware for Snap Hutao.",-1),p=e("p",null,"Now, the development team is making some of these practical services available to the open-source community in the form of open interfaces, for use by developers who share our vision. We will be writing usage documentation for these interfaces, maintaining the services, and providing answers to frequently asked questions. Whether you are an experienced developer or a beginner, we hope that these interfaces will assist you in creating applications.",-1),f=e("h2",{id:"hutao-api-hutao-cloud-open-source-developer-s-license",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#hutao-api-hutao-cloud-open-source-developer-s-license","aria-hidden":"true"},"#"),a(" Hutao API & Hutao Cloud Open-source Developer's License")],-1),m=e("p",null,"Hutao API is an interface service that exposes the Hutao Abyssal Database. Open-source software authors can use the Hutao API to retrieve data from the Hutao database or upload data.",-1),_=e("p",null,"Developers who gain access to the Hutao API also receive full privileges to the Hutao Cloud feature within the Snap Hutao as a benefit.",-1),g={href:"https://homa.snapgenshin.com/",target:"_blank",rel:"noopener noreferrer"},v=e("h2",{id:"enka-api-with-china-acceleration",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#enka-api-with-china-acceleration","aria-hidden":"true"},"#"),a(" Enka API with China Acceleration")],-1),b={href:"https://enka.network/",target:"_blank",rel:"noopener noreferrer"},w=e("p",null,"Developers can ask for access in Snap Hutao development group chat or discord group from administrator.",-1),k=e("h2",{id:"uigf-interchangeable-game-data-format",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#uigf-interchangeable-game-data-format","aria-hidden":"true"},"#"),a(" UIGF Interchangeable Game Data Format")],-1),H={href:"https://uigf.org/en/standards/UIGF.html",target:"_blank",rel:"noopener noreferrer"},I={href:"https://github.com/UIGF-org",target:"_blank",rel:"noopener noreferrer"};function x(y,A){const o=n("ExternalLinkIcon"),r=n("RouterLink");return i(),h("div",null,[d,u,p,f,m,_,e("p",null,[a("Developers can apply for access by submitting their information through the Hutao API Open Platform at "),e("a",g,[a("homa.snapgenshin.com"),t(o)])]),v,e("p",null,[e("a",b,[a("Enka Network"),t(o)]),a(" is an excellent Genshin Impact tool that provides detailed data on characters in the user's current character showcase. However, due to restricted access to certain network services in China, the stability of Enka Network's functionality in the region is compromised.")]),e("p",null,[a("To ensure a smooth user experience for Snap Hutao users in China, the development team has utilized Enka Network's data for the development of the "),t(r,{to:"/en/features/character-data.html"},{default:c(()=>[a("My Characters")]),_:1}),a(" feature and established a proxy server.")]),w,k,e("p",null,[a("Snap Hutao aims to enable the free flow of user data among various open-source tools with different features. To facilitate this, Snap Hutao has established the initial version of the "),e("a",H,[a("Uniformed Interchangeable GachaLog Format Standard (UIGF)"),t(o)]),a(".")]),e("p",null,[a("Since then, this standard has gained more recognition among developers, leading to the promotion of additional standards. Many developers have now gathered under the "),e("a",I,[a("UIGF organization"),t(o)]),a(". Our goal is to maintain this organization, allowing developers to connect with more users, receive feedback, make technical advancements, and create outstanding open-source Genshin Impact tools.")])])}const C=s(l,[["render",x],["__file","platform.html.vue"]]);export{C as default};

File diff suppressed because one or more lines are too long

View File

@@ -1 +1 @@
import{_ as s}from"./plugin-vue_export-helper-x3n3nnut.js";import{r,o as h,c as i,a as e,b as t,d as n,w as l}from"./app-kBV2pDE_.js";const c={},_=e("h1",{id:"胡桃开放平台",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#胡桃开放平台","aria-hidden":"true"},"#"),t(" 胡桃开放平台")],-1),d=e("p",null,"Snap Hutao 项目自 2022 年 4 月 18 日在 GitHub 上创立项目以来获得了开源社区和用户的广泛支持。随着项目的发展,我们创建了一系列的支持服务作为 Snap Hutao 的中间组件。",-1),p=e("p",null,"现在,开发组将其中一些实用的服务以开放接口的形式公开给开源社区,供与我们有共同愿景的开发者使用。我们将为这些接口编写使用文档,维护这些服务并提供 常见问题的解答。无论你是一个有经验的开发者还是初学者,我们都希望这些接口能为你创造应用提供帮助。",-1),u=e("h2",{id:"胡桃-api-胡桃云开发者许可证",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#胡桃-api-胡桃云开发者许可证","aria-hidden":"true"},"#"),t(" 胡桃 API & 胡桃云开发者许可证")],-1),f=e("p",null,"胡桃 API 是一个将胡桃深渊数据库公开的接口服务。开源软件作者可以通过胡桃 API 从胡桃数据库获取数据。",-1),k=e("p",null,"获得胡桃 API 权限的开发者同时也获得胡桃工具箱内胡桃云功能的完整权限作为福利。",-1),m={href:"https://homa.snapgenshin.com/",target:"_blank",rel:"noopener noreferrer"},g=e("h2",{id:"enka-api-中国加速服务",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#enka-api-中国加速服务","aria-hidden":"true"},"#"),t(" Enka API 中国加速服务")],-1),I={href:"https://enka.network/",target:"_blank",rel:"noopener noreferrer"},b=e("p",null,"开发者可以在 Snap Hutao 开发者交流群或者 Discord 频道中向管理员提出申请",-1),x=e("h2",{id:"uigf-可交换数据记录",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#uigf-可交换数据记录","aria-hidden":"true"},"#"),t(" UIGF 可交换数据记录")],-1),E={href:"https://uigf.org/zh/standards/UIGF.html",target:"_blank",rel:"noopener noreferrer"},w={href:"https://github.com/UIGF-org",target:"_blank",rel:"noopener noreferrer"};function A(N,P){const a=r("ExternalLinkIcon"),o=r("RouterLink");return h(),i("div",null,[_,d,p,u,f,k,e("p",null,[t("开发者可以通过"),e("a",m,[t("胡桃 API 开放平台"),n(a)]),t(",提交信息申请权限。")]),g,e("p",null,[e("a",I,[t("Enka Network"),n(a)]),t(" 是一个优秀的原神工具,它可以为用户获取当前角色展柜内角色的详细数据。 由于 Enka Network 使用了中国网络访问受阻的网络服务,其功能在中国地区难以获得稳定性保证。")]),e("p",null,[t("胡桃工具箱在开发"),n(o,{to:"/zh/features/character-data.html"},{default:l(()=>[t("我的角色")]),_:1}),t("功能时使用了 Enka Network 的数据, 并搭建了中转服务器以保证胡桃工具箱中国用户的使用体验。")]),b,x,e("p",null,[t("胡桃工具箱希望用户的数据能在具有不同特色的开源工具自由流动,并因此设定了最初版本的"),e("a",E,[t("统一可交换抽卡记录标准"),n(a)]),t("。 现在这一标准获得了更多开发者的相应,更多的标准被推行。")]),e("p",null,[t("众多的开发者现在聚集于 "),e("a",w,[t("UIGF-Org"),n(a)]),t(",我们希望通过维护这一组织让更多的开发者通过接触更多的用户, 获得更多的反馈并获得技术上的进步,创造更多优秀的原神开源工具。")])])}const H=s(c,[["render",A],["__file","platform.html.vue"]]);export{H as default};
import{_ as s}from"./plugin-vue_export-helper-x3n3nnut.js";import{r,o as h,c as i,a as e,b as t,d as n,w as l}from"./app-PHrBQrYx.js";const c={},_=e("h1",{id:"胡桃开放平台",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#胡桃开放平台","aria-hidden":"true"},"#"),t(" 胡桃开放平台")],-1),d=e("p",null,"Snap Hutao 项目自 2022 年 4 月 18 日在 GitHub 上创立项目以来获得了开源社区和用户的广泛支持。随着项目的发展,我们创建了一系列的支持服务作为 Snap Hutao 的中间组件。",-1),p=e("p",null,"现在,开发组将其中一些实用的服务以开放接口的形式公开给开源社区,供与我们有共同愿景的开发者使用。我们将为这些接口编写使用文档,维护这些服务并提供 常见问题的解答。无论你是一个有经验的开发者还是初学者,我们都希望这些接口能为你创造应用提供帮助。",-1),u=e("h2",{id:"胡桃-api-胡桃云开发者许可证",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#胡桃-api-胡桃云开发者许可证","aria-hidden":"true"},"#"),t(" 胡桃 API & 胡桃云开发者许可证")],-1),f=e("p",null,"胡桃 API 是一个将胡桃深渊数据库公开的接口服务。开源软件作者可以通过胡桃 API 从胡桃数据库获取数据。",-1),k=e("p",null,"获得胡桃 API 权限的开发者同时也获得胡桃工具箱内胡桃云功能的完整权限作为福利。",-1),m={href:"https://homa.snapgenshin.com/",target:"_blank",rel:"noopener noreferrer"},g=e("h2",{id:"enka-api-中国加速服务",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#enka-api-中国加速服务","aria-hidden":"true"},"#"),t(" Enka API 中国加速服务")],-1),I={href:"https://enka.network/",target:"_blank",rel:"noopener noreferrer"},b=e("p",null,"开发者可以在 Snap Hutao 开发者交流群或者 Discord 频道中向管理员提出申请",-1),x=e("h2",{id:"uigf-可交换数据记录",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#uigf-可交换数据记录","aria-hidden":"true"},"#"),t(" UIGF 可交换数据记录")],-1),E={href:"https://uigf.org/zh/standards/UIGF.html",target:"_blank",rel:"noopener noreferrer"},w={href:"https://github.com/UIGF-org",target:"_blank",rel:"noopener noreferrer"};function A(N,P){const a=r("ExternalLinkIcon"),o=r("RouterLink");return h(),i("div",null,[_,d,p,u,f,k,e("p",null,[t("开发者可以通过"),e("a",m,[t("胡桃 API 开放平台"),n(a)]),t(",提交信息申请权限。")]),g,e("p",null,[e("a",I,[t("Enka Network"),n(a)]),t(" 是一个优秀的原神工具,它可以为用户获取当前角色展柜内角色的详细数据。 由于 Enka Network 使用了中国网络访问受阻的网络服务,其功能在中国地区难以获得稳定性保证。")]),e("p",null,[t("胡桃工具箱在开发"),n(o,{to:"/zh/features/character-data.html"},{default:l(()=>[t("我的角色")]),_:1}),t("功能时使用了 Enka Network 的数据, 并搭建了中转服务器以保证胡桃工具箱中国用户的使用体验。")]),b,x,e("p",null,[t("胡桃工具箱希望用户的数据能在具有不同特色的开源工具自由流动,并因此设定了最初版本的"),e("a",E,[t("统一可交换抽卡记录标准"),n(a)]),t("。 现在这一标准获得了更多开发者的相应,更多的标准被推行。")]),e("p",null,[t("众多的开发者现在聚集于 "),e("a",w,[t("UIGF-Org"),n(a)]),t(",我们希望通过维护这一组织让更多的开发者通过接触更多的用户, 获得更多的反馈并获得技术上的进步,创造更多优秀的原神开源工具。")])])}const H=s(c,[["render",A],["__file","platform.html.vue"]]);export{H as default};

View File

@@ -1 +1 @@
import{_ as i}from"./plugin-vue_export-helper-x3n3nnut.js";import{o as a,c as l,e as o}from"./app-kBV2pDE_.js";const e={},t=o('<h1 id="user-data-and-privacy-notice" tabindex="-1"><a class="header-anchor" href="#user-data-and-privacy-notice" aria-hidden="true">#</a> User Data and Privacy Notice</h1><h2 id="личная-информация" tabindex="-1"><a class="header-anchor" href="#личная-информация" aria-hidden="true">#</a> Личная информация</h2><p>Характер проекта Snap Hutao подразумевает, что он не собирает какие-либо данные личной информации.</p><h2 id="обычное-использование-данных" tabindex="-1"><a class="header-anchor" href="#обычное-использование-данных" aria-hidden="true">#</a> Обычное использование данных</h2><p>Snap Hutao уважает конфиденциальность пользователей, и в настоящее время мы используем данные, как описано ниже:</p><ul><li><p>После использования Snap Hutao, файл базы данных в <strong>каталоге данных</strong></p><ul><li><strong>Хранение</strong><ul><li>Куки MiHoYo BBS и HoYoLab</li><li>Настройки программы Snap Hutao</li><li>Все остальные данные пользователя</li></ul></li></ul></li><li><p>При использовании Snap Hutao мы <strong>anonymously</strong> собираем данные для разработки и статистических целей, когда программа неожиданно останавливается или выдает ошибку, включая - Идентификатор устройства пользователя - Лог ошибок или сбоев - Статистические данные об активных пользователях</p></li><li><p>При использовании функции <code>Hutao Database</code> (<code>Abyss Record</code>/<code>Abyss Stats</code>) и выборе <code>Upload Data</code></p><ul><li><strong>Отправка</strong> данных в Hutao API, включая <ul><li>Игровой UID пользователя</li><li>Записи об Abyss record</li><li>Информация о персонажах пользователя, включая артефакты и данные оружия</li></ul></li></ul></li><li><p>После использования функций <code>Real-time Notes</code></p><ul><li><strong>Создание</strong> запланированной задачи Windows для своевременного получения данных</li></ul></li><li><p>После использования функции <code>смены сервера</code> в <code>Game Launcher</code>, в каталоге данных Snap Hutao</p><ul><li><strong>Хранение</strong> игровых файлов для использования при смене сервера</li></ul></li><li><p>После использования функций <code>Hutao Account</code>, сервер системы Hutao Account будет</p><ul><li><strong>Хранить</strong><ul><li>Зарегистрированный адрес электронной почты пользователя</li><li>Зашифрованный пароль</li></ul></li></ul></li></ul><h2 id="доверенные-домены" tabindex="-1"><a class="header-anchor" href="#доверенные-домены" aria-hidden="true">#</a> Доверенные домены</h2><p>Проект Snap Hutao владеет следующими доменами, они доверены в рамках данного проекта, будьте осторожны с информацией, предоставленной доменами за пределами этого списка (включая веб-сайты, электронные письма и т. д.)</p><ul><li>hut.ao</li><li>snapgenshin.com <ul><li>Мы используем этот домен только для системных электронных писем</li></ul></li><li>dgp-studio.cn <ul><li>Мы используем этот домен только для общественного контакта по электронной почте</li></ul></li><li>snapgenshin.cn</li><li>hutao.ao</li><li>snaphutao.com</li></ul>',9),n=[t];function c(r,s){return a(),l("div",null,n)}const p=i(e,[["render",c],["__file","privacy-notice.html.vue"]]);export{p as default};
import{_ as i}from"./plugin-vue_export-helper-x3n3nnut.js";import{o as a,c as l,e as o}from"./app-PHrBQrYx.js";const e={},t=o('<h1 id="user-data-and-privacy-notice" tabindex="-1"><a class="header-anchor" href="#user-data-and-privacy-notice" aria-hidden="true">#</a> User Data and Privacy Notice</h1><h2 id="личная-информация" tabindex="-1"><a class="header-anchor" href="#личная-информация" aria-hidden="true">#</a> Личная информация</h2><p>Характер проекта Snap Hutao подразумевает, что он не собирает какие-либо данные личной информации.</p><h2 id="обычное-использование-данных" tabindex="-1"><a class="header-anchor" href="#обычное-использование-данных" aria-hidden="true">#</a> Обычное использование данных</h2><p>Snap Hutao уважает конфиденциальность пользователей, и в настоящее время мы используем данные, как описано ниже:</p><ul><li><p>После использования Snap Hutao, файл базы данных в <strong>каталоге данных</strong></p><ul><li><strong>Хранение</strong><ul><li>Куки MiHoYo BBS и HoYoLab</li><li>Настройки программы Snap Hutao</li><li>Все остальные данные пользователя</li></ul></li></ul></li><li><p>При использовании Snap Hutao мы <strong>anonymously</strong> собираем данные для разработки и статистических целей, когда программа неожиданно останавливается или выдает ошибку, включая - Идентификатор устройства пользователя - Лог ошибок или сбоев - Статистические данные об активных пользователях</p></li><li><p>При использовании функции <code>Hutao Database</code> (<code>Abyss Record</code>/<code>Abyss Stats</code>) и выборе <code>Upload Data</code></p><ul><li><strong>Отправка</strong> данных в Hutao API, включая <ul><li>Игровой UID пользователя</li><li>Записи об Abyss record</li><li>Информация о персонажах пользователя, включая артефакты и данные оружия</li></ul></li></ul></li><li><p>После использования функций <code>Real-time Notes</code></p><ul><li><strong>Создание</strong> запланированной задачи Windows для своевременного получения данных</li></ul></li><li><p>После использования функции <code>смены сервера</code> в <code>Game Launcher</code>, в каталоге данных Snap Hutao</p><ul><li><strong>Хранение</strong> игровых файлов для использования при смене сервера</li></ul></li><li><p>После использования функций <code>Hutao Account</code>, сервер системы Hutao Account будет</p><ul><li><strong>Хранить</strong><ul><li>Зарегистрированный адрес электронной почты пользователя</li><li>Зашифрованный пароль</li></ul></li></ul></li></ul><h2 id="доверенные-домены" tabindex="-1"><a class="header-anchor" href="#доверенные-домены" aria-hidden="true">#</a> Доверенные домены</h2><p>Проект Snap Hutao владеет следующими доменами, они доверены в рамках данного проекта, будьте осторожны с информацией, предоставленной доменами за пределами этого списка (включая веб-сайты, электронные письма и т. д.)</p><ul><li>hut.ao</li><li>snapgenshin.com <ul><li>Мы используем этот домен только для системных электронных писем</li></ul></li><li>dgp-studio.cn <ul><li>Мы используем этот домен только для общественного контакта по электронной почте</li></ul></li><li>snapgenshin.cn</li><li>hutao.ao</li><li>snaphutao.com</li></ul>',9),n=[t];function c(r,s){return a(),l("div",null,n)}const p=i(e,[["render",c],["__file","privacy-notice.html.vue"]]);export{p as default};

View File

@@ -1 +1 @@
import{_ as e}from"./plugin-vue_export-helper-x3n3nnut.js";import{o as a,c as i,e as t}from"./app-kBV2pDE_.js";const o={},r=t('<h1 id="user-data-and-privacy-notice" tabindex="-1"><a class="header-anchor" href="#user-data-and-privacy-notice" aria-hidden="true">#</a> User Data and Privacy Notice</h1><h2 id="personal-information" tabindex="-1"><a class="header-anchor" href="#personal-information" aria-hidden="true">#</a> Personal Information</h2><p>The nature of Snap Hutao project states it does not collect any personal information data.</p><h2 id="regular-data-usage" tabindex="-1"><a class="header-anchor" href="#regular-data-usage" aria-hidden="true">#</a> Regular Data Usage</h2><p>Snap Hutao respects the privacy of users, and we&#39;re currently using data as described below:</p><ul><li><p>Once using Snap Hutaothe database file in the <strong>data directory</strong></p><ul><li><strong>Store</strong><ul><li>MiHoYo BBS and HoYoLab cookie</li><li>Snap Hutao program settings</li><li>All other user data</li></ul></li></ul></li><li><p>When using Snap Hutao, we collect <strong>anonymously</strong> logs data for development and statistical purposes when program stops unexpectedly or throw an error, including - User device ID - Error or crash log - Active user statistical data</p></li><li><p>When using <code>Hutao Database</code> (<code>Abyss Record</code>/<code>Abyss Stats</code>) feature and select <code>Upload Data</code></p><ul><li><strong>Upload</strong> data to Hutao API, including <ul><li>User&#39;s in-game UID</li><li>User&#39;s Abyss record</li><li>User&#39;s character information including artifact and weapon data</li></ul></li></ul></li><li><p>After using <code>Real-time Notes</code> features</p><ul><li><strong>Create</strong> a Windows scheduled task to fetch data timely</li></ul></li><li><p>After using <code>server switch</code> feature in <code>Game Laucher</code>, in Snap Hutao&#39;s data directory</p><ul><li><strong>Store</strong> game files for server switch usage</li></ul></li><li><p>After using <code>Hutao Account</code> features, Hutao Account system server will</p><ul><li><strong>Store</strong><ul><li>User registered email address</li><li>Encrypted password</li></ul></li></ul></li></ul><h2 id="trustable-domains" tabindex="-1"><a class="header-anchor" href="#trustable-domains" aria-hidden="true">#</a> Trustable Domains</h2><p>Snap Hutao project is holding the following domains, they are trustable in this project scope, please be wary of information provided by domains outside this list (including websites, emails, etc.)</p><ul><li>hut.ao</li><li>snapgenshin.com <ul><li>We only use this domain for system emails</li></ul></li><li>dgp-studio.cn <ul><li>We only use this domain for public email contact</li></ul></li><li>snapgenshin.cn</li><li>hutao.ao</li><li>snaphutao.com</li></ul>',9),s=[r];function l(n,d){return a(),i("div",null,s)}const p=e(o,[["render",l],["__file","privacy-notice.html.vue"]]);export{p as default};
import{_ as e}from"./plugin-vue_export-helper-x3n3nnut.js";import{o as a,c as i,e as t}from"./app-PHrBQrYx.js";const o={},r=t('<h1 id="user-data-and-privacy-notice" tabindex="-1"><a class="header-anchor" href="#user-data-and-privacy-notice" aria-hidden="true">#</a> User Data and Privacy Notice</h1><h2 id="personal-information" tabindex="-1"><a class="header-anchor" href="#personal-information" aria-hidden="true">#</a> Personal Information</h2><p>The nature of Snap Hutao project states it does not collect any personal information data.</p><h2 id="regular-data-usage" tabindex="-1"><a class="header-anchor" href="#regular-data-usage" aria-hidden="true">#</a> Regular Data Usage</h2><p>Snap Hutao respects the privacy of users, and we&#39;re currently using data as described below:</p><ul><li><p>Once using Snap Hutaothe database file in the <strong>data directory</strong></p><ul><li><strong>Store</strong><ul><li>MiHoYo BBS and HoYoLab cookie</li><li>Snap Hutao program settings</li><li>All other user data</li></ul></li></ul></li><li><p>When using Snap Hutao, we collect <strong>anonymously</strong> logs data for development and statistical purposes when program stops unexpectedly or throw an error, including - User device ID - Error or crash log - Active user statistical data</p></li><li><p>When using <code>Hutao Database</code> (<code>Abyss Record</code>/<code>Abyss Stats</code>) feature and select <code>Upload Data</code></p><ul><li><strong>Upload</strong> data to Hutao API, including <ul><li>User&#39;s in-game UID</li><li>User&#39;s Abyss record</li><li>User&#39;s character information including artifact and weapon data</li></ul></li></ul></li><li><p>After using <code>Real-time Notes</code> features</p><ul><li><strong>Create</strong> a Windows scheduled task to fetch data timely</li></ul></li><li><p>After using <code>server switch</code> feature in <code>Game Laucher</code>, in Snap Hutao&#39;s data directory</p><ul><li><strong>Store</strong> game files for server switch usage</li></ul></li><li><p>After using <code>Hutao Account</code> features, Hutao Account system server will</p><ul><li><strong>Store</strong><ul><li>User registered email address</li><li>Encrypted password</li></ul></li></ul></li></ul><h2 id="trustable-domains" tabindex="-1"><a class="header-anchor" href="#trustable-domains" aria-hidden="true">#</a> Trustable Domains</h2><p>Snap Hutao project is holding the following domains, they are trustable in this project scope, please be wary of information provided by domains outside this list (including websites, emails, etc.)</p><ul><li>hut.ao</li><li>snapgenshin.com <ul><li>We only use this domain for system emails</li></ul></li><li>dgp-studio.cn <ul><li>We only use this domain for public email contact</li></ul></li><li>snapgenshin.cn</li><li>hutao.ao</li><li>snaphutao.com</li></ul>',9),s=[r];function l(n,d){return a(),i("div",null,s)}const p=e(o,[["render",l],["__file","privacy-notice.html.vue"]]);export{p as default};

View File

@@ -1 +1 @@
import{_ as l}from"./plugin-vue_export-helper-x3n3nnut.js";import{o as i,c as o,e}from"./app-kBV2pDE_.js";const a={},n=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><p>Snap Hutao 的项目性质决定了其不会收集任何个人信息数据</p><h2 id="常规数据使用" tabindex="-1"><a class="header-anchor" href="#常规数据使用" aria-hidden="true">#</a> 常规数据使用</h2><p>胡桃工具箱充分尊重用户的隐私,目前我们会按下方的说明使用用户的数据:</p><ul><li><p>使用胡桃后,在 <strong>数据目录</strong> 中以数据库文件的形式</p><ul><li><strong>储存</strong><ul><li>米游社和 HoYoLab 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><li><p>使用<code>实时便笺</code>功能后</p><ul><li>在 Windows 定时任务中<strong>创建</strong>一个用于获取数据的定时任务</li></ul></li><li><p>使用<code>高级启动器</code>中的<code>服务器切换</code>功能后,在胡桃数据目录中</p><ul><li><strong>储存</strong>服务器转换所需要的文件</li></ul></li><li><p>使用<code>胡桃帐号</code>功能后,胡桃帐号云端系统会</p><ul><li><strong>储存</strong><ul><li>注册使用的邮箱</li><li>加密后的密码</li></ul></li></ul></li></ul><h2 id="可信任的域名" tabindex="-1"><a class="header-anchor" href="#可信任的域名" aria-hidden="true">#</a> 可信任的域名</h2><p>Snap Hutao 项目目前持有以下域名,它们在本项目范围内是可信任的域名,请警惕此列表以外域名所提供的信息(包括网站、邮件等)</p><ul><li>hut.ao</li><li>snapgenshin.com <ul><li>我们仅使用此域名发送系统邮件</li></ul></li><li>dgp-studio.cn <ul><li>我们仅使用此域名用于公开的邮件联系方式</li></ul></li><li>snapgenshin.cn</li><li>snaphutao.com</li><li>hutao.ao</li></ul>',9),t=[n];function r(c,d){return i(),o("div",null,t)}const h=l(a,[["render",r],["__file","privacy-notice.html.vue"]]);export{h as default};
import{_ as l}from"./plugin-vue_export-helper-x3n3nnut.js";import{o as i,c as o,e}from"./app-PHrBQrYx.js";const a={},n=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><p>Snap Hutao 的项目性质决定了其不会收集任何个人信息数据</p><h2 id="常规数据使用" tabindex="-1"><a class="header-anchor" href="#常规数据使用" aria-hidden="true">#</a> 常规数据使用</h2><p>胡桃工具箱充分尊重用户的隐私,目前我们会按下方的说明使用用户的数据:</p><ul><li><p>使用胡桃后,在 <strong>数据目录</strong> 中以数据库文件的形式</p><ul><li><strong>储存</strong><ul><li>米游社和 HoYoLab 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><li><p>使用<code>实时便笺</code>功能后</p><ul><li>在 Windows 定时任务中<strong>创建</strong>一个用于获取数据的定时任务</li></ul></li><li><p>使用<code>高级启动器</code>中的<code>服务器切换</code>功能后,在胡桃数据目录中</p><ul><li><strong>储存</strong>服务器转换所需要的文件</li></ul></li><li><p>使用<code>胡桃帐号</code>功能后,胡桃帐号云端系统会</p><ul><li><strong>储存</strong><ul><li>注册使用的邮箱</li><li>加密后的密码</li></ul></li></ul></li></ul><h2 id="可信任的域名" tabindex="-1"><a class="header-anchor" href="#可信任的域名" aria-hidden="true">#</a> 可信任的域名</h2><p>Snap Hutao 项目目前持有以下域名,它们在本项目范围内是可信任的域名,请警惕此列表以外域名所提供的信息(包括网站、邮件等)</p><ul><li>hut.ao</li><li>snapgenshin.com <ul><li>我们仅使用此域名发送系统邮件</li></ul></li><li>dgp-studio.cn <ul><li>我们仅使用此域名用于公开的邮件联系方式</li></ul></li><li>snapgenshin.cn</li><li>snaphutao.com</li><li>hutao.ao</li></ul>',9),t=[n];function r(c,d){return i(),o("div",null,t)}const h=l(a,[["render",r],["__file","privacy-notice.html.vue"]]);export{h as default};

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -1 +1 @@
import{_ as o}from"./plugin-vue_export-helper-x3n3nnut.js";import{r as a,o as n,c as l,a as e,b as t,d as r,w as c,e as s}from"./app-kBV2pDE_.js";const d={},u=e("h1",{id:"real-time-notes",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#real-time-notes","aria-hidden":"true"},"#"),t(" Real-time Notes")],-1),h={class:"hint-container info"},f=e("p",{class:"hint-container-title"},"Info",-1),m=s('<p><img src="https://img.alicdn.com/imgextra/i3/1797064093/O1CN01nh4t1T1g6dyI3Ikcn_!!1797064093.png_.webp" alt="live-data-tracking" loading="lazy"></p><h2 id="add-role" tabindex="-1"><a class="header-anchor" href="#add-role" aria-hidden="true">#</a> Add Role</h2><ul><li>Click on <code>Add Role</code> button</li><li>In the pop-up menu, find the UID you want to add, and click on the add button to its right</li><li>Now, the game UID character&#39;s Real-time Notes should be displayed in the page <ul><li>The Real-time Notes is set to refresh timely <ul><li>You can click on the <code>Notification Settings</code> on the top right to manage it</li><li>If you want to see the data at this moment, you can click <code>Refresh</code> button to refresh data immediately</li></ul></li><li>If you receive any warning similar to <code>Verification failed</code>, it may be caused by too many account added, and you can try to fix it youself by refreshing account cookie</li></ul></li></ul><h2 id="verify-current-user-and-role" tabindex="-1"><a class="header-anchor" href="#verify-current-user-and-role" aria-hidden="true">#</a> Verify Current User and Role</h2><p>If you are using a MiYouShe account, then you account is very likely to be marked as robot-usage and leads to an anti-bot verification. In this status, Real-time Notes data cannot be updated.</p><p>You can click on <code>Verify Current User and Role</code> button, Snap Hutao will pop up verification window. After finishing the verification, then your account can be used to refresh data.</p><h2 id="global-notification-settings" tabindex="-1"><a class="header-anchor" href="#global-notification-settings" aria-hidden="true">#</a> Global Notification Settings</h2><ul><li>In the <code>Notification Settings</code> on the top right, you can change the global settings of Real-time Notes, including: <ul><li>Enable/Disable auto refresh</li><li>Refresh rate</li><li>Do not disturb setting</li><li>Prioritized notification <ul><li>This prevent Snap Hutao&#39;s notification being closed automatically</li></ul></li><li>Customized data forwarding Webhook <ul><li>Snap Hutao allows user to forward Realtime Notes data to other applications to reduce account&#39;s request to MiHoYo API</li><li>Input your third party HTTP API endpoint in <code>Realtime Notes Webhook Url</code> setting field, and Snap Hutao will forward the raw data through <code>POST</code> requests</li></ul></li></ul></li></ul><h2 id="independent-settings-for-accounts" tabindex="-1"><a class="header-anchor" href="#independent-settings-for-accounts" aria-hidden="true">#</a> Independent Settings for Accounts</h2><ul><li>Snap Hutao allows different settings on each Real-time Notes account</li><li>Hover the cursor over the form of Real-time Notes account that needs to set</li><li>Click on the setting button on it, and you can modify these settings: <ul><li>Original Resin threshold value</li><li>Realm Currency threshold value</li><li>Parametric Transformer notification</li><li>Daily Commission notification</li><li>Expeditions notification</li><li>Display in the main page (feature coming soon)</li></ul></li><li>Click on <code>Save</code> and you can save the settings</li></ul><h2 id="delete-daily-notes-account" tabindex="-1"><a class="header-anchor" href="#delete-daily-notes-account" aria-hidden="true">#</a> Delete Daily-Notes Account</h2><ul><li>Hover the cursor over the form of Real-time Notes account that needs to delete</li><li>Clock on the remove button on it, and you can remove the corresponding account</li></ul>',12);function p(g,y){const i=a("RouterLink");return n(),l("div",null,[u,e("div",h,[f,e("p",null,[t("This features requires you to login in to your MiYouShe or HoYoLab account in Snap Hutao, you can check "),r(i,{to:"/en/features/mhy-account-switch.html"},{default:c(()=>[t("MiHoYo BBS Account Switch")]),_:1}),t(" for more information.")])]),m])}const v=o(d,[["render",p],["__file","real-time-notes.html.vue"]]);export{v as default};
import{_ as o}from"./plugin-vue_export-helper-x3n3nnut.js";import{r as a,o as n,c as l,a as e,b as t,d as r,w as c,e as s}from"./app-PHrBQrYx.js";const d={},u=e("h1",{id:"real-time-notes",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#real-time-notes","aria-hidden":"true"},"#"),t(" Real-time Notes")],-1),h={class:"hint-container info"},f=e("p",{class:"hint-container-title"},"Info",-1),m=s('<p><img src="https://img.alicdn.com/imgextra/i3/1797064093/O1CN01nh4t1T1g6dyI3Ikcn_!!1797064093.png_.webp" alt="live-data-tracking" loading="lazy"></p><h2 id="add-role" tabindex="-1"><a class="header-anchor" href="#add-role" aria-hidden="true">#</a> Add Role</h2><ul><li>Click on <code>Add Role</code> button</li><li>In the pop-up menu, find the UID you want to add, and click on the add button to its right</li><li>Now, the game UID character&#39;s Real-time Notes should be displayed in the page <ul><li>The Real-time Notes is set to refresh timely <ul><li>You can click on the <code>Notification Settings</code> on the top right to manage it</li><li>If you want to see the data at this moment, you can click <code>Refresh</code> button to refresh data immediately</li></ul></li><li>If you receive any warning similar to <code>Verification failed</code>, it may be caused by too many account added, and you can try to fix it youself by refreshing account cookie</li></ul></li></ul><h2 id="verify-current-user-and-role" tabindex="-1"><a class="header-anchor" href="#verify-current-user-and-role" aria-hidden="true">#</a> Verify Current User and Role</h2><p>If you are using a MiYouShe account, then you account is very likely to be marked as robot-usage and leads to an anti-bot verification. In this status, Real-time Notes data cannot be updated.</p><p>You can click on <code>Verify Current User and Role</code> button, Snap Hutao will pop up verification window. After finishing the verification, then your account can be used to refresh data.</p><h2 id="global-notification-settings" tabindex="-1"><a class="header-anchor" href="#global-notification-settings" aria-hidden="true">#</a> Global Notification Settings</h2><ul><li>In the <code>Notification Settings</code> on the top right, you can change the global settings of Real-time Notes, including: <ul><li>Enable/Disable auto refresh</li><li>Refresh rate</li><li>Do not disturb setting</li><li>Prioritized notification <ul><li>This prevent Snap Hutao&#39;s notification being closed automatically</li></ul></li><li>Customized data forwarding Webhook <ul><li>Snap Hutao allows user to forward Realtime Notes data to other applications to reduce account&#39;s request to MiHoYo API</li><li>Input your third party HTTP API endpoint in <code>Realtime Notes Webhook Url</code> setting field, and Snap Hutao will forward the raw data through <code>POST</code> requests</li></ul></li></ul></li></ul><h2 id="independent-settings-for-accounts" tabindex="-1"><a class="header-anchor" href="#independent-settings-for-accounts" aria-hidden="true">#</a> Independent Settings for Accounts</h2><ul><li>Snap Hutao allows different settings on each Real-time Notes account</li><li>Hover the cursor over the form of Real-time Notes account that needs to set</li><li>Click on the setting button on it, and you can modify these settings: <ul><li>Original Resin threshold value</li><li>Realm Currency threshold value</li><li>Parametric Transformer notification</li><li>Daily Commission notification</li><li>Expeditions notification</li><li>Display in the main page (feature coming soon)</li></ul></li><li>Click on <code>Save</code> and you can save the settings</li></ul><h2 id="delete-daily-notes-account" tabindex="-1"><a class="header-anchor" href="#delete-daily-notes-account" aria-hidden="true">#</a> Delete Daily-Notes Account</h2><ul><li>Hover the cursor over the form of Real-time Notes account that needs to delete</li><li>Clock on the remove button on it, and you can remove the corresponding account</li></ul>',12);function p(g,y){const i=a("RouterLink");return n(),l("div",null,[u,e("div",h,[f,e("p",null,[t("This features requires you to login in to your MiYouShe or HoYoLab account in Snap Hutao, you can check "),r(i,{to:"/en/features/mhy-account-switch.html"},{default:c(()=>[t("MiHoYo BBS Account Switch")]),_:1}),t(" for more information.")])]),m])}const v=o(d,[["render",p],["__file","real-time-notes.html.vue"]]);export{v as default};

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