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

This commit is contained in:
qhy040404
2024-02-21 12:46:03 +00:00
parent efa79b0e2c
commit 7fc7209ca7
366 changed files with 614 additions and 550 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-X3xgKF5S.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-NbQdb1h2.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

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-X3xgKF5S.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-NbQdb1h2.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 e}from"./plugin-vue_export-helper-x3n3nnut.js";import{o as i,c as a,e as t}from"./app-X3xgKF5S.js";const r={},s=t('<h1 id="gacha-system-and-export-principle" tabindex="-1"><a class="header-anchor" href="#gacha-system-and-export-principle" aria-hidden="true">#</a> Gacha System and Export Principle</h1><p>Snap Hutao&#39;s Gacha system underwent an overhaul compared to Snap Genshin, experiencing a complete architectural redesign.</p><p>This article will explain the Genshin&#39;s wish logging mechanism and the technical principles behind the Gacha export feature in the Hutao Toolbox.</p><h2 id="obtaining-wishes" tabindex="-1"><a class="header-anchor" href="#obtaining-wishes" aria-hidden="true">#</a> Obtaining Wishes</h2><p>Acquiring wish records requires querying miHoYo&#39;s API.</p><p>Regarding this API, there are a few key points to note:</p><ul><li>Through miHoYo&#39;s server API, you can only access wish records from the past 6 months. <ul><li>This is also the source of wish records in the original Genshin client.</li></ul></li><li>The API has rate limits; too many requests too quickly can lead to subsequent failures, making it impossible to retrieve data.</li></ul><p>To request this API, we need four crucial parameters.</p><ul><li>Currently, several methods can obtain these parameters: <ul><li>Traversing Unity&#39;s log files to find URLs for wish records opened by the user</li><li>Proxying local traffic to filter wish record URLs</li><li>Looking through the CefBrowser&#39;s browser cache to find wish record URLs</li><li>For Cookies containing Stoken, calling the genAuthKey API to obtain parameters</li><li>Advanced users manually inputting relevant URLs</li></ul></li></ul><p>Upon requesting the API, you receive fragmented wish records. Concatenating them provides a complete wish record list.</p><h2 id="wish-storage" tabindex="-1"><a class="header-anchor" href="#wish-storage" aria-hidden="true">#</a> Wish Storage</h2><p>After obtaining the complete wish record list, you can easily serialize it into a local database. When necessary, deserialization from the database presents it to the user.</p><p>Subsequent requests to the server only need to compare new data requests against the database&#39;s existing data.</p><p>This way, users can permanently store their account&#39;s complete wish records.</p><h2 id="uigf-format" tabindex="-1"><a class="header-anchor" href="#uigf-format" aria-hidden="true">#</a> UIGF Format</h2><blockquote><p>Unified Interchangeable GachaLog Format</p></blockquote><p>UIGF is a unified wish record data exchange standard, advocated, launched, and <strong>persistently maintained</strong> by us in collaboration with other wish record applications.</p><p>Standardized data formats enable users to transfer wish records between different tools for Genshin, each leveraging its distinctive functionalities.</p><h3 id="importing-wishes" tabindex="-1"><a class="header-anchor" href="#importing-wishes" aria-hidden="true">#</a> Importing Wishes</h3><p>When utilizing the UIGF data format, you can import data previously stored in other applications.</p><p>Hutao, during import handling, compares the earliest index (ID) existing in local storage and only imports older data.</p><p>(This is because newer data of higher precision is always available from miHoYo&#39;s servers.)</p><h3 id="exporting-wishes" tabindex="-1"><a class="header-anchor" href="#exporting-wishes" aria-hidden="true">#</a> Exporting Wishes</h3><p><s>Not yet implemented; under design</s> Already implemented</p>',24),n=[s];function o(h,l){return i(),a("div",null,n)}const p=e(r,[["render",o],["__file","Gacha-system-and-export-principal.html.vue"]]);export{p as default};
import{_ as e}from"./plugin-vue_export-helper-x3n3nnut.js";import{o as i,c as a,e as t}from"./app-NbQdb1h2.js";const r={},s=t('<h1 id="gacha-system-and-export-principle" tabindex="-1"><a class="header-anchor" href="#gacha-system-and-export-principle" aria-hidden="true">#</a> Gacha System and Export Principle</h1><p>Snap Hutao&#39;s Gacha system underwent an overhaul compared to Snap Genshin, experiencing a complete architectural redesign.</p><p>This article will explain the Genshin&#39;s wish logging mechanism and the technical principles behind the Gacha export feature in the Hutao Toolbox.</p><h2 id="obtaining-wishes" tabindex="-1"><a class="header-anchor" href="#obtaining-wishes" aria-hidden="true">#</a> Obtaining Wishes</h2><p>Acquiring wish records requires querying miHoYo&#39;s API.</p><p>Regarding this API, there are a few key points to note:</p><ul><li>Through miHoYo&#39;s server API, you can only access wish records from the past 6 months. <ul><li>This is also the source of wish records in the original Genshin client.</li></ul></li><li>The API has rate limits; too many requests too quickly can lead to subsequent failures, making it impossible to retrieve data.</li></ul><p>To request this API, we need four crucial parameters.</p><ul><li>Currently, several methods can obtain these parameters: <ul><li>Traversing Unity&#39;s log files to find URLs for wish records opened by the user</li><li>Proxying local traffic to filter wish record URLs</li><li>Looking through the CefBrowser&#39;s browser cache to find wish record URLs</li><li>For Cookies containing Stoken, calling the genAuthKey API to obtain parameters</li><li>Advanced users manually inputting relevant URLs</li></ul></li></ul><p>Upon requesting the API, you receive fragmented wish records. Concatenating them provides a complete wish record list.</p><h2 id="wish-storage" tabindex="-1"><a class="header-anchor" href="#wish-storage" aria-hidden="true">#</a> Wish Storage</h2><p>After obtaining the complete wish record list, you can easily serialize it into a local database. When necessary, deserialization from the database presents it to the user.</p><p>Subsequent requests to the server only need to compare new data requests against the database&#39;s existing data.</p><p>This way, users can permanently store their account&#39;s complete wish records.</p><h2 id="uigf-format" tabindex="-1"><a class="header-anchor" href="#uigf-format" aria-hidden="true">#</a> UIGF Format</h2><blockquote><p>Unified Interchangeable GachaLog Format</p></blockquote><p>UIGF is a unified wish record data exchange standard, advocated, launched, and <strong>persistently maintained</strong> by us in collaboration with other wish record applications.</p><p>Standardized data formats enable users to transfer wish records between different tools for Genshin, each leveraging its distinctive functionalities.</p><h3 id="importing-wishes" tabindex="-1"><a class="header-anchor" href="#importing-wishes" aria-hidden="true">#</a> Importing Wishes</h3><p>When utilizing the UIGF data format, you can import data previously stored in other applications.</p><p>Hutao, during import handling, compares the earliest index (ID) existing in local storage and only imports older data.</p><p>(This is because newer data of higher precision is always available from miHoYo&#39;s servers.)</p><h3 id="exporting-wishes" tabindex="-1"><a class="header-anchor" href="#exporting-wishes" aria-hidden="true">#</a> Exporting Wishes</h3><p><s>Not yet implemented; under design</s> Already implemented</p>',24),n=[s];function o(h,l){return i(),a("div",null,n)}const p=e(r,[["render",o],["__file","Gacha-system-and-export-principal.html.vue"]]);export{p 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-X3xgKF5S.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-NbQdb1h2.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 n,c as e,e as i}from"./app-X3xgKF5S.js";const t={},r=i('<h1 id="sistem-gacha-dan-prinsip-expor" tabindex="-1"><a class="header-anchor" href="#sistem-gacha-dan-prinsip-expor" aria-hidden="true">#</a> Sistem Gacha dan Prinsip Expor</h1><p>Sistem Gacha di Hutao mengalami redesain total dalam hal arsitektur dibandingkan dengan Snap Genshin.</p><p>Dokumen ini akan menjelaskan mekanisme catatan gacha dalam Genshin Impact dan prinsip teknis fungsi ekspor catatan gacha dalam Toolbox Hutao.</p><h2 id="perolehan-catatan-gacha" tabindex="-1"><a class="header-anchor" href="#perolehan-catatan-gacha" aria-hidden="true">#</a> Perolehan Catatan Gacha</h2><p>Untuk mendapatkan catatan gacha, perlu dilakukan permintaan ke API milik miHoYo.</p><p>Berikut adalah beberapa poin penting mengenai API ini:</p><ul><li>Melalui API server miHoYo, kita hanya dapat mengakses catatan gacha dalam 6 bulan terakhir. <ul><li>Ini juga merupakan sumber catatan gacha di aplikasi Genshin Impact.</li></ul></li><li>API ini memiliki batasan kecepatan permintaan; permintaan terlalu cepat dapat menyebabkan kegagalan permintaan berikutnya dan kegagalan mendapatkan data dengan normal.</li></ul><p>Untuk melakukan permintaan ke API ini, kita memerlukan empat parameter kunci.</p><ul><li>Saat ini, ada beberapa metode untuk mendapatkan parameter-parameter ini: <ul><li>Melalui log file Unity, mencari URL catatan gacha yang dibuka pengguna.</li><li>Memantau lalu lintas lokal, menyaring URL catatan gacha.</li><li>Mencari cache browser CefBrowser, menemukan URL catatan gacha.</li><li>Dengan menggunakan Cookie yang berisi Stoken, memanggil API genAuthKey untuk mendapatkan parameter-parameter ini.</li><li>Pengguna lanjutan dapat memasukkan URL terkait secara manual.</li></ul></li></ul><p>Setelah mendapatkan data dari API, kita mendapatkan catatan gacha yang tersebar, dan dengan menggabungkannya, kita bisa mendapatkan daftar catatan gacha lengkap.</p><h2 id="penyimpanan-catatan-gacha" tabindex="-1"><a class="header-anchor" href="#penyimpanan-catatan-gacha" aria-hidden="true">#</a> Penyimpanan Catatan Gacha</h2><p>Setelah mendapatkan daftar catatan gacha lengkap, kita dapat menyederhanakannya dengan melakukan serialisasi ke dalam database lokal. Data ini dapat di-deserialisasi dari database saat diperlukan dan ditampilkan kepada pengguna.</p><p>Permintaan selanjutnya ke server hanya perlu membandingkan data di database dengan data baru yang diterima.</p><p>Dengan cara ini, pengguna dapat menyimpan catatan gacha akun mereka dalam jangka panjang.</p><h2 id="format-uigf" tabindex="-1"><a class="header-anchor" href="#format-uigf" aria-hidden="true">#</a> Format UIGF</h2><blockquote><p>Uniformed Interchangeable GachaLog Format</p></blockquote><p>UIGF adalah standar data pertukaran catatan gacha yang telah kami advokasi, luncurkan, dan <strong>selalu kami pertahankan</strong> bersama aplikasi catatan gacha lainnya.</p><p>Dengan format data yang terstandarisasi, pengguna dapat memindahkan catatan gacha mereka antar berbagai alat Genshin Impact untuk menggunakan fitur khusus masing-masing.</p><h3 id="impor-catatan-gacha" tabindex="-1"><a class="header-anchor" href="#impor-catatan-gacha" aria-hidden="true">#</a> Impor Catatan Gacha</h3><p>Dengan menggunakan format data UIGF, pengguna dapat mengimpor data yang pernah disimpan dalam aplikasi lain.</p><p>Saat Hutao memproses impor, ia akan membandingkan indeks (ID) yang paling awal yang ada dalam penyimpanan lokal dan hanya mengimpor data yang lebih lama.</p><p>(Karena data asli yang lebih baru selalu dapat diambil dari server miHoYo, data semacam ini memiliki tingkat akurasi yang lebih tinggi.)</p><h3 id="ekspor-catatan-gacha" tabindex="-1"><a class="header-anchor" href="#ekspor-catatan-gacha" aria-hidden="true">#</a> Ekspor Catatan Gacha</h3><p><s>Belum diimplementasikan, sedang dalam perancangan</s> Sudah diimplementasikan</p>',24),p=[r];function m(d,l){return n(),e("div",null,p)}const g=a(t,[["render",m],["__file","Gacha-system-and-export-principal.html.vue"]]);export{g as default};
import{_ as a}from"./plugin-vue_export-helper-x3n3nnut.js";import{o as n,c as e,e as i}from"./app-NbQdb1h2.js";const t={},r=i('<h1 id="sistem-gacha-dan-prinsip-expor" tabindex="-1"><a class="header-anchor" href="#sistem-gacha-dan-prinsip-expor" aria-hidden="true">#</a> Sistem Gacha dan Prinsip Expor</h1><p>Sistem Gacha di Hutao mengalami redesain total dalam hal arsitektur dibandingkan dengan Snap Genshin.</p><p>Dokumen ini akan menjelaskan mekanisme catatan gacha dalam Genshin Impact dan prinsip teknis fungsi ekspor catatan gacha dalam Toolbox Hutao.</p><h2 id="perolehan-catatan-gacha" tabindex="-1"><a class="header-anchor" href="#perolehan-catatan-gacha" aria-hidden="true">#</a> Perolehan Catatan Gacha</h2><p>Untuk mendapatkan catatan gacha, perlu dilakukan permintaan ke API milik miHoYo.</p><p>Berikut adalah beberapa poin penting mengenai API ini:</p><ul><li>Melalui API server miHoYo, kita hanya dapat mengakses catatan gacha dalam 6 bulan terakhir. <ul><li>Ini juga merupakan sumber catatan gacha di aplikasi Genshin Impact.</li></ul></li><li>API ini memiliki batasan kecepatan permintaan; permintaan terlalu cepat dapat menyebabkan kegagalan permintaan berikutnya dan kegagalan mendapatkan data dengan normal.</li></ul><p>Untuk melakukan permintaan ke API ini, kita memerlukan empat parameter kunci.</p><ul><li>Saat ini, ada beberapa metode untuk mendapatkan parameter-parameter ini: <ul><li>Melalui log file Unity, mencari URL catatan gacha yang dibuka pengguna.</li><li>Memantau lalu lintas lokal, menyaring URL catatan gacha.</li><li>Mencari cache browser CefBrowser, menemukan URL catatan gacha.</li><li>Dengan menggunakan Cookie yang berisi Stoken, memanggil API genAuthKey untuk mendapatkan parameter-parameter ini.</li><li>Pengguna lanjutan dapat memasukkan URL terkait secara manual.</li></ul></li></ul><p>Setelah mendapatkan data dari API, kita mendapatkan catatan gacha yang tersebar, dan dengan menggabungkannya, kita bisa mendapatkan daftar catatan gacha lengkap.</p><h2 id="penyimpanan-catatan-gacha" tabindex="-1"><a class="header-anchor" href="#penyimpanan-catatan-gacha" aria-hidden="true">#</a> Penyimpanan Catatan Gacha</h2><p>Setelah mendapatkan daftar catatan gacha lengkap, kita dapat menyederhanakannya dengan melakukan serialisasi ke dalam database lokal. Data ini dapat di-deserialisasi dari database saat diperlukan dan ditampilkan kepada pengguna.</p><p>Permintaan selanjutnya ke server hanya perlu membandingkan data di database dengan data baru yang diterima.</p><p>Dengan cara ini, pengguna dapat menyimpan catatan gacha akun mereka dalam jangka panjang.</p><h2 id="format-uigf" tabindex="-1"><a class="header-anchor" href="#format-uigf" aria-hidden="true">#</a> Format UIGF</h2><blockquote><p>Uniformed Interchangeable GachaLog Format</p></blockquote><p>UIGF adalah standar data pertukaran catatan gacha yang telah kami advokasi, luncurkan, dan <strong>selalu kami pertahankan</strong> bersama aplikasi catatan gacha lainnya.</p><p>Dengan format data yang terstandarisasi, pengguna dapat memindahkan catatan gacha mereka antar berbagai alat Genshin Impact untuk menggunakan fitur khusus masing-masing.</p><h3 id="impor-catatan-gacha" tabindex="-1"><a class="header-anchor" href="#impor-catatan-gacha" aria-hidden="true">#</a> Impor Catatan Gacha</h3><p>Dengan menggunakan format data UIGF, pengguna dapat mengimpor data yang pernah disimpan dalam aplikasi lain.</p><p>Saat Hutao memproses impor, ia akan membandingkan indeks (ID) yang paling awal yang ada dalam penyimpanan lokal dan hanya mengimpor data yang lebih lama.</p><p>(Karena data asli yang lebih baru selalu dapat diambil dari server miHoYo, data semacam ini memiliki tingkat akurasi yang lebih tinggi.)</p><h3 id="ekspor-catatan-gacha" tabindex="-1"><a class="header-anchor" href="#ekspor-catatan-gacha" aria-hidden="true">#</a> Ekspor Catatan Gacha</h3><p><s>Belum diimplementasikan, sedang dalam perancangan</s> Sudah diimplementasikan</p>',24),p=[r];function m(d,l){return n(),e("div",null,p)}const g=a(t,[["render",m],["__file","Gacha-system-and-export-principal.html.vue"]]);export{g as default};

View File

@@ -1 +1 @@
import{_ as r}from"./plugin-vue_export-helper-x3n3nnut.js";import{r as i,o as c,c as h,a as e,b as t,d as n}from"./app-X3xgKF5S.js";const l={},s=e("h1",{id:"achievement-management",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#achievement-management","aria-hidden":"true"},"#"),t(" Achievement Management")],-1),d=e("p",null,[e("img",{src:"https://img.alicdn.com/imgextra/i2/1797064093/O1CN01Jxk0x31g6e0wP6SNL_!!1797064093.png_.webp",alt:"Achievement Screenshot",loading:"lazy"})],-1),m=e("p",null,"Snap Hutao offers local achievement management feature, users can view and manage status of achievement",-1),u=e("p",null,[t("At first time use, you will follow the instruction to create an archive and name it. After that, you are still able to make new archives by click on "),e("code",null,"Create New Archive"),t(" for other game accounts")],-1),_={id:"achievement-import",tabindex:"-1"},p=e("a",{class:"header-anchor",href:"#achievement-import","aria-hidden":"true"},"#",-1),v={href:"https://uigf.org/en/standards/UIAF.html",target:"_blank",rel:"noopener noreferrer"},f=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),g=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),x={id:"achievement-export",tabindex:"-1"},A=e("a",{class:"header-anchor",href:"#achievement-export","aria-hidden":"true"},"#",-1),b=e("p",null,[t("You can click on the "),e("code",null,"Export"),t(" button in the hidden menu in the top right corner of the achievement page. In the pop-up window, select the directory and set the file name, then your data will be exported.")],-1),w=e("h2",{id:"delete-archive",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#delete-archive","aria-hidden":"true"},"#"),t(" Delete Archive")],-1),k=e("p",null,[t("You can delete the current achievement archive by finding and clicking on "),e("code",null,"Delete Current Archive"),t(" in the hidden menu in the top right corner.")],-1),y=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),I={href:"https://github.com/HolographicHat/YaeAchievement",target:"_blank",rel:"noopener noreferrer"},N={href:"https://cocogoat.work/",target:"_blank",rel:"noopener noreferrer"};function S(B,E){const o=i("Badge"),a=i("ExternalLinkIcon");return c(),h("div",null,[s,d,m,u,e("h2",_,[p,t(" Achievement Import "),n(o,{text:"UIAF",type:"info"})]),e("ul",null,[e("li",null,[t("Snap Hutao is using "),e("a",v,[t("Uniformed Interchangeable Achievement Format Standar"),n(a)]),t(" to store user's achievement data "),f]),g]),e("h2",x,[A,t(" Achievement Export "),n(o,{text:"UIAF",type:"info"})]),b,w,k,y,e("ul",null,[e("li",null,[e("p",null,[e("a",I,[t("YaeAchievement"),n(a)]),t(),n(o,{text:"Achievement Recognition",type:"tip"})])]),e("li",null,[e("p",null,[e("a",N,[t("椰羊 cocogoat"),n(a)]),t(),n(o,{text:"Achievement Guide",type:"tip"})])])])])}const U=r(l,[["render",S],["__file","achievements.html.vue"]]);export{U as default};
import{_ as r}from"./plugin-vue_export-helper-x3n3nnut.js";import{r as i,o as c,c as h,a as e,b as t,d as n}from"./app-NbQdb1h2.js";const l={},s=e("h1",{id:"achievement-management",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#achievement-management","aria-hidden":"true"},"#"),t(" Achievement Management")],-1),d=e("p",null,[e("img",{src:"https://img.alicdn.com/imgextra/i2/1797064093/O1CN01Jxk0x31g6e0wP6SNL_!!1797064093.png_.webp",alt:"Achievement Screenshot",loading:"lazy"})],-1),m=e("p",null,"Snap Hutao offers local achievement management feature, users can view and manage status of achievement",-1),u=e("p",null,[t("At first time use, you will follow the instruction to create an archive and name it. After that, you are still able to make new archives by click on "),e("code",null,"Create New Archive"),t(" for other game accounts")],-1),_={id:"achievement-import",tabindex:"-1"},p=e("a",{class:"header-anchor",href:"#achievement-import","aria-hidden":"true"},"#",-1),v={href:"https://uigf.org/en/standards/UIAF.html",target:"_blank",rel:"noopener noreferrer"},f=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),g=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),x={id:"achievement-export",tabindex:"-1"},A=e("a",{class:"header-anchor",href:"#achievement-export","aria-hidden":"true"},"#",-1),b=e("p",null,[t("You can click on the "),e("code",null,"Export"),t(" button in the hidden menu in the top right corner of the achievement page. In the pop-up window, select the directory and set the file name, then your data will be exported.")],-1),w=e("h2",{id:"delete-archive",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#delete-archive","aria-hidden":"true"},"#"),t(" Delete Archive")],-1),k=e("p",null,[t("You can delete the current achievement archive by finding and clicking on "),e("code",null,"Delete Current Archive"),t(" in the hidden menu in the top right corner.")],-1),y=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),I={href:"https://github.com/HolographicHat/YaeAchievement",target:"_blank",rel:"noopener noreferrer"},N={href:"https://cocogoat.work/",target:"_blank",rel:"noopener noreferrer"};function S(B,E){const o=i("Badge"),a=i("ExternalLinkIcon");return c(),h("div",null,[s,d,m,u,e("h2",_,[p,t(" Achievement Import "),n(o,{text:"UIAF",type:"info"})]),e("ul",null,[e("li",null,[t("Snap Hutao is using "),e("a",v,[t("Uniformed Interchangeable Achievement Format Standar"),n(a)]),t(" to store user's achievement data "),f]),g]),e("h2",x,[A,t(" Achievement Export "),n(o,{text:"UIAF",type:"info"})]),b,w,k,y,e("ul",null,[e("li",null,[e("p",null,[e("a",I,[t("YaeAchievement"),n(a)]),t(),n(o,{text:"Achievement Recognition",type:"tip"})])]),e("li",null,[e("p",null,[e("a",N,[t("椰羊 cocogoat"),n(a)]),t(),n(o,{text:"Achievement Guide",type:"tip"})])])])])}const U=r(l,[["render",S],["__file","achievements.html.vue"]]);export{U 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-X3xgKF5S.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-NbQdb1h2.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};

View File

@@ -1 +1 @@
import{_ as r}from"./plugin-vue_export-helper-x3n3nnut.js";import{r as a,o as i,c as s,a as e,b as t,d as n}from"./app-X3xgKF5S.js";const c={},h=e("h1",{id:"成就管理",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#成就管理","aria-hidden":"true"},"#"),t(" 成就管理")],-1),d=e("p",null,[e("img",{src:"https://img.alicdn.com/imgextra/i1/1797064093/O1CN01fApvim1g6e0xyGQvS_!!1797064093.png_.webp",alt:"成就管理界面",loading:"lazy"})],-1),_=e("p",null,"胡桃工具箱提供成就管理功能,用户可以通过它浏览并管理所有的成就状态",-1),u=e("p",null,[t("在第一次使用时,你需要根据提示点击"),e("code",null,"创建新存档"),t("按钮以创造一个成就存档并为其命名。创建第一个资料页后,你可以点击右上角的"),e("code",null,"创建新存档"),t("来继续为更多的账号创建成就记录档案")],-1),p={id:"成就导入",tabindex:"-1"},f=e("a",{class:"header-anchor",href:"#成就导入","aria-hidden":"true"},"#",-1),m={href:"https://uigf.org/zh/standards/UIAF.html",target:"_blank",rel:"noopener noreferrer"},g=e("ul",null,[e("li",null,[t("该标准允许用户从其它"),e("strong",null,"成就导出工具"),t("中通过 Url 协议和剪贴板将数据导入到胡桃工具箱中")])],-1),x=e("li",null,[t("你可以点击成就页面右上角的"),e("code",null,"导入"),t("按钮,并选择"),e("code",null,"从 UIAF 文件导入"),t("以加载以 UIAF 数据格式储存的第三方成就数据")],-1),b={id:"成就导出",tabindex:"-1"},A=e("a",{class:"header-anchor",href:"#成就导出","aria-hidden":"true"},"#",-1),v=e("p",null,[t("你可以点击成就页面右上角隐藏菜单中的"),e("code",null,"导出"),t("按钮,在弹出的窗口中选择目录并设置文件名,随后你的数据就将被导出")],-1),k=e("h2",{id:"删除存档",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#删除存档","aria-hidden":"true"},"#"),t(" 删除存档")],-1),I=e("p",null,[t("你可以通过在右上角的隐藏菜单中找到并点击 "),e("code",null,"删除当前存档"),t("以删除当前的成就存档")],-1),U=e("h2",{id:"推荐使用的成就识别工具",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#推荐使用的成就识别工具","aria-hidden":"true"},"#"),t(" 推荐使用的成就识别工具")],-1),y={href:"https://github.com/HolographicHat/YaeAchievement",target:"_blank",rel:"noopener noreferrer"},B={href:"https://jihulab.com/DGP-Studio/YaeAchievement",target:"_blank",rel:"noopener noreferrer"},F={href:"https://cocogoat.work/",target:"_blank",rel:"noopener noreferrer"};function G(N,E){const o=a("Badge"),l=a("ExternalLinkIcon");return i(),s("div",null,[h,d,_,u,e("h2",p,[f,t(" 成就导入 "),n(o,{text:"UIAF",type:"info"})]),e("ul",null,[e("li",null,[t("胡桃工具箱使用 "),e("a",m,[t("UIAF 统一可交换成就标准"),n(l)]),t("数据标准来储存用户的成就数据 "),g]),x]),e("h2",b,[A,t(" 成就导出 "),n(o,{text:"UIAF",type:"info"})]),v,k,I,U,e("ul",null,[e("li",null,[e("p",null,[t("YaeAchievement "),n(o,{text:"成就识别",type:"tip"})]),e("ul",null,[e("li",null,[e("a",y,[t("GitHub 代码库"),n(l)])]),e("li",null,[e("a",B,[t("极狐 GitLAB 代码库"),n(l)])])])]),e("li",null,[e("p",null,[e("a",F,[t("椰羊 cocogoat"),n(l)]),t(),n(o,{text:"成就攻略",type:"tip"})])])])])}const V=r(c,[["render",G],["__file","achievements.html.vue"]]);export{V as default};
import{_ as r}from"./plugin-vue_export-helper-x3n3nnut.js";import{r as a,o as i,c as s,a as e,b as t,d as n}from"./app-NbQdb1h2.js";const c={},h=e("h1",{id:"成就管理",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#成就管理","aria-hidden":"true"},"#"),t(" 成就管理")],-1),d=e("p",null,[e("img",{src:"https://img.alicdn.com/imgextra/i1/1797064093/O1CN01fApvim1g6e0xyGQvS_!!1797064093.png_.webp",alt:"成就管理界面",loading:"lazy"})],-1),_=e("p",null,"胡桃工具箱提供成就管理功能,用户可以通过它浏览并管理所有的成就状态",-1),u=e("p",null,[t("在第一次使用时,你需要根据提示点击"),e("code",null,"创建新存档"),t("按钮以创造一个成就存档并为其命名。创建第一个资料页后,你可以点击右上角的"),e("code",null,"创建新存档"),t("来继续为更多的账号创建成就记录档案")],-1),p={id:"成就导入",tabindex:"-1"},f=e("a",{class:"header-anchor",href:"#成就导入","aria-hidden":"true"},"#",-1),m={href:"https://uigf.org/zh/standards/UIAF.html",target:"_blank",rel:"noopener noreferrer"},g=e("ul",null,[e("li",null,[t("该标准允许用户从其它"),e("strong",null,"成就导出工具"),t("中通过 Url 协议和剪贴板将数据导入到胡桃工具箱中")])],-1),x=e("li",null,[t("你可以点击成就页面右上角的"),e("code",null,"导入"),t("按钮,并选择"),e("code",null,"从 UIAF 文件导入"),t("以加载以 UIAF 数据格式储存的第三方成就数据")],-1),b={id:"成就导出",tabindex:"-1"},A=e("a",{class:"header-anchor",href:"#成就导出","aria-hidden":"true"},"#",-1),v=e("p",null,[t("你可以点击成就页面右上角隐藏菜单中的"),e("code",null,"导出"),t("按钮,在弹出的窗口中选择目录并设置文件名,随后你的数据就将被导出")],-1),k=e("h2",{id:"删除存档",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#删除存档","aria-hidden":"true"},"#"),t(" 删除存档")],-1),I=e("p",null,[t("你可以通过在右上角的隐藏菜单中找到并点击 "),e("code",null,"删除当前存档"),t("以删除当前的成就存档")],-1),U=e("h2",{id:"推荐使用的成就识别工具",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#推荐使用的成就识别工具","aria-hidden":"true"},"#"),t(" 推荐使用的成就识别工具")],-1),y={href:"https://github.com/HolographicHat/YaeAchievement",target:"_blank",rel:"noopener noreferrer"},B={href:"https://jihulab.com/DGP-Studio/YaeAchievement",target:"_blank",rel:"noopener noreferrer"},F={href:"https://cocogoat.work/",target:"_blank",rel:"noopener noreferrer"};function G(N,E){const o=a("Badge"),l=a("ExternalLinkIcon");return i(),s("div",null,[h,d,_,u,e("h2",p,[f,t(" 成就导入 "),n(o,{text:"UIAF",type:"info"})]),e("ul",null,[e("li",null,[t("胡桃工具箱使用 "),e("a",m,[t("UIAF 统一可交换成就标准"),n(l)]),t("数据标准来储存用户的成就数据 "),g]),x]),e("h2",b,[A,t(" 成就导出 "),n(o,{text:"UIAF",type:"info"})]),v,k,I,U,e("ul",null,[e("li",null,[e("p",null,[t("YaeAchievement "),n(o,{text:"成就识别",type:"tip"})]),e("ul",null,[e("li",null,[e("a",y,[t("GitHub 代码库"),n(l)])]),e("li",null,[e("a",B,[t("极狐 GitLAB 代码库"),n(l)])])])]),e("li",null,[e("p",null,[e("a",F,[t("椰羊 cocogoat"),n(l)]),t(),n(o,{text:"成就攻略",type:"tip"})])])])])}const V=r(c,[["render",G],["__file","achievements.html.vue"]]);export{V as default};

View File

@@ -1 +1 @@
import{_ as o}from"./plugin-vue_export-helper-x3n3nnut.js";import{r,o as l,c as p,a,b as n,d as e,e as c}from"./app-X3xgKF5S.js";const m={},d=c('<h1 id="manajemen-pencapaian" tabindex="-1"><a class="header-anchor" href="#manajemen-pencapaian" aria-hidden="true">#</a> Manajemen Pencapaian</h1><p><img src="https://img.alicdn.com/imgextra/i2/1797064093/O1CN01xJaPGy1g6dyAWV0vm_!!1797064093.png_.webp" alt="Screenshot Pencapaian" loading="lazy"></p><p>Snap Hutao menyediakan fitur manajemen pencapaian lokal, pengguna dapat melihat dan mengelola status pencapaian mereka.</p><ul><li>Pada penggunaan pertama kali, Anda akan mengikuti instruksi untuk membuat arsip dan memberinya nama.</li><li>Setelah itu, Anda tetap dapat membuat arsip baru dengan mengklik <code>Buat Arsip Baru</code> untuk akun game lain.</li></ul><h2 id="impor-pencapaian" tabindex="-1"><a class="header-anchor" href="#impor-pencapaian" aria-hidden="true">#</a> Impor Pencapaian</h2>',5),s={href:"https://uigf.org/en/standards/UIAF.html",target:"_blank",rel:"noopener noreferrer"},u=a("ul",null,[a("li",null,[n("Standar ini memungkinkan pengguna untuk mentransmisikan data pencapaian antara Snap Hutao dengan alat pencapaian lainnya, seperti "),a("strong",null,"Eksportir Pencapaian")])],-1),h=a("li",null,[n("Anda dapat klik "),a("code",null,"Impor"),n(" di menu kanan atas pada halaman Manajemen Pencapaian, dan pilih impor file untuk memuat data berformat UIAF.")],-1),g=a("h2",{id:"alat-pencapaian-yang-kami-rekomendasikan",tabindex:"-1"},[a("a",{class:"header-anchor",href:"#alat-pencapaian-yang-kami-rekomendasikan","aria-hidden":"true"},"#"),n(" Alat Pencapaian yang Kami Rekomendasikan")],-1),k={href:"https://github.com/HolographicHat/YaeAchievement",target:"_blank",rel:"noopener noreferrer"},_={href:"https://cocogoat.work/",target:"_blank",rel:"noopener noreferrer"};function f(b,x){const t=r("ExternalLinkIcon"),i=r("Badge");return l(),p("div",null,[d,a("ul",null,[a("li",null,[n("Snap Hutao menggunakan "),a("a",s,[n("Uniformed Interchangeable Achievement Format Standar"),e(t)]),n(" untuk menyimpan data pencapaian pengguna "),u]),h]),g,a("ul",null,[a("li",null,[a("p",null,[a("a",k,[n("YaeAchievement"),e(t)]),n(),e(i,{text:"Pengenalan Pencapaian",type:"tip"})])]),a("li",null,[a("p",null,[a("a",_,[n("椰羊 cocogoat"),e(t)]),n(),e(i,{text:"Panduan Pencapaian",type:"tip"})])])])])}const A=o(m,[["render",f],["__file","achievements.html.vue"]]);export{A as default};
import{_ as o}from"./plugin-vue_export-helper-x3n3nnut.js";import{r,o as l,c as p,a,b as n,d as e,e as c}from"./app-NbQdb1h2.js";const m={},d=c('<h1 id="manajemen-pencapaian" tabindex="-1"><a class="header-anchor" href="#manajemen-pencapaian" aria-hidden="true">#</a> Manajemen Pencapaian</h1><p><img src="https://img.alicdn.com/imgextra/i2/1797064093/O1CN01xJaPGy1g6dyAWV0vm_!!1797064093.png_.webp" alt="Screenshot Pencapaian" loading="lazy"></p><p>Snap Hutao menyediakan fitur manajemen pencapaian lokal, pengguna dapat melihat dan mengelola status pencapaian mereka.</p><ul><li>Pada penggunaan pertama kali, Anda akan mengikuti instruksi untuk membuat arsip dan memberinya nama.</li><li>Setelah itu, Anda tetap dapat membuat arsip baru dengan mengklik <code>Buat Arsip Baru</code> untuk akun game lain.</li></ul><h2 id="impor-pencapaian" tabindex="-1"><a class="header-anchor" href="#impor-pencapaian" aria-hidden="true">#</a> Impor Pencapaian</h2>',5),s={href:"https://uigf.org/en/standards/UIAF.html",target:"_blank",rel:"noopener noreferrer"},u=a("ul",null,[a("li",null,[n("Standar ini memungkinkan pengguna untuk mentransmisikan data pencapaian antara Snap Hutao dengan alat pencapaian lainnya, seperti "),a("strong",null,"Eksportir Pencapaian")])],-1),h=a("li",null,[n("Anda dapat klik "),a("code",null,"Impor"),n(" di menu kanan atas pada halaman Manajemen Pencapaian, dan pilih impor file untuk memuat data berformat UIAF.")],-1),g=a("h2",{id:"alat-pencapaian-yang-kami-rekomendasikan",tabindex:"-1"},[a("a",{class:"header-anchor",href:"#alat-pencapaian-yang-kami-rekomendasikan","aria-hidden":"true"},"#"),n(" Alat Pencapaian yang Kami Rekomendasikan")],-1),k={href:"https://github.com/HolographicHat/YaeAchievement",target:"_blank",rel:"noopener noreferrer"},_={href:"https://cocogoat.work/",target:"_blank",rel:"noopener noreferrer"};function f(b,x){const t=r("ExternalLinkIcon"),i=r("Badge");return l(),p("div",null,[d,a("ul",null,[a("li",null,[n("Snap Hutao menggunakan "),a("a",s,[n("Uniformed Interchangeable Achievement Format Standar"),e(t)]),n(" untuk menyimpan data pencapaian pengguna "),u]),h]),g,a("ul",null,[a("li",null,[a("p",null,[a("a",k,[n("YaeAchievement"),e(t)]),n(),e(i,{text:"Pengenalan Pencapaian",type:"tip"})])]),a("li",null,[a("p",null,[a("a",_,[n("椰羊 cocogoat"),e(t)]),n(),e(i,{text:"Panduan Pencapaian",type:"tip"})])])])])}const A=o(m,[["render",f],["__file","achievements.html.vue"]]);export{A 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 d}from"./plugin-vue_export-helper-x3n3nnut.js";import{r as l,o,c,a,b as e,d as s,w as n,e as k}from"./app-X3xgKF5S.js";const r={},u=a("h1",{id:"laporkan-bug",tabindex:"-1"},[a("a",{class:"header-anchor",href:"#laporkan-bug","aria-hidden":"true"},"#"),e(" Laporkan Bug")],-1),m=a("p",null,"Anda dapat melaporkan bug ketika menemukan isu yang dapat direproduksi dan tidak dapat diperbaiki sendiri",-1),b=a("p",null,"Sebelum mengirimkan isu Anda, harap lakukan checklist berikut:",-1),p={class:"task-list-container"},h=a("li",{class:"task-list-item"},[a("input",{type:"checkbox",class:"task-list-item-checkbox",id:"task-item-0",disabled:"disabled"}),a("label",{class:"task-list-item-label",for:"task-item-0"}," Pastikan Anda menggunakan versi terbaru Snap Hutao")],-1),_={class:"task-list-item"},g=a("input",{type:"checkbox",class:"task-list-item-checkbox",id:"task-item-1",disabled:"disabled"},null,-1),A={class:"task-list-item-label",for:"task-item-1"},f=a("li",{class:"task-list-item"},[a("input",{type:"checkbox",class:"task-list-item-checkbox",id:"task-item-2",disabled:"disabled"}),a("label",{class:"task-list-item-label",for:"task-item-2"}," Cari isu saat ini di proyek untuk melihat apakah ada isu yang sama atau mirip")],-1),x=a("p",null,"Jika Anda tidak mendapatkan solusi dari checklist di atas, Anda dapat memulai isu baru di GitHub",-1),y={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"},S={href:"https://github.com/DGP-Studio/Snap.Hutao/issues/new/choose",target:"_blank",rel:"noopener noreferrer"},H=k('<li>Anda harus menyertakan informasi berikut dalam isu Anda: <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"> ID perangkat Anda</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"> Versi sistem operasi Anda</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"> Jelaskan isu Anda secara rinci, sehingga pengembang dapat mereplikasi masalah Anda</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"> Bagaimana isu ini dipicu?</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"> Apakah ada pesan kesalahan atau peringatan dari program atau sistem operasi Anda?</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"> Apakah Anda melakukan proses debug sendiri? Apa hasilnya?</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"> Jika isu Anda tentang crash program, Anda perlu mencari <code>.NET error</code> pada Snap Hutao di Windows Event Viewer Anda, dan sertakan dalam isu Anda</label></li></ul></li>',1),D=a("h2",{id:"permintaan-pembaruan-dokumen",tabindex:"-1"},[a("a",{class:"header-anchor",href:"#permintaan-pembaruan-dokumen","aria-hidden":"true"},"#"),e(" Permintaan Pembaruan Dokumen")],-1),E=a("p",null,"Jika Anda merasa dokumen Snap Hutao kekurangan informasi atau mengandung kesalahan, Anda dapat memulai isu di proyek Snap.Hutao.Docs",-1),P={href:"https://github.com/DGP-Studio/Snap.Hutao.Docs/issues/new/choose",target:"_blank",rel:"noopener noreferrer"};function w(G,v){const i=l("RouterLink"),t=l("ExternalLinkIcon");return o(),c("div",null,[u,m,b,a("ul",p,[h,a("li",_,[g,a("label",A,[e(" Periksa dokumen "),s(i,{to:"/id/advanced/FAQ.html"},{default:n(()=>[e("FAQ")]),_:1}),e(" dan "),s(i,{to:"/id/advanced/known-issue.html"},{default:n(()=>[e("masalah yang diketahui")]),_:1})])]),f]),x,a("p",null,[e("Jika Anda membutuhkan contoh isu yang bagus, Anda dapat melihatnya "),a("a",y,[e("di sini"),s(t)])]),a("ul",null,[a("li",null,[e("Kirim isu Anda di GitHub "),a("ul",null,[a("li",null,[a("a",S,[e("github.com/DGP-Studio/Snap.Hutao/issues/new/choose"),s(t)])])])]),H]),D,E,a("ul",null,[a("li",null,[e("Kirim isu Anda di GitHub"),a("a",P,[e("DGP-Studio/Snap.Hutao.Docs"),s(t)])])])])}const J=d(r,[["render",w],["__file","bug-report.html.vue"]]);export{J as default};
import{_ as d}from"./plugin-vue_export-helper-x3n3nnut.js";import{r as l,o,c,a,b as e,d as s,w as n,e as k}from"./app-NbQdb1h2.js";const r={},u=a("h1",{id:"laporkan-bug",tabindex:"-1"},[a("a",{class:"header-anchor",href:"#laporkan-bug","aria-hidden":"true"},"#"),e(" Laporkan Bug")],-1),m=a("p",null,"Anda dapat melaporkan bug ketika menemukan isu yang dapat direproduksi dan tidak dapat diperbaiki sendiri",-1),b=a("p",null,"Sebelum mengirimkan isu Anda, harap lakukan checklist berikut:",-1),p={class:"task-list-container"},h=a("li",{class:"task-list-item"},[a("input",{type:"checkbox",class:"task-list-item-checkbox",id:"task-item-0",disabled:"disabled"}),a("label",{class:"task-list-item-label",for:"task-item-0"}," Pastikan Anda menggunakan versi terbaru Snap Hutao")],-1),_={class:"task-list-item"},g=a("input",{type:"checkbox",class:"task-list-item-checkbox",id:"task-item-1",disabled:"disabled"},null,-1),A={class:"task-list-item-label",for:"task-item-1"},f=a("li",{class:"task-list-item"},[a("input",{type:"checkbox",class:"task-list-item-checkbox",id:"task-item-2",disabled:"disabled"}),a("label",{class:"task-list-item-label",for:"task-item-2"}," Cari isu saat ini di proyek untuk melihat apakah ada isu yang sama atau mirip")],-1),x=a("p",null,"Jika Anda tidak mendapatkan solusi dari checklist di atas, Anda dapat memulai isu baru di GitHub",-1),y={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"},S={href:"https://github.com/DGP-Studio/Snap.Hutao/issues/new/choose",target:"_blank",rel:"noopener noreferrer"},H=k('<li>Anda harus menyertakan informasi berikut dalam isu Anda: <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"> ID perangkat Anda</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"> Versi sistem operasi Anda</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"> Jelaskan isu Anda secara rinci, sehingga pengembang dapat mereplikasi masalah Anda</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"> Bagaimana isu ini dipicu?</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"> Apakah ada pesan kesalahan atau peringatan dari program atau sistem operasi Anda?</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"> Apakah Anda melakukan proses debug sendiri? Apa hasilnya?</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"> Jika isu Anda tentang crash program, Anda perlu mencari <code>.NET error</code> pada Snap Hutao di Windows Event Viewer Anda, dan sertakan dalam isu Anda</label></li></ul></li>',1),D=a("h2",{id:"permintaan-pembaruan-dokumen",tabindex:"-1"},[a("a",{class:"header-anchor",href:"#permintaan-pembaruan-dokumen","aria-hidden":"true"},"#"),e(" Permintaan Pembaruan Dokumen")],-1),E=a("p",null,"Jika Anda merasa dokumen Snap Hutao kekurangan informasi atau mengandung kesalahan, Anda dapat memulai isu di proyek Snap.Hutao.Docs",-1),P={href:"https://github.com/DGP-Studio/Snap.Hutao.Docs/issues/new/choose",target:"_blank",rel:"noopener noreferrer"};function w(G,v){const i=l("RouterLink"),t=l("ExternalLinkIcon");return o(),c("div",null,[u,m,b,a("ul",p,[h,a("li",_,[g,a("label",A,[e(" Periksa dokumen "),s(i,{to:"/id/advanced/FAQ.html"},{default:n(()=>[e("FAQ")]),_:1}),e(" dan "),s(i,{to:"/id/advanced/known-issue.html"},{default:n(()=>[e("masalah yang diketahui")]),_:1})])]),f]),x,a("p",null,[e("Jika Anda membutuhkan contoh isu yang bagus, Anda dapat melihatnya "),a("a",y,[e("di sini"),s(t)])]),a("ul",null,[a("li",null,[e("Kirim isu Anda di GitHub "),a("ul",null,[a("li",null,[a("a",S,[e("github.com/DGP-Studio/Snap.Hutao/issues/new/choose"),s(t)])])])]),H]),D,E,a("ul",null,[a("li",null,[e("Kirim isu Anda di GitHub"),a("a",P,[e("DGP-Studio/Snap.Hutao.Docs"),s(t)])])])])}const J=d(r,[["render",w],["__file","bug-report.html.vue"]]);export{J as default};

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-X3xgKF5S.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-NbQdb1h2.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

View File

@@ -1 +1 @@
import{_ as i}from"./plugin-vue_export-helper-x3n3nnut.js";import{r as t,o as r,c as l,a,b as n,d as k,w as d,e as s}from"./app-X3xgKF5S.js";const u={},o=s('<h1 id="karakter-wiki" tabindex="-1"><a class="header-anchor" href="#karakter-wiki" aria-hidden="true">#</a> Karakter WIKI</h1><p><img src="https://img.alicdn.com/imgextra/i3/1797064093/O1CN01BTeWoh1g6dyHbVwkf_!!1797064093.png_.webp" alt="wiki-karakter" loading="lazy"></p><p>Karakter WIKI adalah fitur WIKI bawaan Snap Hutao yang digunakan untuk mencari informasi tentang setiap karakter.</p><h2 id="data-yang-disertakan" tabindex="-1"><a class="header-anchor" href="#data-yang-disertakan" aria-hidden="true">#</a> Data yang Disertakan</h2><ul><li>Daftar karakter <ul><li>Gunakan ikon di atas daftar, Anda dapat mengubah tampilan antara <code>daftar</code> dan <code>grid</code></li><li>Klik ikon atau judul karakter, dan Anda akan diarahkan ke halaman WIKI-nya</li></ul></li><li>Informasi karakter <ul><li>Informasi karakter <ul><li>Pengantar tentang karakter</li><li>Nilai atribut numerik di setiap level</li><li>Atribut</li></ul></li></ul></li><li>Bakat <ul><li>Pengantar</li><li>Nilai bakat numerik di setiap level</li></ul></li><li>Konstelasi</li><li>Informasi statistik tentang <strong>Tim, penggunaan senjata, penggunaan set artefak</strong> yang disediakan oleh Hutao Database</li><li>Informasi lainnya <ul><li>Tachie karakter</li><li>Makanan khusus</li><li>Kostum</li><li>Cerita karakter</li></ul></li></ul><h2 id="tambahkan-ke-rencana-pengembangan" tabindex="-1"><a class="header-anchor" href="#tambahkan-ke-rencana-pengembangan" aria-hidden="true">#</a> Tambahkan ke Rencana Pengembangan</h2>',6),c=a("code",null,"Rencana Pengembangan",-1),m=a("li",null,[n("Rencana baru akan menetapkan level dasar sebagai "),a("code",null,"1")],-1);function h(g,b){const e=t("RouterLink");return r(),l("div",null,[o,a("ul",null,[a("li",null,[n("Di halaman WIKI karakter, Anda dapat memilih karakter dan klik "),c,n(" di kanan atas untuk menambahkannya ke Rencana Pengembangan Anda "),a("ul",null,[m,a("li",null,[n("Jika Anda ingin membuat Rencana Pengembangan baru berdasarkan karakter yang sudah Anda miliki, Anda dapat mencoba fitur "),k(e,{to:"/id/features/character-data.html"},{default:d(()=>[n("Karakter Saya")]),_:1})])])])])])}const _=i(u,[["render",h],["__file","character-wiki.html.vue"]]);export{_ as default};
import{_ as i}from"./plugin-vue_export-helper-x3n3nnut.js";import{r as t,o as r,c as l,a,b as n,d as k,w as d,e as s}from"./app-NbQdb1h2.js";const u={},o=s('<h1 id="karakter-wiki" tabindex="-1"><a class="header-anchor" href="#karakter-wiki" aria-hidden="true">#</a> Karakter WIKI</h1><p><img src="https://img.alicdn.com/imgextra/i3/1797064093/O1CN01BTeWoh1g6dyHbVwkf_!!1797064093.png_.webp" alt="wiki-karakter" loading="lazy"></p><p>Karakter WIKI adalah fitur WIKI bawaan Snap Hutao yang digunakan untuk mencari informasi tentang setiap karakter.</p><h2 id="data-yang-disertakan" tabindex="-1"><a class="header-anchor" href="#data-yang-disertakan" aria-hidden="true">#</a> Data yang Disertakan</h2><ul><li>Daftar karakter <ul><li>Gunakan ikon di atas daftar, Anda dapat mengubah tampilan antara <code>daftar</code> dan <code>grid</code></li><li>Klik ikon atau judul karakter, dan Anda akan diarahkan ke halaman WIKI-nya</li></ul></li><li>Informasi karakter <ul><li>Informasi karakter <ul><li>Pengantar tentang karakter</li><li>Nilai atribut numerik di setiap level</li><li>Atribut</li></ul></li></ul></li><li>Bakat <ul><li>Pengantar</li><li>Nilai bakat numerik di setiap level</li></ul></li><li>Konstelasi</li><li>Informasi statistik tentang <strong>Tim, penggunaan senjata, penggunaan set artefak</strong> yang disediakan oleh Hutao Database</li><li>Informasi lainnya <ul><li>Tachie karakter</li><li>Makanan khusus</li><li>Kostum</li><li>Cerita karakter</li></ul></li></ul><h2 id="tambahkan-ke-rencana-pengembangan" tabindex="-1"><a class="header-anchor" href="#tambahkan-ke-rencana-pengembangan" aria-hidden="true">#</a> Tambahkan ke Rencana Pengembangan</h2>',6),c=a("code",null,"Rencana Pengembangan",-1),m=a("li",null,[n("Rencana baru akan menetapkan level dasar sebagai "),a("code",null,"1")],-1);function h(g,b){const e=t("RouterLink");return r(),l("div",null,[o,a("ul",null,[a("li",null,[n("Di halaman WIKI karakter, Anda dapat memilih karakter dan klik "),c,n(" di kanan atas untuk menambahkannya ke Rencana Pengembangan Anda "),a("ul",null,[m,a("li",null,[n("Jika Anda ingin membuat Rencana Pengembangan baru berdasarkan karakter yang sudah Anda miliki, Anda dapat mencoba fitur "),k(e,{to:"/id/features/character-data.html"},{default:d(()=>[n("Karakter Saya")]),_:1})])])])])])}const _=i(u,[["render",h],["__file","character-wiki.html.vue"]]);export{_ 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-X3xgKF5S.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/i2/1797064093/O1CN01OKw2Tc1g6e0qbmLe0_!!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-NbQdb1h2.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/i2/1797064093/O1CN01OKw2Tc1g6e0qbmLe0_!!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 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-X3xgKF5S.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-NbQdb1h2.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,a as e,b as a,d as o,w as n,e as d}from"./app-X3xgKF5S.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/i2/1797064093/O1CN01NbT4Kn1g6e0wf51ft_!!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(),c("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 "),o(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,a as e,b as a,d as o,w as n,e as d}from"./app-NbQdb1h2.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/i2/1797064093/O1CN01NbT4Kn1g6e0wf51ft_!!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(),c("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 "),o(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 s,o as r,c as l,a as t,b as o,d as e}from"./app-X3xgKF5S.js";const c={},d=t("h1",{id:"присоединяитесь-к-сообществу",tabindex:"-1"},[t("a",{class:"header-anchor",href:"#присоединяитесь-к-сообществу","aria-hidden":"true"},"#"),o(" Присоединяйтесь к Сообществу")],-1),h=t("p",null,"Как программное обеспечение с открытым исходным кодом, силы сообщества являются важной частью экосистемы Snap Hutao, и вы можете присоединиться к нашему пользовательскому сообществу следующими способами.",-1),u=t("p",null,[t("strong",null,"Если вы считаете, что Snap Hutao - хороший проект и он вам помог, вы можете поддержать нас следующими способами:")],-1),_={href:"https://github.com/DGP-Studio/Snap.Hutao",target:"_blank",rel:"noopener noreferrer"},p=t("img",{src:"https://img.shields.io/github/stars/DGP-Studio/Snap.Hutao?style=plastic&color=red",alt:"hutao.stars",loading:"lazy"},null,-1),m={href:"https://github.com/DGP-Studio/Snap.Hutao.Docs",target:"_blank",rel:"noopener noreferrer"},g=t("img",{src:"https://img.shields.io/github/stars/DGP-Studio/Snap.Hutao.Docs?style=plastic&color=red",alt:"hutao.docs.stars",loading:"lazy"},null,-1),f=t("li",null,[o("Оцените наше приложение в "),t("a",{href:"ms-windows-store://review/?ProductId=9PH4NXJ2JN52"},"Microsoft Store")],-1),b=t("li",null,"Рекламируйте наш проект в своей сети",-1),H=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"}),o(),t("img",{src:"https://img.shields.io/github/last-commit/DGP-Studio/Snap.Hutao?label=Hutao Last Commit&style=for-the-badge",alt:"hutao-last-commit",loading:"lazy"})],-1),S={id:"обсуждение-на-github",tabindex:"-1"},y=t("a",{class:"header-anchor",href:"#обсуждение-на-github","aria-hidden":"true"},"#",-1),k={href:"https://github.com/DGP-Studio/Snap.Hutao/discussions",target:"_blank",rel:"noopener noreferrer"},q={id:"qq-группа-cn",tabindex:"-1"},P=t("a",{class:"header-anchor",href:"#qq-группа-cn","aria-hidden":"true"},"#",-1),D={href:"https://qm.qq.com/q/WJKykrY9W",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=t("em",null,"Группа открытого обсуждения разработчиков Snap",-1),x=t("ul",null,[t("li",null,"Общий технический разговор, не группа разработки проекта Snap Hutao"),t("li",null,"Группа разработчиков требует базовых знаний в области технологий")],-1),Y={id:"discord",tabindex:"-1"},w=t("a",{class:"header-anchor",href:"#discord","aria-hidden":"true"},"#",-1),z={href:"https://discord.gg/Yb8bykaUKp",target:"_blank",rel:"noopener noreferrer"};function B(I,K){const n=s("ExternalLinkIcon"),i=s("HopeIcon");return r(),l("div",null,[d,h,u,t("ul",null,[t("li",null,[o("Поставьте звезду нашему проекту на GitHub ⭐ "),t("ul",null,[t("li",null,[t("a",_,[o("Snap.Hutao"),e(n)]),o(),p]),t("li",null,[t("a",m,[o("Snap.Hutao.Docs"),e(n)]),o(),g])])]),f,b]),H,t("h2",S,[y,o(),e(i,{icon:"iconfont icon-github",size:"1.5rem"}),o(" Обсуждение на GitHub")]),t("p",null,[t("a",k,[o("Обсуждение Snap.Hutao"),e(n)])]),t("h2",q,[P,o(),e(i,{icon:"iconfont icon-qq",size:"1.5rem",color:"rgb(0,126,198)"}),o(" QQ Группа (CN)")]),t("ul",null,[t("li",null,[t("a",D,[o("Snap Hutao"),e(n)])]),t("li",null,[t("a",v,[G,e(n)]),x])]),t("h2",Y,[w,o(),e(i,{icon:"iconfont icon-discord1",size:"1.5rem",color:"rgb(115,139,216)"}),o(" Discord")]),t("p",null,[o("Ссылка приглашения: "),t("a",z,[o("https://discord.gg/Yb8bykUKp"),e(n)])])])}const E=a(c,[["render",B],["__file","community.html.vue"]]);export{E as default};
import{_ as a}from"./plugin-vue_export-helper-x3n3nnut.js";import{r as s,o as r,c as l,a as t,b as o,d as e}from"./app-NbQdb1h2.js";const c={},d=t("h1",{id:"присоединяитесь-к-сообществу",tabindex:"-1"},[t("a",{class:"header-anchor",href:"#присоединяитесь-к-сообществу","aria-hidden":"true"},"#"),o(" Присоединяйтесь к Сообществу")],-1),h=t("p",null,"Как программное обеспечение с открытым исходным кодом, силы сообщества являются важной частью экосистемы Snap Hutao, и вы можете присоединиться к нашему пользовательскому сообществу следующими способами.",-1),u=t("p",null,[t("strong",null,"Если вы считаете, что Snap Hutao - хороший проект и он вам помог, вы можете поддержать нас следующими способами:")],-1),_={href:"https://github.com/DGP-Studio/Snap.Hutao",target:"_blank",rel:"noopener noreferrer"},p=t("img",{src:"https://img.shields.io/github/stars/DGP-Studio/Snap.Hutao?style=plastic&color=red",alt:"hutao.stars",loading:"lazy"},null,-1),m={href:"https://github.com/DGP-Studio/Snap.Hutao.Docs",target:"_blank",rel:"noopener noreferrer"},g=t("img",{src:"https://img.shields.io/github/stars/DGP-Studio/Snap.Hutao.Docs?style=plastic&color=red",alt:"hutao.docs.stars",loading:"lazy"},null,-1),f=t("li",null,[o("Оцените наше приложение в "),t("a",{href:"ms-windows-store://review/?ProductId=9PH4NXJ2JN52"},"Microsoft Store")],-1),b=t("li",null,"Рекламируйте наш проект в своей сети",-1),H=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"}),o(),t("img",{src:"https://img.shields.io/github/last-commit/DGP-Studio/Snap.Hutao?label=Hutao Last Commit&style=for-the-badge",alt:"hutao-last-commit",loading:"lazy"})],-1),S={id:"обсуждение-на-github",tabindex:"-1"},y=t("a",{class:"header-anchor",href:"#обсуждение-на-github","aria-hidden":"true"},"#",-1),k={href:"https://github.com/DGP-Studio/Snap.Hutao/discussions",target:"_blank",rel:"noopener noreferrer"},q={id:"qq-группа-cn",tabindex:"-1"},P=t("a",{class:"header-anchor",href:"#qq-группа-cn","aria-hidden":"true"},"#",-1),D={href:"https://qm.qq.com/q/WJKykrY9W",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=t("em",null,"Группа открытого обсуждения разработчиков Snap",-1),x=t("ul",null,[t("li",null,"Общий технический разговор, не группа разработки проекта Snap Hutao"),t("li",null,"Группа разработчиков требует базовых знаний в области технологий")],-1),Y={id:"discord",tabindex:"-1"},w=t("a",{class:"header-anchor",href:"#discord","aria-hidden":"true"},"#",-1),z={href:"https://discord.gg/Yb8bykaUKp",target:"_blank",rel:"noopener noreferrer"};function B(I,K){const n=s("ExternalLinkIcon"),i=s("HopeIcon");return r(),l("div",null,[d,h,u,t("ul",null,[t("li",null,[o("Поставьте звезду нашему проекту на GitHub ⭐ "),t("ul",null,[t("li",null,[t("a",_,[o("Snap.Hutao"),e(n)]),o(),p]),t("li",null,[t("a",m,[o("Snap.Hutao.Docs"),e(n)]),o(),g])])]),f,b]),H,t("h2",S,[y,o(),e(i,{icon:"iconfont icon-github",size:"1.5rem"}),o(" Обсуждение на GitHub")]),t("p",null,[t("a",k,[o("Обсуждение Snap.Hutao"),e(n)])]),t("h2",q,[P,o(),e(i,{icon:"iconfont icon-qq",size:"1.5rem",color:"rgb(0,126,198)"}),o(" QQ Группа (CN)")]),t("ul",null,[t("li",null,[t("a",D,[o("Snap Hutao"),e(n)])]),t("li",null,[t("a",v,[G,e(n)]),x])]),t("h2",Y,[w,o(),e(i,{icon:"iconfont icon-discord1",size:"1.5rem",color:"rgb(115,139,216)"}),o(" Discord")]),t("p",null,[o("Ссылка приглашения: "),t("a",z,[o("https://discord.gg/Yb8bykUKp"),e(n)])])])}const E=a(c,[["render",B],["__file","community.html.vue"]]);export{E as default};

View File

@@ -1 +1 @@
import{_ as n}from"./plugin-vue_export-helper-x3n3nnut.js";import{r as a,o as s,c,a as e,d as t,b as i}from"./app-X3xgKF5S.js";const r={},u=e("h1",{id:"join-community",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#join-community","aria-hidden":"true"},"#"),i(" Join Community")],-1),d=e("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),m={class:"vp-card-container"};function l(g,p){const o=a("VPCard");return s(),c("div",null,[u,d,e("div",m,[t(o,{title:"Discord",desc:"Yb8bykaUKp",logo:"/images/202312/discord.svg",link:"https://discord.gg/Yb8bykaUKp",background:"rgba(88, 101, 242, 0.15)"}),t(o,{title:"Snap Hutao QQ Group Chat",desc:"567908135",logo:"/images/202312/tencent.svg",link:"https://qm.qq.com/q/WJKykrY9W",background:"rgba(228, 0, 54, 0.15)"}),t(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)"}),t(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,a as e,d as t,b as i}from"./app-NbQdb1h2.js";const r={},u=e("h1",{id:"join-community",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#join-community","aria-hidden":"true"},"#"),i(" Join Community")],-1),d=e("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),m={class:"vp-card-container"};function l(g,p){const o=a("VPCard");return s(),c("div",null,[u,d,e("div",m,[t(o,{title:"Discord",desc:"Yb8bykaUKp",logo:"/images/202312/discord.svg",link:"https://discord.gg/Yb8bykaUKp",background:"rgba(88, 101, 242, 0.15)"}),t(o,{title:"Snap Hutao QQ Group Chat",desc:"567908135",logo:"/images/202312/tencent.svg",link:"https://qm.qq.com/q/WJKykrY9W",background:"rgba(228, 0, 54, 0.15)"}),t(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)"}),t(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 s}from"./plugin-vue_export-helper-x3n3nnut.js";import{r as c,o as a,c as n,a as o,d as t,b as i}from"./app-X3xgKF5S.js";const r={},d=o("h1",{id:"加入用户社区",tabindex:"-1"},[o("a",{class:"header-anchor",href:"#加入用户社区","aria-hidden":"true"},"#"),i(" 加入用户社区")],-1),l=o("p",null,"作为开源软件,社区动力是胡桃工具箱生态的重要组成部分,你可以在通过下面的方式加入到胡桃的用户社区中。",-1),g={class:"vp-card-container"};function m(u,_){const e=c("VPCard");return a(),n("div",null,[d,l,o("div",g,[t(e,{title:"Discord",desc:"Yb8bykaUKp",logo:"/images/202312/discord.svg",link:"https://discord.gg/Yb8bykaUKp",background:"rgba(88, 101, 242, 0.15)"}),t(e,{title:"胡桃 QQ 用户群",desc:"567908135",logo:"/images/202312/tencent.svg",link:"https://qm.qq.com/q/WJKykrY9W",background:"rgba(228, 0, 54, 0.15)"}),t(e,{title:"胡桃 QQ 公告群",desc:"仅用于发布公告,适合习惯潜水而不希望错误重要消息的用户",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(245, 158, 0, 0.15)"}),t(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=s(r,[["render",m],["__file","community.html.vue"]]);export{p as default};
import{_ as s}from"./plugin-vue_export-helper-x3n3nnut.js";import{r as c,o as a,c as n,a as o,d as t,b as i}from"./app-NbQdb1h2.js";const r={},d=o("h1",{id:"加入用户社区",tabindex:"-1"},[o("a",{class:"header-anchor",href:"#加入用户社区","aria-hidden":"true"},"#"),i(" 加入用户社区")],-1),l=o("p",null,"作为开源软件,社区动力是胡桃工具箱生态的重要组成部分,你可以在通过下面的方式加入到胡桃的用户社区中。",-1),g={class:"vp-card-container"};function m(u,_){const e=c("VPCard");return a(),n("div",null,[d,l,o("div",g,[t(e,{title:"Discord",desc:"Yb8bykaUKp",logo:"/images/202312/discord.svg",link:"https://discord.gg/Yb8bykaUKp",background:"rgba(88, 101, 242, 0.15)"}),t(e,{title:"胡桃 QQ 用户群",desc:"567908135",logo:"/images/202312/tencent.svg",link:"https://qm.qq.com/q/WJKykrY9W",background:"rgba(228, 0, 54, 0.15)"}),t(e,{title:"胡桃 QQ 公告群",desc:"仅用于发布公告,适合习惯潜水而不希望错误重要消息的用户",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(245, 158, 0, 0.15)"}),t(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=s(r,[["render",m],["__file","community.html.vue"]]);export{p as default};

View File

@@ -1 +1 @@
import{_ as r}from"./plugin-vue_export-helper-x3n3nnut.js";import{r as i,o as s,c as l,a,b as t,d as o}from"./app-X3xgKF5S.js";const u={},d=a("h1",{id:"bergabung-dalam-komunitas",tabindex:"-1"},[a("a",{class:"header-anchor",href:"#bergabung-dalam-komunitas","aria-hidden":"true"},"#"),t(" Bergabung dalam Komunitas")],-1),c=a("p",null,"Sebagai perangkat lunak sumber terbuka, kekuatan komunitas adalah bagian penting dari ekologi Snap Hutao, dan Anda dapat bergabung dalam komunitas pengguna kami dengan cara berikut.",-1),h=a("p",null,[a("strong",null,"Jika Anda percaya bahwa Snap Hutao adalah proyek yang baik dan membantu Anda, Anda dapat mendukung kami dengan cara-cara berikut:")],-1),m={href:"https://github.com/DGP-Studio/Snap.Hutao",target:"_blank",rel:"noopener noreferrer"},p=a("img",{src:"https://img.shields.io/github/stars/DGP-Studio/Snap.Hutao?style=plastic&color=red",alt:"hutao.stars",loading:"lazy"},null,-1),g={href:"https://github.com/DGP-Studio/Snap.Hutao.Docs",target:"_blank",rel:"noopener noreferrer"},_=a("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=a("li",null,[t("Beri peringkat pada Aplikasi kami di "),a("a",{href:"ms-windows-store://review/?ProductId=9PH4NXJ2JN52"},"Microsoft Store")],-1),k=a("li",null,"Promosikan proyek kami dalam jaringan Anda",-1),f=a("p",null,[a("img",{src:"https://img.shields.io/github/commit-activity/y/DGP-Studio/Snap.Hutao?style=for-the-badge",alt:"commit_activity",loading:"lazy"}),t(),a("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),y={id:"diskusi-github",tabindex:"-1"},S=a("a",{class:"header-anchor",href:"#diskusi-github","aria-hidden":"true"},"#",-1),H={href:"https://github.com/DGP-Studio/Snap.Hutao/discussions",target:"_blank",rel:"noopener noreferrer"},D={id:"grup-qq-cn",tabindex:"-1"},P=a("a",{class:"header-anchor",href:"#grup-qq-cn","aria-hidden":"true"},"#",-1),q={href:"https://qm.qq.com/q/WJKykrY9W",target:"_blank",rel:"noopener noreferrer"},G={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"},v=a("em",null,"Snap Developer Open Discussion Group",-1),x=a("ul",null,[a("li",null,"Pembicaraan teknologi umum, bukan grup pengembangan Proyek Snap Hutao"),a("li",null,"Grup Dev memerlukan pengetahuan teknologi dasar")],-1),B={id:"discord",tabindex:"-1"},w=a("a",{class:"header-anchor",href:"#discord","aria-hidden":"true"},"#",-1),Y={href:"https://discord.gg/Yb8bykaUKp",target:"_blank",rel:"noopener noreferrer"};function z(K,A){const e=i("ExternalLinkIcon"),n=i("HopeIcon");return s(),l("div",null,[d,c,h,a("ul",null,[a("li",null,[t("Beri bintang pada proyek kami di GitHub ⭐ "),a("ul",null,[a("li",null,[a("a",m,[t("Snap.Hutao"),o(e)]),t(),p]),a("li",null,[a("a",g,[t("Snap.Hutao.Docs"),o(e)]),t(),_])])]),b,k]),f,a("h2",y,[S,t(),o(n,{icon:"iconfont icon-github",size:"1.5rem"}),t(" Diskusi GitHub")]),a("p",null,[a("a",H,[t("Diskusi Snap.Hutao"),o(e)])]),a("h2",D,[P,t(),o(n,{icon:"iconfont icon-qq",size:"1.5rem",color:"rgb(0,126,198)"}),t(" Grup QQ (CN)")]),a("ul",null,[a("li",null,[a("a",q,[t("Snap Hutao"),o(e)])]),a("li",null,[a("a",G,[v,o(e)]),x])]),a("h2",B,[w,t(),o(n,{icon:"iconfont icon-discord1",size:"1.5rem",color:"rgb(115,139,216)"}),t(" Discord")]),a("p",null,[t("Tautan undangan: "),a("a",Y,[t("https://discord.gg/Yb8bykaUKp"),o(e)])])])}const N=r(u,[["render",z],["__file","community.html.vue"]]);export{N as default};
import{_ as r}from"./plugin-vue_export-helper-x3n3nnut.js";import{r as i,o as s,c as l,a,b as t,d as o}from"./app-NbQdb1h2.js";const u={},d=a("h1",{id:"bergabung-dalam-komunitas",tabindex:"-1"},[a("a",{class:"header-anchor",href:"#bergabung-dalam-komunitas","aria-hidden":"true"},"#"),t(" Bergabung dalam Komunitas")],-1),c=a("p",null,"Sebagai perangkat lunak sumber terbuka, kekuatan komunitas adalah bagian penting dari ekologi Snap Hutao, dan Anda dapat bergabung dalam komunitas pengguna kami dengan cara berikut.",-1),h=a("p",null,[a("strong",null,"Jika Anda percaya bahwa Snap Hutao adalah proyek yang baik dan membantu Anda, Anda dapat mendukung kami dengan cara-cara berikut:")],-1),m={href:"https://github.com/DGP-Studio/Snap.Hutao",target:"_blank",rel:"noopener noreferrer"},p=a("img",{src:"https://img.shields.io/github/stars/DGP-Studio/Snap.Hutao?style=plastic&color=red",alt:"hutao.stars",loading:"lazy"},null,-1),g={href:"https://github.com/DGP-Studio/Snap.Hutao.Docs",target:"_blank",rel:"noopener noreferrer"},_=a("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=a("li",null,[t("Beri peringkat pada Aplikasi kami di "),a("a",{href:"ms-windows-store://review/?ProductId=9PH4NXJ2JN52"},"Microsoft Store")],-1),k=a("li",null,"Promosikan proyek kami dalam jaringan Anda",-1),f=a("p",null,[a("img",{src:"https://img.shields.io/github/commit-activity/y/DGP-Studio/Snap.Hutao?style=for-the-badge",alt:"commit_activity",loading:"lazy"}),t(),a("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),y={id:"diskusi-github",tabindex:"-1"},S=a("a",{class:"header-anchor",href:"#diskusi-github","aria-hidden":"true"},"#",-1),H={href:"https://github.com/DGP-Studio/Snap.Hutao/discussions",target:"_blank",rel:"noopener noreferrer"},D={id:"grup-qq-cn",tabindex:"-1"},P=a("a",{class:"header-anchor",href:"#grup-qq-cn","aria-hidden":"true"},"#",-1),q={href:"https://qm.qq.com/q/WJKykrY9W",target:"_blank",rel:"noopener noreferrer"},G={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"},v=a("em",null,"Snap Developer Open Discussion Group",-1),x=a("ul",null,[a("li",null,"Pembicaraan teknologi umum, bukan grup pengembangan Proyek Snap Hutao"),a("li",null,"Grup Dev memerlukan pengetahuan teknologi dasar")],-1),B={id:"discord",tabindex:"-1"},w=a("a",{class:"header-anchor",href:"#discord","aria-hidden":"true"},"#",-1),Y={href:"https://discord.gg/Yb8bykaUKp",target:"_blank",rel:"noopener noreferrer"};function z(K,A){const e=i("ExternalLinkIcon"),n=i("HopeIcon");return s(),l("div",null,[d,c,h,a("ul",null,[a("li",null,[t("Beri bintang pada proyek kami di GitHub ⭐ "),a("ul",null,[a("li",null,[a("a",m,[t("Snap.Hutao"),o(e)]),t(),p]),a("li",null,[a("a",g,[t("Snap.Hutao.Docs"),o(e)]),t(),_])])]),b,k]),f,a("h2",y,[S,t(),o(n,{icon:"iconfont icon-github",size:"1.5rem"}),t(" Diskusi GitHub")]),a("p",null,[a("a",H,[t("Diskusi Snap.Hutao"),o(e)])]),a("h2",D,[P,t(),o(n,{icon:"iconfont icon-qq",size:"1.5rem",color:"rgb(0,126,198)"}),t(" Grup QQ (CN)")]),a("ul",null,[a("li",null,[a("a",q,[t("Snap Hutao"),o(e)])]),a("li",null,[a("a",G,[v,o(e)]),x])]),a("h2",B,[w,t(),o(n,{icon:"iconfont icon-discord1",size:"1.5rem",color:"rgb(115,139,216)"}),t(" Discord")]),a("p",null,[t("Tautan undangan: "),a("a",Y,[t("https://discord.gg/Yb8bykaUKp"),o(e)])])])}const N=r(u,[["render",z],["__file","community.html.vue"]]);export{N as default};

View File

@@ -1 +1 @@
import{_ as l}from"./plugin-vue_export-helper-x3n3nnut.js";import{r as s,o as r,c,a as e,b as o,d as t,e as a}from"./app-X3xgKF5S.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=a("<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><li>它们的中文名分别是 <code>.NET 桌面开发</code>、<code>使用 C++ 的桌面开发</code>和<code>通用 Windows 平台开发</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),E=e("li",null,[o("所有不是从项目其它分支发起的 Pull Request 都只被允许合并进 "),e("code",null,"develop"),o(" 分支")],-1),H={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),N={id:"测试打包程序",tabindex:"-1"},q=e("a",{class:"header-anchor",href:"#测试打包程序","aria-hidden":"true"},"#",-1),C=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),B=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(T,y){const n=s("ExternalLinkIcon"),i=s("HopeIcon");return r(),c("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,[E,e("li",null,[o("如果你提交的代码与已有的 issue 相关,请使用请使用"),e("a",H,[o("关键词"),t(n)]),o(" 将你的 PR 与相关的 issue 关联起来。这样当你的 PR 最终被合并进 "),G,o(" 主分支时,这些 issue 将被自动关闭。")])]),e("h2",N,[q,o(),t(i,{icon:"iconfont icon-build-package",size:"1.5rem",color:"rgb(254,189,105)"}),o(" 测试打包程序")]),C,e("p",null,[o("你需要以"),B,o("添加"),e("a",I,[o("DGP Studio CA 证书"),t(n)]),o("到你的本地设备上以允许操作系统安装测试版安装包。")])])}const W=l(d,[["render",R],["__file","contribute.html.vue"]]);export{W as default};
import{_ as l}from"./plugin-vue_export-helper-x3n3nnut.js";import{r as s,o as r,c,a as e,b as o,d as t,e as a}from"./app-NbQdb1h2.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=a("<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><li>它们的中文名分别是 <code>.NET 桌面开发</code>、<code>使用 C++ 的桌面开发</code>和<code>通用 Windows 平台开发</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),E=e("li",null,[o("所有不是从项目其它分支发起的 Pull Request 都只被允许合并进 "),e("code",null,"develop"),o(" 分支")],-1),H={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),N={id:"测试打包程序",tabindex:"-1"},q=e("a",{class:"header-anchor",href:"#测试打包程序","aria-hidden":"true"},"#",-1),C=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),B=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(T,y){const n=s("ExternalLinkIcon"),i=s("HopeIcon");return r(),c("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,[E,e("li",null,[o("如果你提交的代码与已有的 issue 相关,请使用请使用"),e("a",H,[o("关键词"),t(n)]),o(" 将你的 PR 与相关的 issue 关联起来。这样当你的 PR 最终被合并进 "),G,o(" 主分支时,这些 issue 将被自动关闭。")])]),e("h2",N,[q,o(),t(i,{icon:"iconfont icon-build-package",size:"1.5rem",color:"rgb(254,189,105)"}),o(" 测试打包程序")]),C,e("p",null,[o("你需要以"),B,o("添加"),e("a",I,[o("DGP Studio CA 证书"),t(n)]),o("到你的本地设备上以允许操作系统安装测试版安装包。")])])}const W=l(d,[["render",R],["__file","contribute.html.vue"]]);export{W as default};

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -1 +1 @@
import{_ 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-X3xgKF5S.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-NbQdb1h2.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};

View File

@@ -1 +1 @@
import{_ as l}from"./plugin-vue_export-helper-x3n3nnut.js";import{o as i,c as a,e}from"./app-X3xgKF5S.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/O1CN01Nlz8ca1g6e0tyxrBa_!!1797064093.png_.webp" alt="仪表盘" loading="lazy"></p><p>胡桃工具箱启动后会默认进入首页仪表盘,上半部分为你的个人游戏数据,下半部分为近期游戏公告及游戏活动倒计时。</p><ul><li>Snap Hutao 公告 <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>实时便笺 <ul><li>仪表盘中将显示实时便笺数据</li><li>如在胡桃工具箱中有多个激活的实时便笺,你可以使用实时便笺两侧的箭头按钮来切换档案</li></ul></li><li>游戏公告 <ul><li>你可以在仪表盘下半部分找到实时游戏公告</li><li>默认的数据源为国服官服数据,你可以在胡桃工具箱的设置中更改数据源</li></ul></li></ul>',4),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-NbQdb1h2.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/O1CN01Nlz8ca1g6e0tyxrBa_!!1797064093.png_.webp" alt="仪表盘" loading="lazy"></p><p>胡桃工具箱启动后会默认进入首页仪表盘,上半部分为你的个人游戏数据,下半部分为近期游戏公告及游戏活动倒计时。</p><ul><li>Snap Hutao 公告 <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>实时便笺 <ul><li>仪表盘中将显示实时便笺数据</li><li>如在胡桃工具箱中有多个激活的实时便笺,你可以使用实时便笺两侧的箭头按钮来切换档案</li></ul></li><li>游戏公告 <ul><li>你可以在仪表盘下半部分找到实时游戏公告</li><li>默认的数据源为国服官服数据,你可以在胡桃工具箱的设置中更改数据源</li></ul></li></ul>',4),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 a}from"./plugin-vue_export-helper-x3n3nnut.js";import{o as i,c as n,e}from"./app-X3xgKF5S.js";const t={},d=e('<h1 id="dashboard-beranda" tabindex="-1"><a class="header-anchor" href="#dashboard-beranda" aria-hidden="true">#</a> Dashboard Beranda</h1><p><img src="https://img.alicdn.com/imgextra/i2/1797064093/O1CN01BV3VBz1g6dy4fyYJw_!!1797064093.png_.webp" alt="Screenshot dashboard" loading="lazy"></p><p>Snap Hutao akan masuk ke dashboard beranda secara default ketika dibuka. Bagian atas merupakan data permainan pribadi Anda; bagian bawah adalah pengumuman permainan terbaru dan hitungan mundur acara dalam hari dan jam.</p><p>Dashboard data permainan meliputi:</p><ul><li>Pengumuman Snap Hutao <ul><li>Jika tim pengembang Snap Hutao menerbitkan pengumuman baru, itu akan ditampilkan di dashboard, dan bisa ditutup secara manual</li></ul></li><li>Akun Snap Hutao <ul><li>Jika Anda sudah masuk ke akun Snap Hutao, alamat email Anda akan ditampilkan di atas; Jika belum masuk, akan ada petunjuk untuk mendaftar/masuk</li></ul></li><li>Peluncur permainan <ul><li>Anda dapat memilih akun Anda dan memulai permainan dari dashboard</li></ul></li><li>Riwayat keinginan (Wish history) <ul><li>UID permainan dan hitungan pity dalam bentuk progress bar akan ditampilkan di dashboard</li><li>Jika Anda memiliki beberapa arsip riwayat keinginan, Anda dapat menggunakan tombol panah di sisi kiri dan kanan grafik untuk beralih arsip</li></ul></li><li>Statistik pencapaian (Achievement statistics) <ul><li>Grafik statistik pencapaian mencakup jumlah pencapaian yang diperoleh, persentase, dan pencapaian terbaru yang diperoleh</li><li>Jika Anda memiliki beberapa arsip pencapaian, Anda dapat menggunakan tombol panah di sisi kiri dan kanan grafik untuk beralih arsip</li></ul></li><li>Catatan Real-time (Real-time Notes) <ul><li>Data catatan real-time akan ditampilkan di dashboard beranda</li><li>Jika Anda memiliki beberapa akun catatan real-time yang diaktifkan, Anda dapat menggunakan tombol panah di sisi kiri dan kanan grafik untuk beralih akun</li></ul></li></ul>',5),l=[d];function r(u,m){return i(),n("div",null,l)}const k=a(t,[["render",r],["__file","dashboard.html.vue"]]);export{k as default};
import{_ as a}from"./plugin-vue_export-helper-x3n3nnut.js";import{o as i,c as n,e}from"./app-NbQdb1h2.js";const t={},d=e('<h1 id="dashboard-beranda" tabindex="-1"><a class="header-anchor" href="#dashboard-beranda" aria-hidden="true">#</a> Dashboard Beranda</h1><p><img src="https://img.alicdn.com/imgextra/i2/1797064093/O1CN01BV3VBz1g6dy4fyYJw_!!1797064093.png_.webp" alt="Screenshot dashboard" loading="lazy"></p><p>Snap Hutao akan masuk ke dashboard beranda secara default ketika dibuka. Bagian atas merupakan data permainan pribadi Anda; bagian bawah adalah pengumuman permainan terbaru dan hitungan mundur acara dalam hari dan jam.</p><p>Dashboard data permainan meliputi:</p><ul><li>Pengumuman Snap Hutao <ul><li>Jika tim pengembang Snap Hutao menerbitkan pengumuman baru, itu akan ditampilkan di dashboard, dan bisa ditutup secara manual</li></ul></li><li>Akun Snap Hutao <ul><li>Jika Anda sudah masuk ke akun Snap Hutao, alamat email Anda akan ditampilkan di atas; Jika belum masuk, akan ada petunjuk untuk mendaftar/masuk</li></ul></li><li>Peluncur permainan <ul><li>Anda dapat memilih akun Anda dan memulai permainan dari dashboard</li></ul></li><li>Riwayat keinginan (Wish history) <ul><li>UID permainan dan hitungan pity dalam bentuk progress bar akan ditampilkan di dashboard</li><li>Jika Anda memiliki beberapa arsip riwayat keinginan, Anda dapat menggunakan tombol panah di sisi kiri dan kanan grafik untuk beralih arsip</li></ul></li><li>Statistik pencapaian (Achievement statistics) <ul><li>Grafik statistik pencapaian mencakup jumlah pencapaian yang diperoleh, persentase, dan pencapaian terbaru yang diperoleh</li><li>Jika Anda memiliki beberapa arsip pencapaian, Anda dapat menggunakan tombol panah di sisi kiri dan kanan grafik untuk beralih arsip</li></ul></li><li>Catatan Real-time (Real-time Notes) <ul><li>Data catatan real-time akan ditampilkan di dashboard beranda</li><li>Jika Anda memiliki beberapa akun catatan real-time yang diaktifkan, Anda dapat menggunakan tombol panah di sisi kiri dan kanan grafik untuk beralih akun</li></ul></li></ul>',5),l=[d];function r(u,m){return i(),n("div",null,l)}const k=a(t,[["render",r],["__file","dashboard.html.vue"]]);export{k 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-X3xgKF5S.js";const n={},o=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/i1/1797064093/O1CN01KtqmTn1g6e0ylZXLp_!!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><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>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><li>In-game Announcement <ul><li>You can find realtime in-game announcement at the button part of the dashboard</li><li><strong>By default, the source of in-game announcement are CN server, you can modify the source in Snap Hutao settings page</strong></li></ul></li></ul>',4),l=[o];function s(r,c){return a(),t("div",null,l)}const u=e(n,[["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-NbQdb1h2.js";const n={},o=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/i1/1797064093/O1CN01KtqmTn1g6e0ylZXLp_!!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><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>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><li>In-game Announcement <ul><li>You can find realtime in-game announcement at the button part of the dashboard</li><li><strong>By default, the source of in-game announcement are CN server, you can modify the source in Snap Hutao settings page</strong></li></ul></li></ul>',4),l=[o];function s(r,c){return a(),t("div",null,l)}const u=e(n,[["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-X3xgKF5S.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-NbQdb1h2.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-X3xgKF5S.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,"Download 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-NbQdb1h2.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,"Download 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 i,a as e,b as n,d as l}from"./app-X3xgKF5S.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-NbQdb1h2.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 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-X3xgKF5S.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-NbQdb1h2.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 i,o,c as s,a as n,b as a,d as l}from"./app-X3xgKF5S.js";const r={},d=n("h1",{id:"menginstal-dependency-secara-manual",tabindex:"-1"},[n("a",{class:"header-anchor",href:"#menginstal-dependency-secara-manual","aria-hidden":"true"},"#"),a(" Menginstal Dependency Secara Manual")],-1),u=n("p",null,"Snap Hutao bergantung pada Windows App Runtime sebagai Dependency, ketika sistem pengguna tidak memiliki environment ini, Windows akan menginstal framework ini sebelum instalasi Snap Hutao.",-1),c=n("p",null,[n("img",{src:"https://img.alicdn.com/imgextra/i3/1797064093/O1CN01RJFPnY1g6dye2b8Uy_!!1797064093.png_.webp",alt:"",loading:"lazy"})],-1),m=n("p",null,"Jika Anda berada dalam jaringan yang buruk, Anda mungkin mengalami kelambatan atau bahkan terhenti pada tahap instalasi framework. Dalam skenario seperti itu, Anda dapat mengunduh framework dari situs web Microsoft dan menginstalnya secara manual.",-1),p={href:"https://learn.microsoft.com/en-us/windows/apps/windows-app-sdk/downloads",target:"_blank",rel:"noopener noreferrer"},_=n("li",null,[a("Klik "),n("code",null,"Download the latest x64 stable installer"),a(" untuk mengunduh instalator offline")],-1),h=n("li",null,"Jalankan instalator Windows App Runtime yang baru saja Anda unduh, lalu instal Snap Hutao",-1);function g(k,f){const e=i("ExternalLinkIcon");return o(),s("div",null,[d,u,c,m,n("ol",null,[n("li",null,[a("Kunjungi halaman dokumen Microsoft: "),n("a",p,[a("Unduhan terbaru untuk Windows App SDK"),l(e)])]),_,h])])}const y=t(r,[["render",g],["__file","dependency.html.vue"]]);export{y as default};
import{_ as t}from"./plugin-vue_export-helper-x3n3nnut.js";import{r as i,o,c as s,a as n,b as a,d as l}from"./app-NbQdb1h2.js";const r={},d=n("h1",{id:"menginstal-dependency-secara-manual",tabindex:"-1"},[n("a",{class:"header-anchor",href:"#menginstal-dependency-secara-manual","aria-hidden":"true"},"#"),a(" Menginstal Dependency Secara Manual")],-1),u=n("p",null,"Snap Hutao bergantung pada Windows App Runtime sebagai Dependency, ketika sistem pengguna tidak memiliki environment ini, Windows akan menginstal framework ini sebelum instalasi Snap Hutao.",-1),c=n("p",null,[n("img",{src:"https://img.alicdn.com/imgextra/i3/1797064093/O1CN01RJFPnY1g6dye2b8Uy_!!1797064093.png_.webp",alt:"",loading:"lazy"})],-1),m=n("p",null,"Jika Anda berada dalam jaringan yang buruk, Anda mungkin mengalami kelambatan atau bahkan terhenti pada tahap instalasi framework. Dalam skenario seperti itu, Anda dapat mengunduh framework dari situs web Microsoft dan menginstalnya secara manual.",-1),p={href:"https://learn.microsoft.com/en-us/windows/apps/windows-app-sdk/downloads",target:"_blank",rel:"noopener noreferrer"},_=n("li",null,[a("Klik "),n("code",null,"Download the latest x64 stable installer"),a(" untuk mengunduh instalator offline")],-1),h=n("li",null,"Jalankan instalator Windows App Runtime yang baru saja Anda unduh, lalu instal Snap Hutao",-1);function g(k,f){const e=i("ExternalLinkIcon");return o(),s("div",null,[d,u,c,m,n("ol",null,[n("li",null,[a("Kunjungi halaman dokumen Microsoft: "),n("a",p,[a("Unduhan terbaru untuk Windows App SDK"),l(e)])]),_,h])])}const y=t(r,[["render",g],["__file","dependency.html.vue"]]);export{y as default};

View File

@@ -1 +1 @@
import{_ as o}from"./plugin-vue_export-helper-x3n3nnut.js";import{r as n,o as r,c as d,a as e,b as a,d as i,w as c,e as t}from"./app-X3xgKF5S.js";const s={},h=t('<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/i4/1797064093/O1CN01zzcpWb1g6e0m2xFYJ_!!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>',6),u=e("li",null,[a("Click "),e("code",null,"My Characters"),a(" from the left menu bar")],-1),p=e("li",null,"Select the character you want to add",-1),f=e("li",null,"By default, add goals from WIKIs will set base level as player's live data",-1),m=t('<h2 id="inventory-items" tabindex="-1"><a class="header-anchor" href="#inventory-items" aria-hidden="true">#</a> Inventory Items</h2><ul><li>In the left column of the Snap Hutao, click the <code>Dev Plan</code> feature.</li><li>Click the <code>Inventory Item</code> in the function bar</li><li>In the upper right part of the overall interface of the Snap Hutao, click the <code>Create New Plan</code> button.</li><li>In the pop-up window of <code>Create a New Dev Plan</code>, fill in the name of the cultivation plan to be created. <ul><li>Here you can check &quot;Bind the currently selected account character&quot;.</li><li>The drop-down option box to the left of the &quot;Create New Plan&quot; button allows you to <strong>switch between different Dev Plans</strong> at will.</li></ul></li></ul>',2);function v(_,w){const l=n("RouterLink");return r(),d("div",null,[h,e("ul",null,[u,p,e("li",null,[a("In the pop-up window, input the base level and target level "),e("ul",null,[f,e("li",null,[a("Refer to "),i(l,{to:"/en/features/character-data.html#sync-character-data"},{default:c(()=>[a("My Characters")]),_:1}),a(" document to get more guides")])])])]),m])}const I=o(s,[["render",v],["__file","develop-plan.html.vue"]]);export{I as default};
import{_ as o}from"./plugin-vue_export-helper-x3n3nnut.js";import{r as n,o as r,c as d,a as e,b as a,d as i,w as c,e as t}from"./app-NbQdb1h2.js";const s={},h=t('<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/i4/1797064093/O1CN01zzcpWb1g6e0m2xFYJ_!!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>',6),u=e("li",null,[a("Click "),e("code",null,"My Characters"),a(" from the left menu bar")],-1),p=e("li",null,"Select the character you want to add",-1),f=e("li",null,"By default, add goals from WIKIs will set base level as player's live data",-1),m=t('<h2 id="inventory-items" tabindex="-1"><a class="header-anchor" href="#inventory-items" aria-hidden="true">#</a> Inventory Items</h2><ul><li>In the left column of the Snap Hutao, click the <code>Dev Plan</code> feature.</li><li>Click the <code>Inventory Item</code> in the function bar</li><li>In the upper right part of the overall interface of the Snap Hutao, click the <code>Create New Plan</code> button.</li><li>In the pop-up window of <code>Create a New Dev Plan</code>, fill in the name of the cultivation plan to be created. <ul><li>Here you can check &quot;Bind the currently selected account character&quot;.</li><li>The drop-down option box to the left of the &quot;Create New Plan&quot; button allows you to <strong>switch between different Dev Plans</strong> at will.</li></ul></li></ul>',2);function v(_,w){const l=n("RouterLink");return r(),d("div",null,[h,e("ul",null,[u,p,e("li",null,[a("In the pop-up window, input the base level and target level "),e("ul",null,[f,e("li",null,[a("Refer to "),i(l,{to:"/en/features/character-data.html#sync-character-data"},{default:c(()=>[a("My Characters")]),_:1}),a(" document to get more guides")])])])]),m])}const I=o(s,[["render",v],["__file","develop-plan.html.vue"]]);export{I 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 d,a as e,b as l,d as r,w as u,e as i}from"./app-X3xgKF5S.js";const c={},s=i('<h1 id="养成计划" tabindex="-1"><a class="header-anchor" href="#养成计划" aria-hidden="true">#</a> 养成计划</h1><p><img src="https://img.alicdn.com/imgextra/i4/1797064093/O1CN01hTUFrK1g6e0qblsZV_!!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>在胡桃工具箱的整体界面右上部分,点击<code>养成计算</code>按钮</li><li>在弹出的<code>添加到当前养成计划</code>的窗口中,填写角色需要计算的各项属性的起始等级以及目标等级 <ul><li>基于 WIKI 资料添加的养成目标,默认初始值为 1 级</li></ul></li></ul><h3 id="基于玩家数据添加" tabindex="-1"><a class="header-anchor" href="#基于玩家数据添加" aria-hidden="true">#</a> 基于玩家数据添加</h3>',6),h=e("li",null,[l("在胡桃工具箱的左侧栏目中,点击"),e("code",null,"我的角色"),l("功能")],-1),_=e("li",null,[l("在选中角色后,点击右上角的"),e("code",null,"养成计算"),l("按钮")],-1),E=e("li",null,"基于玩家数据添加的养成目标,默认初始等级为玩家当前的角色等级",-1),p=i('<h2 id="背包物品" tabindex="-1"><a class="header-anchor" href="#背包物品" aria-hidden="true">#</a> 背包物品</h2><ul><li>在胡桃工具箱的左侧栏目中,点击&quot;养成计划&quot;功能</li><li>点击背包物品功能栏</li><li>在胡桃工具箱的整体界面右上部分,点击&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>',2);function f(m,q){const t=o("RouterLink");return n(),d("div",null,[s,e("ul",null,[h,_,e("li",null,[l('在弹出的"添加到当前养成计划"的窗口中,填写角色需要计算的各项属性的"起始等级"以及"目标等级" '),e("ul",null,[E,e("li",null,[l("请参考"),r(t,{to:"/zh/features/character-data.html#%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"},{default:u(()=>[l("属性统计")]),_:1}),l("文档以获取更多信息")])])])]),p])}const A=a(c,[["render",f],["__file","develop-plan.html.vue"]]);export{A as default};
import{_ as a}from"./plugin-vue_export-helper-x3n3nnut.js";import{r as o,o as n,c as d,a as e,b as l,d as r,w as u,e as i}from"./app-NbQdb1h2.js";const c={},s=i('<h1 id="养成计划" tabindex="-1"><a class="header-anchor" href="#养成计划" aria-hidden="true">#</a> 养成计划</h1><p><img src="https://img.alicdn.com/imgextra/i4/1797064093/O1CN01hTUFrK1g6e0qblsZV_!!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>在胡桃工具箱的整体界面右上部分,点击<code>养成计算</code>按钮</li><li>在弹出的<code>添加到当前养成计划</code>的窗口中,填写角色需要计算的各项属性的起始等级以及目标等级 <ul><li>基于 WIKI 资料添加的养成目标,默认初始值为 1 级</li></ul></li></ul><h3 id="基于玩家数据添加" tabindex="-1"><a class="header-anchor" href="#基于玩家数据添加" aria-hidden="true">#</a> 基于玩家数据添加</h3>',6),h=e("li",null,[l("在胡桃工具箱的左侧栏目中,点击"),e("code",null,"我的角色"),l("功能")],-1),_=e("li",null,[l("在选中角色后,点击右上角的"),e("code",null,"养成计算"),l("按钮")],-1),E=e("li",null,"基于玩家数据添加的养成目标,默认初始等级为玩家当前的角色等级",-1),p=i('<h2 id="背包物品" tabindex="-1"><a class="header-anchor" href="#背包物品" aria-hidden="true">#</a> 背包物品</h2><ul><li>在胡桃工具箱的左侧栏目中,点击&quot;养成计划&quot;功能</li><li>点击背包物品功能栏</li><li>在胡桃工具箱的整体界面右上部分,点击&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>',2);function f(m,q){const t=o("RouterLink");return n(),d("div",null,[s,e("ul",null,[h,_,e("li",null,[l('在弹出的"添加到当前养成计划"的窗口中,填写角色需要计算的各项属性的"起始等级"以及"目标等级" '),e("ul",null,[E,e("li",null,[l("请参考"),r(t,{to:"/zh/features/character-data.html#%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"},{default:u(()=>[l("属性统计")]),_:1}),l("文档以获取更多信息")])])])]),p])}const A=a(c,[["render",f],["__file","develop-plan.html.vue"]]);export{A as default};

View File

@@ -1 +1 @@
import{_ as t}from"./plugin-vue_export-helper-x3n3nnut.js";import{r as l,o as n,c as o,a as e,b as a,d as c,w as d,e as r}from"./app-X3xgKF5S.js";const s={},h=r('<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>',6),u=e("li",null,[a("Кликните по "),e("code",null,"Мои персонажи"),a(" в левой боковой панели меню")],-1),_=e("li",null,"Выберите персонажа, которого вы хотите добавить",-1),p=e("li",null,"По умолчанию добавление целей из моих данных устанавливает базовый уровень как текущий уровень игрока",-1),f=e("h2",{id:"инвентарь-предметов",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#инвентарь-предметов","aria-hidden":"true"},"#"),a(" Инвентарь предметов")],-1),m=e("div",{class:"hint-container info"},[e("p",{class:"hint-container-title"},"Инфо"),e("p",null,"Эта функция находится в стадии разработки для языков, отличных от китайского")],-1);function x(b,I){const i=l("RouterLink");return n(),o("div",null,[h,e("ul",null,[u,_,e("li",null,[a("Во всплывающем окне введите базовый уровень и целевой уровень "),e("ul",null,[p,e("li",null,[a("См. документ "),c(i,{to:"/ru/features/character-data.html#sync-character-data"},{default:d(()=>[a("Мои персонажи")]),_:1}),a(" для получения дополнительных инструкций")])])])]),f,m])}const v=t(s,[["render",x],["__file","develop-plan.html.vue"]]);export{v as default};
import{_ as t}from"./plugin-vue_export-helper-x3n3nnut.js";import{r as l,o as n,c as o,a as e,b as a,d as c,w as d,e as r}from"./app-NbQdb1h2.js";const s={},h=r('<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>',6),u=e("li",null,[a("Кликните по "),e("code",null,"Мои персонажи"),a(" в левой боковой панели меню")],-1),_=e("li",null,"Выберите персонажа, которого вы хотите добавить",-1),p=e("li",null,"По умолчанию добавление целей из моих данных устанавливает базовый уровень как текущий уровень игрока",-1),f=e("h2",{id:"инвентарь-предметов",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#инвентарь-предметов","aria-hidden":"true"},"#"),a(" Инвентарь предметов")],-1),m=e("div",{class:"hint-container info"},[e("p",{class:"hint-container-title"},"Инфо"),e("p",null,"Эта функция находится в стадии разработки для языков, отличных от китайского")],-1);function x(b,I){const i=l("RouterLink");return n(),o("div",null,[h,e("ul",null,[u,_,e("li",null,[a("Во всплывающем окне введите базовый уровень и целевой уровень "),e("ul",null,[p,e("li",null,[a("См. документ "),c(i,{to:"/ru/features/character-data.html#sync-character-data"},{default:d(()=>[a("Мои персонажи")]),_:1}),a(" для получения дополнительных инструкций")])])])]),f,m])}const v=t(s,[["render",x],["__file","develop-plan.html.vue"]]);export{v as default};

View File

@@ -1 +1 @@
import{_ as t}from"./plugin-vue_export-helper-x3n3nnut.js";import{r as i,o as r,c as l,a,b as e,d,w as s,e as u}from"./app-X3xgKF5S.js";const h={},c=u('<h1 id="rencana-pengembangan" tabindex="-1"><a class="header-anchor" href="#rencana-pengembangan" aria-hidden="true">#</a> Rencana Pengembangan</h1><p><img src="https://img.alicdn.com/imgextra/i1/1797064093/O1CN01CDsjcb1g6dyB7M0EW_!!1797064093.png_.webp" alt="rencana-pengembangan" loading="lazy"></p><h2 id="menambahkan-tujuan-pengembangan-ke-daftar-periksa-bahan" tabindex="-1"><a class="header-anchor" href="#menambahkan-tujuan-pengembangan-ke-daftar-periksa-bahan" aria-hidden="true">#</a> Menambahkan Tujuan Pengembangan ke Daftar Periksa Bahan</h2><h3 id="menambahkan-tujuan-dari-wiki" tabindex="-1"><a class="header-anchor" href="#menambahkan-tujuan-dari-wiki" aria-hidden="true">#</a> Menambahkan Tujuan dari WIKI</h3><ul><li>Klik <code>WIKI Karakter</code> atau <code>WIKI Senjata</code> dari bilah menu kiri</li><li>Pilih karakter atau senjata yang ingin ditambahkan</li><li>Klik <code>Tambahkan ke Rencana Pengembangan</code> di pojok kanan atas</li><li>Pada jendela pop-up, masukkan level dasar dan level target <ul><li>Secara default, menambahkan tujuan dari WIKI akan menetapkan level dasar sebagai <code>1</code></li></ul></li></ul><h3 id="menambahkan-tujuan-dari-data-karakter-saya" tabindex="-1"><a class="header-anchor" href="#menambahkan-tujuan-dari-data-karakter-saya" aria-hidden="true">#</a> Menambahkan Tujuan dari Data Karakter Saya</h3>',6),o=a("li",null,[e("Klik "),a("code",null,"Karakter Saya"),e(" dari sebelah menu kiri")],-1),k=a("li",null,"Pilih karakter yang ingin ditambahkan",-1),m=a("li",null,"Secara default, menambahkan tujuan dari WIKI akan menetapkan level dasar sesuai data karakter pemain'",-1),b=a("h2",{id:"item-inventaris",tabindex:"-1"},[a("a",{class:"header-anchor",href:"#item-inventaris","aria-hidden":"true"},"#"),e(" Item Inventaris")],-1),p=a("div",{class:"hint-container info"},[a("p",{class:"hint-container-title"},"Pemberitahuan"),a("p",null,"Fitur ini sedang dalam proses pembangunan untuk bahasa non-Cina")],-1);function g(_,f){const n=i("RouterLink");return r(),l("div",null,[c,a("ul",null,[o,k,a("li",null,[e("Pada jendela pop-up, masukkan level dasar dan level target "),a("ul",null,[m,a("li",null,[e("Lihat "),d(n,{to:"/id/features/character-data.html#sync-character-data"},{default:s(()=>[e("Karakter Saya")]),_:1}),e(" untuk panduan lebih lanjut")])])])]),b,p])}const I=t(h,[["render",g],["__file","develop-plan.html.vue"]]);export{I as default};
import{_ as t}from"./plugin-vue_export-helper-x3n3nnut.js";import{r as i,o as r,c as l,a,b as e,d,w as s,e as u}from"./app-NbQdb1h2.js";const h={},c=u('<h1 id="rencana-pengembangan" tabindex="-1"><a class="header-anchor" href="#rencana-pengembangan" aria-hidden="true">#</a> Rencana Pengembangan</h1><p><img src="https://img.alicdn.com/imgextra/i1/1797064093/O1CN01CDsjcb1g6dyB7M0EW_!!1797064093.png_.webp" alt="rencana-pengembangan" loading="lazy"></p><h2 id="menambahkan-tujuan-pengembangan-ke-daftar-periksa-bahan" tabindex="-1"><a class="header-anchor" href="#menambahkan-tujuan-pengembangan-ke-daftar-periksa-bahan" aria-hidden="true">#</a> Menambahkan Tujuan Pengembangan ke Daftar Periksa Bahan</h2><h3 id="menambahkan-tujuan-dari-wiki" tabindex="-1"><a class="header-anchor" href="#menambahkan-tujuan-dari-wiki" aria-hidden="true">#</a> Menambahkan Tujuan dari WIKI</h3><ul><li>Klik <code>WIKI Karakter</code> atau <code>WIKI Senjata</code> dari bilah menu kiri</li><li>Pilih karakter atau senjata yang ingin ditambahkan</li><li>Klik <code>Tambahkan ke Rencana Pengembangan</code> di pojok kanan atas</li><li>Pada jendela pop-up, masukkan level dasar dan level target <ul><li>Secara default, menambahkan tujuan dari WIKI akan menetapkan level dasar sebagai <code>1</code></li></ul></li></ul><h3 id="menambahkan-tujuan-dari-data-karakter-saya" tabindex="-1"><a class="header-anchor" href="#menambahkan-tujuan-dari-data-karakter-saya" aria-hidden="true">#</a> Menambahkan Tujuan dari Data Karakter Saya</h3>',6),o=a("li",null,[e("Klik "),a("code",null,"Karakter Saya"),e(" dari sebelah menu kiri")],-1),k=a("li",null,"Pilih karakter yang ingin ditambahkan",-1),m=a("li",null,"Secara default, menambahkan tujuan dari WIKI akan menetapkan level dasar sesuai data karakter pemain'",-1),b=a("h2",{id:"item-inventaris",tabindex:"-1"},[a("a",{class:"header-anchor",href:"#item-inventaris","aria-hidden":"true"},"#"),e(" Item Inventaris")],-1),p=a("div",{class:"hint-container info"},[a("p",{class:"hint-container-title"},"Pemberitahuan"),a("p",null,"Fitur ini sedang dalam proses pembangunan untuk bahasa non-Cina")],-1);function g(_,f){const n=i("RouterLink");return r(),l("div",null,[c,a("ul",null,[o,k,a("li",null,[e("Pada jendela pop-up, masukkan level dasar dan level target "),a("ul",null,[m,a("li",null,[e("Lihat "),d(n,{to:"/id/features/character-data.html#sync-character-data"},{default:s(()=>[e("Karakter Saya")]),_:1}),e(" untuk panduan lebih lanjut")])])])]),b,p])}const I=t(h,[["render",g],["__file","develop-plan.html.vue"]]);export{I as default};

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

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 t}from"./plugin-vue_export-helper-x3n3nnut.js";import{o as n,c as o,a as e,b as a}from"./app-X3xgKF5S.js";const i={},r=e("h1",{id:"feedback-center",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#feedback-center","aria-hidden":"true"},"#"),a(" Feedback Center")],-1),s=e("p",null,[e("img",{src:"https://img.alicdn.com/imgextra/i4/1797064093/O1CN01oOYqZC1g6e0rgyJ3G_!!1797064093.png_.webp",alt:"dashboard",loading:"lazy"})],-1),c=e("p",null,"The Feedback Center is a feature page provided by the Snap Hutao development team to help users solve common problems. This page is laid out in a left-right structure.",-1),d=e("p",null,"On the left side of the page, we provide a convenient entry point for searching Snap Hutao documents. You can get relevant page search results by entering keywords in the search box.",-1),l=e("p",null,"On the right side of the page, we provide several useful features.",-1),u=e("ul",null,[e("li",null,"The first part displays key information about Snap Hutao, including the version of Snap Hutao, device ID, device network information, and Webview 2 runtime version information."),e("li",null,"The second part includes links to Snap Hutao project issues, roadmap, and service availability monitoring."),e("li",null,"The third part includes documents of the main functions of Snap Hutao. You can click on the corresponding function to jump to the corresponding document page.")],-1),p=[r,s,c,d,l,u];function h(f,m){return n(),o("div",null,p)}const b=t(i,[["render",h],["__file","feedback-center.html.vue"]]);export{b as default};
import{_ as t}from"./plugin-vue_export-helper-x3n3nnut.js";import{o as n,c as o,a as e,b as a}from"./app-NbQdb1h2.js";const i={},r=e("h1",{id:"feedback-center",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#feedback-center","aria-hidden":"true"},"#"),a(" Feedback Center")],-1),s=e("p",null,[e("img",{src:"https://img.alicdn.com/imgextra/i4/1797064093/O1CN01oOYqZC1g6e0rgyJ3G_!!1797064093.png_.webp",alt:"dashboard",loading:"lazy"})],-1),c=e("p",null,"The Feedback Center is a feature page provided by the Snap Hutao development team to help users solve common problems. This page is laid out in a left-right structure.",-1),d=e("p",null,"On the left side of the page, we provide a convenient entry point for searching Snap Hutao documents. You can get relevant page search results by entering keywords in the search box.",-1),l=e("p",null,"On the right side of the page, we provide several useful features.",-1),u=e("ul",null,[e("li",null,"The first part displays key information about Snap Hutao, including the version of Snap Hutao, device ID, device network information, and Webview 2 runtime version information."),e("li",null,"The second part includes links to Snap Hutao project issues, roadmap, and service availability monitoring."),e("li",null,"The third part includes documents of the main functions of Snap Hutao. You can click on the corresponding function to jump to the corresponding document page.")],-1),p=[r,s,c,d,l,u];function h(f,m){return n(),o("div",null,p)}const b=t(i,[["render",h],["__file","feedback-center.html.vue"]]);export{b as default};

View File

@@ -1 +1 @@
import{_ as t}from"./plugin-vue_export-helper-x3n3nnut.js";import{o as n,c as a,a as e,b as o}from"./app-X3xgKF5S.js";const l={},c=e("h1",{id:"反馈中心",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#反馈中心","aria-hidden":"true"},"#"),o(" 反馈中心")],-1),s=e("p",null,[e("img",{src:"https://img.alicdn.com/imgextra/i4/1797064093/O1CN01yGGrhz1g6e0u3q5L6_!!1797064093.png_.webp",alt:"仪表盘",loading:"lazy"})],-1),_=e("p",null,"反馈中心是 Snap Hutao 开发团队为帮助用户解决常见问题所提供的一个功能页面,该页面是左右结构布局的。",-1),i=e("p",null,"在页面左侧,我们提供了一个搜索 Snap Hutao 文档的便捷入口,你可以在搜索框中通过输入关键词来获得相关的页面搜索结果。",-1),r=e("p",null,"在页面右侧,我们提供了多个实用功能。",-1),d=e("ul",null,[e("li",null,"第一部分显示了胡桃工具箱的关键信息,包括 Snap Hutao 版本,设备 ID设备网络信息和 Webview 2 运行时版本信息。"),e("li",null,"第二部分包括了 Snap Hutao 项目议题、路线图和服务可用性监控的链接"),e("li",null,"第三部分包括了 Snap Hutao 主要功能的文档,你可以点击对应的功能以跳转到相对应的文档页面")],-1),u=[c,s,_,i,r,d];function h(p,m){return n(),a("div",null,u)}const g=t(l,[["render",h],["__file","feedback-center.html.vue"]]);export{g as default};
import{_ as t}from"./plugin-vue_export-helper-x3n3nnut.js";import{o as n,c as a,a as e,b as o}from"./app-NbQdb1h2.js";const l={},c=e("h1",{id:"反馈中心",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#反馈中心","aria-hidden":"true"},"#"),o(" 反馈中心")],-1),s=e("p",null,[e("img",{src:"https://img.alicdn.com/imgextra/i4/1797064093/O1CN01yGGrhz1g6e0u3q5L6_!!1797064093.png_.webp",alt:"仪表盘",loading:"lazy"})],-1),_=e("p",null,"反馈中心是 Snap Hutao 开发团队为帮助用户解决常见问题所提供的一个功能页面,该页面是左右结构布局的。",-1),i=e("p",null,"在页面左侧,我们提供了一个搜索 Snap Hutao 文档的便捷入口,你可以在搜索框中通过输入关键词来获得相关的页面搜索结果。",-1),r=e("p",null,"在页面右侧,我们提供了多个实用功能。",-1),d=e("ul",null,[e("li",null,"第一部分显示了胡桃工具箱的关键信息,包括 Snap Hutao 版本,设备 ID设备网络信息和 Webview 2 运行时版本信息。"),e("li",null,"第二部分包括了 Snap Hutao 项目议题、路线图和服务可用性监控的链接"),e("li",null,"第三部分包括了 Snap Hutao 主要功能的文档,你可以点击对应的功能以跳转到相对应的文档页面")],-1),u=[c,s,_,i,r,d];function h(p,m){return n(),a("div",null,u)}const g=t(l,[["render",h],["__file","feedback-center.html.vue"]]);export{g as default};

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

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 t}from"./plugin-vue_export-helper-x3n3nnut.js";import{r as l,o as k,c as d,a,b as e,d as o,e as n}from"./app-X3xgKF5S.js";const r={},s=n('<h1 id="menggunakan-alat-pihak-ketiga-untuk-mendapatkan-cookie-dengan-stoken" tabindex="-1"><a class="header-anchor" href="#menggunakan-alat-pihak-ketiga-untuk-mendapatkan-cookie-dengan-stoken" aria-hidden="true">#</a> Menggunakan Alat Pihak Ketiga untuk Mendapatkan Cookie dengan Stoken</h1><div class="hint-container warning"><p class="hint-container-title">Penting</p><ul><li>Semua sumber daya, perangkat lunak, proyek open-source, dan sejenisnya yang disebutkan dalam langkah-langkah di bawah ini berasal dari internet dan tidak terkait dengan DGP-Studio.</li><li>Dokumen ini hanya menyediakan pendekatan solusi yang relevan, untuk pembelajaran saja. Operasi khusus dan konsekuensi setelahnya tidak berhubungan dengan proyek ini.</li></ul></div><h2 id="android" tabindex="-1"><a class="header-anchor" href="#android" aria-hidden="true">#</a> Android</h2><p>Pengguna Android dapat menggunakan proyek open-source GetToken untuk mendapatkan cookie yang memiliki bidang Stoken.</p>',4),u={class:"hint-container tip"},p=a("p",{class:"hint-container-title"},"Proyek Open-Source GetToken",-1),c={href:"https://github.com/HolographicHat/GetToken",target:"_blank",rel:"noopener noreferrer"},m=n('<ul><li>Rilis dari proyek GetToken akan mencakup dua file apk, keduanya memberikan hasil akhir yang sama. Pilih versi yang sesuai dengan perangkat Anda: <ul><li><code>app-release.apk</code> adalah plugin LSPosed yang memungkinkan pengguna menggunakan fungsi GetToken di komunitas resmi milik miHoYo.</li><li>Versi apk yang diakhiri dengan <code>lspatched</code> adalah versi aplikasi miHoYo yang telah dimodifikasi dan memiliki fitur GetToken. <ul><li>Anda perlu menghapus aplikasi miHoYo resmi untuk menginstal versi aplikasi ini.</li></ul></li></ul></li><li>Aktifkan plugin atau instal versi aplikasi miHoYo yang telah dimodifikasi, lalu buka aplikasi miHoYo tersebut. Pada bilah bawah, ketuk &quot;Saya,&quot; lalu masuk dengan akun Anda.</li><li>Di pojok kanan atas, ketuk ikon berbentuk seperti 🔑</li><li>Pilih opsi <code>Stoken</code></li><li>Ketuk <code>Copy Login Information</code></li><li>Kirim Stoken yang telah disalin ke komputer yang telah terpasang Toolbox Hutao.</li><li>Di tempat masuk akun Toolbox Hutao, ketuk <code>Manual Input</code></li><li>Masukkan cookie yang Anda peroleh sebelumnya, sekarang Anda bisa masuk.</li></ul><h2 id="ios" tabindex="-1"><a class="header-anchor" href="#ios" aria-hidden="true">#</a> iOS</h2><p>Pengguna iOS dapat mengunduh aplikasi perekam lalu lintas Stream dari App Store untuk mendapatkan cookie yang memiliki bidang Stoken.</p>',3),h={href:"https://apps.apple.com/cn/app/stream/id1312141691",target:"_blank",rel:"noopener noreferrer"},g=n("<li>Lakukan analisa <code>packet capture</code> untuk domain <code>api-takumi.mihoyo.com</code></li><li>Temukan dan salin data yang memiliki <code>Stoken</code><ul><li>Contoh formatnya: <code>stuid=****;stoken=v2****;mid=****;</code></li></ul></li><li>Kirim Stoken yang telah Anda salin ke komputer yang telah terpasang Toolbox Hutao.</li><li>Di tempat masuk akun Toolbox Hutao, ketuk <code>Manual Input</code></li><li>Masukkan cookie yang Anda peroleh sebelumnya, sekarang Anda bisa masuk.</li>",5);function y(b,_){const i=l("ExternalLinkIcon");return k(),d("div",null,[s,a("div",u,[p,a("ul",null,[a("li",null,[e("GitHub: "),a("a",c,[e("HolographicHat/GetToken"),o(i)])])])]),m,a("ul",null,[a("li",null,[e("Unduh "),a("a",h,[e("Stream"),o(i)]),e(" dari App Store.")]),g])])}const T=t(r,[["render",y],["__file","get-stoken-cookie-from-the-third-party.html.vue"]]);export{T as default};
import{_ as t}from"./plugin-vue_export-helper-x3n3nnut.js";import{r as l,o as k,c as d,a,b as e,d as o,e as n}from"./app-NbQdb1h2.js";const r={},s=n('<h1 id="menggunakan-alat-pihak-ketiga-untuk-mendapatkan-cookie-dengan-stoken" tabindex="-1"><a class="header-anchor" href="#menggunakan-alat-pihak-ketiga-untuk-mendapatkan-cookie-dengan-stoken" aria-hidden="true">#</a> Menggunakan Alat Pihak Ketiga untuk Mendapatkan Cookie dengan Stoken</h1><div class="hint-container warning"><p class="hint-container-title">Penting</p><ul><li>Semua sumber daya, perangkat lunak, proyek open-source, dan sejenisnya yang disebutkan dalam langkah-langkah di bawah ini berasal dari internet dan tidak terkait dengan DGP-Studio.</li><li>Dokumen ini hanya menyediakan pendekatan solusi yang relevan, untuk pembelajaran saja. Operasi khusus dan konsekuensi setelahnya tidak berhubungan dengan proyek ini.</li></ul></div><h2 id="android" tabindex="-1"><a class="header-anchor" href="#android" aria-hidden="true">#</a> Android</h2><p>Pengguna Android dapat menggunakan proyek open-source GetToken untuk mendapatkan cookie yang memiliki bidang Stoken.</p>',4),u={class:"hint-container tip"},p=a("p",{class:"hint-container-title"},"Proyek Open-Source GetToken",-1),c={href:"https://github.com/HolographicHat/GetToken",target:"_blank",rel:"noopener noreferrer"},m=n('<ul><li>Rilis dari proyek GetToken akan mencakup dua file apk, keduanya memberikan hasil akhir yang sama. Pilih versi yang sesuai dengan perangkat Anda: <ul><li><code>app-release.apk</code> adalah plugin LSPosed yang memungkinkan pengguna menggunakan fungsi GetToken di komunitas resmi milik miHoYo.</li><li>Versi apk yang diakhiri dengan <code>lspatched</code> adalah versi aplikasi miHoYo yang telah dimodifikasi dan memiliki fitur GetToken. <ul><li>Anda perlu menghapus aplikasi miHoYo resmi untuk menginstal versi aplikasi ini.</li></ul></li></ul></li><li>Aktifkan plugin atau instal versi aplikasi miHoYo yang telah dimodifikasi, lalu buka aplikasi miHoYo tersebut. Pada bilah bawah, ketuk &quot;Saya,&quot; lalu masuk dengan akun Anda.</li><li>Di pojok kanan atas, ketuk ikon berbentuk seperti 🔑</li><li>Pilih opsi <code>Stoken</code></li><li>Ketuk <code>Copy Login Information</code></li><li>Kirim Stoken yang telah disalin ke komputer yang telah terpasang Toolbox Hutao.</li><li>Di tempat masuk akun Toolbox Hutao, ketuk <code>Manual Input</code></li><li>Masukkan cookie yang Anda peroleh sebelumnya, sekarang Anda bisa masuk.</li></ul><h2 id="ios" tabindex="-1"><a class="header-anchor" href="#ios" aria-hidden="true">#</a> iOS</h2><p>Pengguna iOS dapat mengunduh aplikasi perekam lalu lintas Stream dari App Store untuk mendapatkan cookie yang memiliki bidang Stoken.</p>',3),h={href:"https://apps.apple.com/cn/app/stream/id1312141691",target:"_blank",rel:"noopener noreferrer"},g=n("<li>Lakukan analisa <code>packet capture</code> untuk domain <code>api-takumi.mihoyo.com</code></li><li>Temukan dan salin data yang memiliki <code>Stoken</code><ul><li>Contoh formatnya: <code>stuid=****;stoken=v2****;mid=****;</code></li></ul></li><li>Kirim Stoken yang telah Anda salin ke komputer yang telah terpasang Toolbox Hutao.</li><li>Di tempat masuk akun Toolbox Hutao, ketuk <code>Manual Input</code></li><li>Masukkan cookie yang Anda peroleh sebelumnya, sekarang Anda bisa masuk.</li>",5);function y(b,_){const i=l("ExternalLinkIcon");return k(),d("div",null,[s,a("div",u,[p,a("ul",null,[a("li",null,[e("GitHub: "),a("a",c,[e("HolographicHat/GetToken"),o(i)])])])]),m,a("ul",null,[a("li",null,[e("Unduh "),a("a",h,[e("Stream"),o(i)]),e(" dari App Store.")]),g])])}const T=t(r,[["render",y],["__file","get-stoken-cookie-from-the-third-party.html.vue"]]);export{T as default};

View File

@@ -1 +1 @@
import{_ as a}from"./plugin-vue_export-helper-x3n3nnut.js";import{r as l,o as c,c as r,a as e,b as o,d as n,e as t}from"./app-X3xgKF5S.js";const s={},d=t('<h1 id="obtaining-stoken-containing-cookies-using-third-party-tools" tabindex="-1"><a class="header-anchor" href="#obtaining-stoken-containing-cookies-using-third-party-tools" aria-hidden="true">#</a> Obtaining Stoken-containing Cookies Using Third-Party Tools</h1><div class="hint-container warning"><p class="hint-container-title">Warning</p><ul><li>The software, open-source projects, and resources mentioned in the following steps are sourced from the internet and are not affiliated with DGP-Studio.</li><li>This documentation provides solutions for educational purposes only. Specific operations and their consequences are not associated with this project.</li></ul></div><h2 id="android" tabindex="-1"><a class="header-anchor" href="#android" aria-hidden="true">#</a> Android</h2><p>Android users can utilize the open-source project GetToken to acquire cookies containing the Stoken field.</p>',4),h={class:"hint-container tip"},p=e("p",{class:"hint-container-title"},"GetToken Open-Source Project",-1),u={href:"https://github.com/HolographicHat/GetToken",target:"_blank",rel:"noopener noreferrer"},m=t('<ul><li>The GetToken project&#39;s release includes two APK files, both ultimately achieving the same outcome. Choose the version suitable for your device: <ul><li><code>app-release.apk</code> is an LSPosed plugin that enables users to use GetToken functionality within the official miHoYo community app.</li><li>APK files ending with <code>lspatched</code> are modified versions of the miHoYo community app with GetToken functionality included. <ul><li>You&#39;ll need to uninstall the official miHoYo app to install this version.</li></ul></li></ul></li><li>After enabling the plugin or installing the modified miHoYo app, open the miHoYo app, click &quot;Me&quot; at the bottom, and log in to your account.</li><li>Click the key-shaped icon in the top right corner.</li><li>Check the <code>Stoken</code> option.</li><li>Click <code>Copy Login Information</code>.</li><li>Send the copied Stoken to the computer where the Hutao Toolbox is installed.</li><li>In the Hutao Toolbox&#39;s account login section, click <code>Manual Input</code>.</li><li>Enter the previously obtained cookie. You should now complete the login process.</li></ul><h2 id="ios" tabindex="-1"><a class="header-anchor" href="#ios" aria-hidden="true">#</a> iOS</h2><p>iOS Users can download the packet capture software Stream from the App Store to obtain cookies containing the Stoken field.</p>',3),f={href:"https://apps.apple.com/cn/app/stream/id1312141691",target:"_blank",rel:"noopener noreferrer"},k=t("<li>Perform packet capture analysis on the domain <code>api-takumi.mihoyo.com</code>.</li><li>Locate and copy the data containing <code>Stoken</code>. <ul><li>It will be in the form of <code>stuid=****;stoken=v2****;mid=****;</code>.</li></ul></li><li>Send the copied Stoken to the computer where the Hutao Toolbox is installed.</li><li>In the Hutao Toolbox&#39;s account login section, click <code>Manual Input</code>.</li><li>Enter the previously obtained cookie. You should now complete the login process.</li>",5);function g(_,b){const i=l("ExternalLinkIcon");return c(),r("div",null,[d,e("div",h,[p,e("ul",null,[e("li",null,[o("GitHub: "),e("a",u,[o("HolographicHat/GetToken"),n(i)])])])]),m,e("ul",null,[e("li",null,[o("Download "),e("a",f,[o("Stream"),n(i)]),o(" from the App Store.")]),k])])}const T=a(s,[["render",g],["__file","get-stoken-cookie-from-the-third-party.html.vue"]]);export{T as default};
import{_ as a}from"./plugin-vue_export-helper-x3n3nnut.js";import{r as l,o as c,c as r,a as e,b as o,d as n,e as t}from"./app-NbQdb1h2.js";const s={},d=t('<h1 id="obtaining-stoken-containing-cookies-using-third-party-tools" tabindex="-1"><a class="header-anchor" href="#obtaining-stoken-containing-cookies-using-third-party-tools" aria-hidden="true">#</a> Obtaining Stoken-containing Cookies Using Third-Party Tools</h1><div class="hint-container warning"><p class="hint-container-title">Warning</p><ul><li>The software, open-source projects, and resources mentioned in the following steps are sourced from the internet and are not affiliated with DGP-Studio.</li><li>This documentation provides solutions for educational purposes only. Specific operations and their consequences are not associated with this project.</li></ul></div><h2 id="android" tabindex="-1"><a class="header-anchor" href="#android" aria-hidden="true">#</a> Android</h2><p>Android users can utilize the open-source project GetToken to acquire cookies containing the Stoken field.</p>',4),h={class:"hint-container tip"},p=e("p",{class:"hint-container-title"},"GetToken Open-Source Project",-1),u={href:"https://github.com/HolographicHat/GetToken",target:"_blank",rel:"noopener noreferrer"},m=t('<ul><li>The GetToken project&#39;s release includes two APK files, both ultimately achieving the same outcome. Choose the version suitable for your device: <ul><li><code>app-release.apk</code> is an LSPosed plugin that enables users to use GetToken functionality within the official miHoYo community app.</li><li>APK files ending with <code>lspatched</code> are modified versions of the miHoYo community app with GetToken functionality included. <ul><li>You&#39;ll need to uninstall the official miHoYo app to install this version.</li></ul></li></ul></li><li>After enabling the plugin or installing the modified miHoYo app, open the miHoYo app, click &quot;Me&quot; at the bottom, and log in to your account.</li><li>Click the key-shaped icon in the top right corner.</li><li>Check the <code>Stoken</code> option.</li><li>Click <code>Copy Login Information</code>.</li><li>Send the copied Stoken to the computer where the Hutao Toolbox is installed.</li><li>In the Hutao Toolbox&#39;s account login section, click <code>Manual Input</code>.</li><li>Enter the previously obtained cookie. You should now complete the login process.</li></ul><h2 id="ios" tabindex="-1"><a class="header-anchor" href="#ios" aria-hidden="true">#</a> iOS</h2><p>iOS Users can download the packet capture software Stream from the App Store to obtain cookies containing the Stoken field.</p>',3),f={href:"https://apps.apple.com/cn/app/stream/id1312141691",target:"_blank",rel:"noopener noreferrer"},k=t("<li>Perform packet capture analysis on the domain <code>api-takumi.mihoyo.com</code>.</li><li>Locate and copy the data containing <code>Stoken</code>. <ul><li>It will be in the form of <code>stuid=****;stoken=v2****;mid=****;</code>.</li></ul></li><li>Send the copied Stoken to the computer where the Hutao Toolbox is installed.</li><li>In the Hutao Toolbox&#39;s account login section, click <code>Manual Input</code>.</li><li>Enter the previously obtained cookie. You should now complete the login process.</li>",5);function g(_,b){const i=l("ExternalLinkIcon");return c(),r("div",null,[d,e("div",h,[p,e("ul",null,[e("li",null,[o("GitHub: "),e("a",u,[o("HolographicHat/GetToken"),n(i)])])])]),m,e("ul",null,[e("li",null,[o("Download "),e("a",f,[o("Stream"),n(i)]),o(" from the App Store.")]),k])])}const T=a(s,[["render",g],["__file","get-stoken-cookie-from-the-third-party.html.vue"]]);export{T 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-X3xgKF5S.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-NbQdb1h2.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-X3xgKF5S.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-NbQdb1h2.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

View File

@@ -1 +1 @@
import{_ as l}from"./plugin-vue_export-helper-x3n3nnut.js";import{o,c as e,e as i}from"./app-X3xgKF5S.js";const t={},a=i('<h1 id="胡桃账号" tabindex="-1"><a class="header-anchor" href="#胡桃账号" aria-hidden="true">#</a> 胡桃账号</h1><p>胡桃账号是由 DGP-Studio 团队创建的为胡桃工具箱服务的账号系统,以使用在会在未来提供的包括祈愿云同步在内的涉及云端服务的功能。</p><p>如果你有胡桃云权限,你将获得如下权限:</p><ol><li>祈愿记录页面中的 <code>预测</code> 功能</li><li>祈愿记录的云端同步功能</li></ol><ul><li>当你的胡桃账号云同步权限过期后,你将无法上传、下载和删除数据,但你的数据不会被删除。你可以在恢复权限后重新操作你的云备份数据。</li></ul><p>由于云同步是一个消耗胡桃服务器资源的功能,故该功能有时间限制。目前,胡桃提供以下几种启用云同步功能的方法:</p><ol><li>在爱发电上打赏胡桃的用户,我们会向与爱发电邮箱账号相匹配的胡桃账号自动增加使用时间作为胡桃工具箱开发团队对打赏用户的感谢</li><li>对于所有注册用户,在每一期深渊第一次成功向胡桃数据库上传深境螺旋挑战记录后,会获得 3 天的同步功能使用时间 <ul><li>你可以通过该方法长期地免费使用胡桃云</li></ul></li><li><strong>为胡桃工具箱开源社区贡献(包括但不限于代码开发、程序设计、本地化翻译)的用户,可以直接联系开发团队获取开发者许可证</strong><ul><li>我们目前正在设计一个完善而自动化的开发者许可证颁发流程,它将会随着胡桃账号系统的完善而推出</li></ul></li></ol>',7),r=[a];function s(c,n){return o(),e("div",null,r)}const u=l(t,[["render",s],["__file","hutao-passport.html.vue"]]);export{u as default};
import{_ as l}from"./plugin-vue_export-helper-x3n3nnut.js";import{o,c as e,e as i}from"./app-NbQdb1h2.js";const t={},a=i('<h1 id="胡桃账号" tabindex="-1"><a class="header-anchor" href="#胡桃账号" aria-hidden="true">#</a> 胡桃账号</h1><p>胡桃账号是由 DGP-Studio 团队创建的为胡桃工具箱服务的账号系统,以使用在会在未来提供的包括祈愿云同步在内的涉及云端服务的功能。</p><p>如果你有胡桃云权限,你将获得如下权限:</p><ol><li>祈愿记录页面中的 <code>预测</code> 功能</li><li>祈愿记录的云端同步功能</li></ol><ul><li>当你的胡桃账号云同步权限过期后,你将无法上传、下载和删除数据,但你的数据不会被删除。你可以在恢复权限后重新操作你的云备份数据。</li></ul><p>由于云同步是一个消耗胡桃服务器资源的功能,故该功能有时间限制。目前,胡桃提供以下几种启用云同步功能的方法:</p><ol><li>在爱发电上打赏胡桃的用户,我们会向与爱发电邮箱账号相匹配的胡桃账号自动增加使用时间作为胡桃工具箱开发团队对打赏用户的感谢</li><li>对于所有注册用户,在每一期深渊第一次成功向胡桃数据库上传深境螺旋挑战记录后,会获得 3 天的同步功能使用时间 <ul><li>你可以通过该方法长期地免费使用胡桃云</li></ul></li><li><strong>为胡桃工具箱开源社区贡献(包括但不限于代码开发、程序设计、本地化翻译)的用户,可以直接联系开发团队获取开发者许可证</strong><ul><li>我们目前正在设计一个完善而自动化的开发者许可证颁发流程,它将会随着胡桃账号系统的完善而推出</li></ul></li></ol>',7),r=[a];function s(c,n){return o(),e("div",null,r)}const u=l(t,[["render",s],["__file","hutao-passport.html.vue"]]);export{u as default};

View File

@@ -1 +1 @@
import{_ as e}from"./plugin-vue_export-helper-x3n3nnut.js";import{o,c as t,e as a}from"./app-X3xgKF5S.js";const i={},n=a('<h1 id="snap-hutao-account" tabindex="-1"><a class="header-anchor" href="#snap-hutao-account" aria-hidden="true">#</a> Snap Hutao Account</h1><blockquote><p>Hutao Passport is the internal name of Snap Hutao Account, they are the same thing</p></blockquote><p>Snap Hutao account is an account system created by the DGP-Studio team to serve Snap Hutao, which will be used to provide cloud-based services in the future, including wish records synchronization.</p><p>If you have Hutao Cloud privileges, you will have the following permissions:</p><ol><li>The <code>Prediction</code> function in the Wish Record page</li><li>Cloud synchronization function of wish records</li></ol><ul><li>After your Snap Hutao account cloud synchronization permission expires, you will not be able to upload, download, and delete data, but your data will not be deleted. You can re-operate your cloud backup data after restoring privilege.</li></ul><p>Since cloud synchronization is a function that consumes Hutao server resources, this function has a time limit. Currently, Snap Hutao provides the following methods to enable the cloud synchronization function:</p><ol><li>For users who reward Hutao on Aifadian, we will automatically add usage time to the Hutao account that matches the Aifadian email account as a thank you from the Hutao Toolbox development team to the reward users.</li><li>For all registered users, after successfully uploading the Spiral Abyss challenge record to the Hutao database for the first time in each schedule, they will get 3 days of privilege time. <ul><li>You can use Hutao Cloud for free for a long time through this method.</li></ul></li><li>Users who contribute to the Snap Hutao open source community (including but not limited to code development, program UI design, localization translation) can directly contact the development team to obtain a developer license. <ul><li>We are currently designing a complete and automated developer license issuance process, which will be launched with the improvement of the Hutao account system.</li></ul></li></ol>',8),l=[n];function c(r,s){return o(),t("div",null,l)}const h=e(i,[["render",c],["__file","hutao-passport.html.vue"]]);export{h as default};
import{_ as e}from"./plugin-vue_export-helper-x3n3nnut.js";import{o,c as t,e as a}from"./app-NbQdb1h2.js";const i={},n=a('<h1 id="snap-hutao-account" tabindex="-1"><a class="header-anchor" href="#snap-hutao-account" aria-hidden="true">#</a> Snap Hutao Account</h1><blockquote><p>Hutao Passport is the internal name of Snap Hutao Account, they are the same thing</p></blockquote><p>Snap Hutao account is an account system created by the DGP-Studio team to serve Snap Hutao, which will be used to provide cloud-based services in the future, including wish records synchronization.</p><p>If you have Hutao Cloud privileges, you will have the following permissions:</p><ol><li>The <code>Prediction</code> function in the Wish Record page</li><li>Cloud synchronization function of wish records</li></ol><ul><li>After your Snap Hutao account cloud synchronization permission expires, you will not be able to upload, download, and delete data, but your data will not be deleted. You can re-operate your cloud backup data after restoring privilege.</li></ul><p>Since cloud synchronization is a function that consumes Hutao server resources, this function has a time limit. Currently, Snap Hutao provides the following methods to enable the cloud synchronization function:</p><ol><li>For users who reward Hutao on Aifadian, we will automatically add usage time to the Hutao account that matches the Aifadian email account as a thank you from the Hutao Toolbox development team to the reward users.</li><li>For all registered users, after successfully uploading the Spiral Abyss challenge record to the Hutao database for the first time in each schedule, they will get 3 days of privilege time. <ul><li>You can use Hutao Cloud for free for a long time through this method.</li></ul></li><li>Users who contribute to the Snap Hutao open source community (including but not limited to code development, program UI design, localization translation) can directly contact the development team to obtain a developer license. <ul><li>We are currently designing a complete and automated developer license issuance process, which will be launched with the improvement of the Hutao account system.</li></ul></li></ol>',8),l=[n];function c(r,s){return o(),t("div",null,l)}const h=e(i,[["render",c],["__file","hutao-passport.html.vue"]]);export{h as default};

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long

View File

@@ -1,4 +1,4 @@
import{_ as n}from"./plugin-vue_export-helper-x3n3nnut.js";import{o as a,c as s,e as i}from"./app-X3xgKF5S.js";const e={},t=i(`<div class="language-markdown line-numbers-mode" data-ext="md"><pre class="language-markdown"><code><span class="token front-matter-block"><span class="token punctuation">---</span>
import{_ as n}from"./plugin-vue_export-helper-x3n3nnut.js";import{o as a,c as s,e as i}from"./app-NbQdb1h2.js";const e={},t=i(`<div class="language-markdown line-numbers-mode" data-ext="md"><pre class="language-markdown"><code><span class="token front-matter-block"><span class="token punctuation">---</span>
<span class="token front-matter yaml language-yaml"><span class="token key atrule">headerDepth</span><span class="token punctuation">:</span> <span class="token number">0</span>
<span class="token key atrule">category</span><span class="token punctuation">:</span> <span class="token punctuation">[</span>Fitur<span class="token punctuation">,</span> Tutorial<span class="token punctuation">]</span>
<span class="token key atrule">tag</span><span class="token punctuation">:</span>

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-X3xgKF5S.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-NbQdb1h2.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 n,d as c,a as e,b as s}from"./app-X3xgKF5S.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-NbQdb1h2.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-X3xgKF5S.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-NbQdb1h2.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 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-X3xgKF5S.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-NbQdb1h2.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 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-X3xgKF5S.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-NbQdb1h2.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 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-X3xgKF5S.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-NbQdb1h2.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 n,c as r,d as s,a as e,b as c}from"./app-X3xgKF5S.js";const _={},d=e("h1",{id:"声明和公告",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#声明和公告","aria-hidden":"true"},"#"),c(" 声明和公告")],-1),l=e("p",null,[e("strong",null,"Snap Hutao 项目不支持、不参与、不合作任何与原神相关的私服和外挂项目")],-1);function i(u,h){const o=a("AutoCatalog");return n(),r("div",null,[d,l,s(o)])}const p=t(_,[["render",i],["__file","index.html.vue"]]);export{p as default};
import{_ as t}from"./plugin-vue_export-helper-x3n3nnut.js";import{r as a,o as n,c as r,d as s,a as e,b as c}from"./app-NbQdb1h2.js";const _={},d=e("h1",{id:"声明和公告",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#声明和公告","aria-hidden":"true"},"#"),c(" 声明和公告")],-1),l=e("p",null,[e("strong",null,"Snap Hutao 项目不支持、不参与、不合作任何与原神相关的私服和外挂项目")],-1);function i(u,h){const o=a("AutoCatalog");return n(),r("div",null,[d,l,s(o)])}const p=t(_,[["render",i],["__file","index.html.vue"]]);export{p 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-X3xgKF5S.js";const i={},d=e("h1",{id:"statements",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#statements","aria-hidden":"true"},"#"),c(" Statements")],-1),p=e("p",null,[e("strong",null,"Snap Hutao project does NOT support, participate in, or cooperate with any project related to Genshin Impact's private server and cheating program.")],-1);function l(_,m){const t=o("AutoCatalog");return n(),r("div",null,[d,p,s(t)])}const f=a(i,[["render",l],["__file","index.html.vue"]]);export{f 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-NbQdb1h2.js";const i={},d=e("h1",{id:"statements",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#statements","aria-hidden":"true"},"#"),c(" Statements")],-1),p=e("p",null,[e("strong",null,"Snap Hutao project does NOT support, participate in, or cooperate with any project related to Genshin Impact's private server and cheating program.")],-1);function l(_,m){const t=o("AutoCatalog");return n(),r("div",null,[d,p,s(t)])}const f=a(i,[["render",l],["__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-X3xgKF5S.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-NbQdb1h2.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 o,o as n,c as r,d as c,a as e,b as s}from"./app-X3xgKF5S.js";const d={},_=e("h1",{id:"lanjutan",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#lanjutan","aria-hidden":"true"},"#"),s(" Lanjutan")],-1);function l(i,u){const a=o("AutoCatalog");return n(),r("div",null,[_,c(a)])}const h=t(d,[["render",l],["__file","index.html.vue"]]);export{h as default};
import{_ as t}from"./plugin-vue_export-helper-x3n3nnut.js";import{r as o,o as n,c as r,d as c,a as e,b as s}from"./app-NbQdb1h2.js";const d={},_=e("h1",{id:"lanjutan",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#lanjutan","aria-hidden":"true"},"#"),s(" Lanjutan")],-1);function l(i,u){const a=o("AutoCatalog");return n(),r("div",null,[_,c(a)])}const h=t(d,[["render",l],["__file","index.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 n,c,d as r,a as e,b as d}from"./app-X3xgKF5S.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-NbQdb1h2.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-X3xgKF5S.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-NbQdb1h2.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-X3xgKF5S.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-NbQdb1h2.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 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-X3xgKF5S.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-NbQdb1h2.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 o}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-X3xgKF5S.js";const d={},i=e("h1",{id:"fitur",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#fitur","aria-hidden":"true"},"#"),s(" Fitur")],-1);function _(l,f){const t=a("AutoCatalog");return r(),n("div",null,[i,c(t)])}const h=o(d,[["render",_],["__file","index.html.vue"]]);export{h as default};
import{_ as o}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-NbQdb1h2.js";const d={},i=e("h1",{id:"fitur",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#fitur","aria-hidden":"true"},"#"),s(" Fitur")],-1);function _(l,f){const t=a("AutoCatalog");return r(),n("div",null,[i,c(t)])}const h=o(d,[["render",_],["__file","index.html.vue"]]);export{h 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-X3xgKF5S.js";const i={},d=e("h1",{id:"statements",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#statements","aria-hidden":"true"},"#"),c(" Statements")],-1),p=e("p",null,[e("strong",null,"Snap Hutao project does NOT support, participate in, or cooperate with any project related to Genshin Impact's private server and cheating program.")],-1);function l(_,m){const t=o("AutoCatalog");return n(),r("div",null,[d,p,s(t)])}const f=a(i,[["render",l],["__file","index.html.vue"]]);export{f 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-NbQdb1h2.js";const i={},d=e("h1",{id:"statements",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#statements","aria-hidden":"true"},"#"),c(" Statements")],-1),p=e("p",null,[e("strong",null,"Snap Hutao project does NOT support, participate in, or cooperate with any project related to Genshin Impact's private server and cheating program.")],-1);function l(_,m){const t=o("AutoCatalog");return n(),r("div",null,[d,p,s(t)])}const f=a(i,[["render",l],["__file","index.html.vue"]]);export{f 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-X3xgKF5S.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-NbQdb1h2.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-X3xgKF5S.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-NbQdb1h2.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-X3xgKF5S.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-NbQdb1h2.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};

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 t,o as n,c,d as r,a as e,b as d}from"./app-X3xgKF5S.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-NbQdb1h2.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 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-X3xgKF5S.js";const i={},d=e("h1",{id:"statements",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#statements","aria-hidden":"true"},"#"),c(" Statements")],-1),p=e("p",null,[e("strong",null,"Snap Hutao project does NOT support, participate in, or cooperate with any project related to Genshin Impact's private server and cheating program.")],-1);function l(_,m){const t=o("AutoCatalog");return n(),r("div",null,[d,p,s(t)])}const f=a(i,[["render",l],["__file","index.html.vue"]]);export{f 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-NbQdb1h2.js";const i={},d=e("h1",{id:"statements",tabindex:"-1"},[e("a",{class:"header-anchor",href:"#statements","aria-hidden":"true"},"#"),c(" Statements")],-1),p=e("p",null,[e("strong",null,"Snap Hutao project does NOT support, participate in, or cooperate with any project related to Genshin Impact's private server and cheating program.")],-1);function l(_,m){const t=o("AutoCatalog");return n(),r("div",null,[d,p,s(t)])}const f=a(i,[["render",l],["__file","index.html.vue"]]);export{f as default};

File diff suppressed because one or more lines are too long

View File

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

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