mirror of
https://jihulab.com/DGP-Studio/Snap.Hutao.Docs.git
synced 2025-11-19 21:16:31 +08:00
update docs
This commit is contained in:
@@ -8,7 +8,7 @@ order: 1
|
||||
|
||||
# FAQ
|
||||
|
||||
## How to create desktop shortcut
|
||||
## How to create desktop shortcut (with no admin privilege)
|
||||
|
||||
::: tip Community Power
|
||||
|
||||
|
||||
@@ -3,7 +3,7 @@ headerDepth: 0
|
||||
category:
|
||||
- FAQ
|
||||
icon: read
|
||||
order: 7
|
||||
order: 8
|
||||
---
|
||||
|
||||
# 祈愿系统与导出原理
|
||||
|
||||
19
docs/en/advanced/dependency.md
Normal file
19
docs/en/advanced/dependency.md
Normal file
@@ -0,0 +1,19 @@
|
||||
---
|
||||
category: [FAQ, dependency, installation]
|
||||
icon: structure
|
||||
order: 6
|
||||
---
|
||||
|
||||
# Install Dependency Manually
|
||||
|
||||
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.
|
||||
|
||||

|
||||
|
||||
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. Visit Microsoft document page:[Latest downloads for the Windows App SDK](https://learn.microsoft.com/en-us/windows/apps/windows-app-sdk/downloads)
|
||||
2. Click on `Dwonload the latest x64 stable installer` to download the offline installer
|
||||
3. Run Windows App Runtime installer you just downloaded, and then install Snap Hutao
|
||||
@@ -3,7 +3,7 @@ category:
|
||||
- FAQ
|
||||
- 第三方工具
|
||||
icon: read
|
||||
order: 6
|
||||
order: 7
|
||||
---
|
||||
|
||||
# 使用第三方工具获取有 Stoken 的 cookie
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
category:
|
||||
- FAQ
|
||||
icon: delete
|
||||
order: 8
|
||||
order: 9
|
||||
---
|
||||
|
||||
# Uninstall Snap Hutao
|
||||
|
||||
@@ -13,28 +13,20 @@ order: 5
|
||||
|
||||
::: tip
|
||||
|
||||
If you download and use **Snap Hutao**,you are agree to our[ terms of service](statements/tos.md)
|
||||
If you download and use **Snap Hutao**,you are agree to our [terms of service](statements/tos.md)
|
||||
|
||||
:::
|
||||
|
||||
<!-- @include: star-request.md -->
|
||||
|
||||
## Video Tutorial
|
||||
|
||||
For most people, follow the instruction on this page is more effiency.
|
||||
|
||||
However, if you are not familiar with the operation mentioned below, you can come back the follow the video tutorial.
|
||||
::: details Snap Hutao Tutorial - Microsoft Store Installation (zh-CN)
|
||||
<BiliBili bvid="BV13A411k7B4" />
|
||||
:::
|
||||
|
||||
## Minimum System Requirements
|
||||
|
||||
| Requirement | Attribute |
|
||||
| ----------------------- | -------------------------------------- |
|
||||
| **Minimum Required OS** | Windows 10 Build 19045 (22H2) [^first] |
|
||||
| **Recommended OS** | Windows 11 Build 22621 (22H2) |
|
||||
| Optional Components | WebView2 Runtime |
|
||||
| Requirement | Attribute |
|
||||
| ----------------------- | ----------------------------------------------- |
|
||||
| **Minimum Required OS** | Windows 10 Build 19045 (22H2) [^first] |
|
||||
| **Recommended OS** | Windows 11 Build 22621 (22H2) or later versions |
|
||||
| Required Components | Windows Update, App Installer |
|
||||
| Optional Components | WebView2 Runtime |
|
||||
|
||||
## Download Snap Hutao
|
||||
|
||||
@@ -56,14 +48,16 @@ On Windows 10 and Windows 11 you can click the button above to download Snap Hut
|
||||
- Launch PowerShell
|
||||
- Execute command `winget install "Snap Hutao"`
|
||||
- Follow the prompt to allow the installation
|
||||
- If failed install, receive error of missing dependency or stuck at framework installation stage, please refer to
|
||||
[Install Dependency Manually](advanced/dependency.md) document
|
||||
|
||||
@tab GitHub
|
||||
|
||||
- Visit the [latest release page](https://github.com/DGP-Studio/Snap.Hutao/releases/latest/) of Snap Hutao
|
||||
- Download MSIX Package
|
||||
- Run the MSIX package directly to perform installation
|
||||
- If failed install or receive error of missing dependency, you need to install
|
||||
[dependency package](https://d.hut.ao/releases/Dependency) first
|
||||
- If failed install, receive error of missing dependency or stuck at framework installation stage, please refer to
|
||||
[Install Dependency Manually](advanced/dependency.md) document
|
||||
|
||||
:::
|
||||
|
||||
|
||||
Reference in New Issue
Block a user