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:
@@ -23,32 +23,10 @@ Thanks to [solution provided by CzHUV](https://github.com/DGP-Studio/Snap.Hutao.
|
||||
|
||||
## How to create desktop shortcut with Administrator privilege
|
||||
|
||||
::: tip Community Power
|
||||
Starting from Snap Hutao 1.7.4, you can create a desktop shortcut with Administrator privilege by click `Create Desktop Shortcut`
|
||||
in the settings page.
|
||||
|
||||
Thanks to [solution provided by Parsifa1](https://github.com/DGP-Studio/Snap.Hutao.Docs/issues/17)。
|
||||
|
||||
:::
|
||||
Fundamental principle: Use the following PowerShell scrip can run Snap Hutao with Administrator privilege
|
||||
|
||||
```PowerShell ts:no-line-numbers
|
||||
Start-Process shell:AppsFolder\60568DGPStudio.SnapHutao_ebfp3nyc27j86!App -verb runas
|
||||
```
|
||||
|
||||
- In your desktop, select `New` -> `Shortcut`
|
||||
- In the field of `Type the location of the item`, input:
|
||||
|
||||
```PowerShell ts:no-line-numbers
|
||||
powershell -Command "Start-Process shell:AppsFolder\60568DGPStudio.SnapHutao_ebfp3nyc27j86!App -verb runas
|
||||
```
|
||||
|
||||
- Name the shortcut as `Snap Hutao`
|
||||
- Confirm the creation, and you will get this shortcut with PowerShell logo
|
||||
- Right-click on this shortcut, select `Properties`
|
||||
- Change value of `Run` to `Minimized`
|
||||
- Select `Change Icon`, fill the blank with `%ProgramFiles%\WindowsApps\60568DGPStudio.SnapHutao_1.6.6.0_x64__ebfp
|
||||
3nyc27j86\Snap.Hutao.exe` and save the configuration
|
||||
- Now, you get a shortcut of Snap Hutao with Administrator privilege
|
||||
- You can also pin it to task bar or start menu
|
||||
You can move this shortcut to any place you need.
|
||||
|
||||
## How to run Snap Hutao when Windows starts
|
||||
|
||||
|
||||
@@ -9,28 +9,32 @@ order: 2
|
||||
|
||||
# Submit Bug Report
|
||||
|
||||
 
|
||||
You can submit bug reports when you find reproducible issue that cannot be fixed by yourself
|
||||
|
||||
## Recommended Method
|
||||
Before submitting your issue, please do the following checklist:
|
||||
|
||||
- You can submit bug reports when you find reproducible issue that cannbot be fixed by youself
|
||||
- When submitting the issue, you should describe the problem in as much detail as you can.Screenshots of error should be attached if you have.This is help us to identify the issue faster.
|
||||
- A good example is [DGP-Studio/Snap.Hutao/issues/100](https://github.com/DGP-Studio/Snap.Hutao/issues/100)
|
||||
- If you are able to fix the issue from code, you are also welcome to make PRs directly.
|
||||
- [ ] Make sure you are in the latest version of Snap Hutao
|
||||
- [ ] Check [FAQ](../advanced/FAQ.md) document and [known issues](../advanced/known-issue.md) document
|
||||
- [ ] Search current issues in the project to see if there is same or similar issues
|
||||
|
||||
### Client Issue
|
||||
If you don't get a solution from the above checklist, you can start a new issue on GitHub
|
||||
|
||||
- Check if the document already answered your issue
|
||||
If you need some examples of good issues, you can check them [here](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)
|
||||
|
||||
- Make sure you are in the latest version
|
||||
- You can check FAQ document in the sidebar
|
||||
- [FAQ](../advanced/FAQ.md)
|
||||
|
||||
- Open an Issue <Badge text="Recommended" type="tip" />
|
||||
- Submit your issue on GitHub
|
||||
- [github.com/DGP-Studio/Snap.Hutao/issues/new/choose](https://github.com/DGP-Studio/Snap.Hutao/issues/new/choose)
|
||||
- Open Issue on QQ Support (zh-CN only)
|
||||
- [support.qq.com/products/451231](https://support.qq.com/products/451231)
|
||||
- You should include these information in your issue:
|
||||
- [ ] Your device ID
|
||||
- [ ] Your operating system version
|
||||
- [ ] Describe your issue in details, so the developer can replicate your problem
|
||||
- [ ] How the issue being triggered?
|
||||
- [ ] Is there any error or warning message from the program or your OS?
|
||||
- [ ] Have you done any debug process by yourself? What's the outcome?
|
||||
- [ ] If your issue is about program crash, you need to find `.NET error` on Snap Hutao in your Windows Event Viewer,
|
||||
and include it in your issue
|
||||
|
||||
### Request New or Update Document
|
||||
## Request Document Update
|
||||
|
||||
- Open issue on GitHub: [DGP-Studio/Snap.Hutao.Docs](https://github.com/DGP-Studio/Snap.Hutao.Docs/issues/new/choose)
|
||||
If you think Snap Hutao document is missing some information or contains errors, you can start an issue on Snap.Hutao.Docs project
|
||||
|
||||
- Submit your issue on GitHub:[DGP-Studio/Snap.Hutao.Docs](https://github.com/DGP-Studio/Snap.Hutao.Docs/issues/new/choose)
|
||||
|
||||
Reference in New Issue
Block a user