Merge branch 'main' into dev

This commit is contained in:
KnugiHK
2024-02-12 18:08:59 +08:00
4 changed files with 54 additions and 2 deletions

35
.github/ISSUE_TEMPLATE/bug_report.md vendored Normal file
View File

@@ -0,0 +1,35 @@
---
name: Bug report
about: Create a report to help us improve
title: "[BUG]"
labels: ''
assignees: ''
---
# Must have
- WhatsApp version: [WhatsApp version] - [Android/iOS]
- Platform: [Linux/Windows/MacOS]
- Branch and version: [main/dev] - [exporter version]
If it is an error yield by Python, please also provide the trackback
```
[trackback here]
```
# Nice to have
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See error
**Screenshots**
If applicable, add screenshots to help explain your problem.
**Additional context**
Add any other context about the problem here.

View File

@@ -0,0 +1,17 @@
---
name: Feature request
about: Suggest an idea for this project
title: "[FEATURE]"
labels: ''
assignees: ''
---
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**Additional context**
Add any other context or screenshots about the feature request here.

2
CNAME
View File

@@ -1 +1 @@
wts.knugi.com
wts.knugi.dev

View File

@@ -99,7 +99,7 @@ wtsexporter -i -b "C:\Users\[Username]\AppData\Roaming\Apple Computer\MobileSync
```
#### Mac
```sh
wtsexporter -i -b "~/Library/Application Support/MobileSync/Backup/[device id]"
wtsexporter -i -b ~/Library/Application\ Support/MobileSync/Backup/[device id]
```
## Results