update docs

This commit is contained in:
Masterain
2023-09-18 19:47:00 -07:00
parent 72a97ebd3e
commit 22abed0dc7
13 changed files with 64 additions and 32 deletions

View File

@@ -8,7 +8,7 @@ order: 1
# FAQ
## How to create desktop shortcut
## How to create desktop shortcut (with no admin privilege)
::: tip Community Power

View File

@@ -3,7 +3,7 @@ headerDepth: 0
category:
- FAQ
icon: read
order: 7
order: 8
---
# 祈愿系统与导出原理

View 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.
![](https://img.alicdn.com/imgextra/i3/1797064093/O1CN01RJFPnY1g6dye2b8Uy_!!1797064093.png_.webp)
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

View File

@@ -3,7 +3,7 @@ category:
- FAQ
- 第三方工具
icon: read
order: 6
order: 7
---
# 使用第三方工具获取有 Stoken 的 cookie

View File

@@ -2,7 +2,7 @@
category:
- FAQ
icon: delete
order: 8
order: 9
---
# Uninstall Snap Hutao

View File

@@ -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
:::