✨ feat: Add preview functionality for downloaded videos and images in README
This commit is contained in:
parent
7192047ab6
commit
4ee6661cd6
3 changed files with 7 additions and 2 deletions
|
|
@ -35,6 +35,7 @@
|
||||||
* Support for downloading files from telegram channels and groups.
|
* Support for downloading files from telegram channels and groups.
|
||||||
* Support multiple telegram accounts for downloading files.
|
* Support multiple telegram accounts for downloading files.
|
||||||
* Support suspending and resuming downloads, and auto transfer files to other destinations.
|
* Support suspending and resuming downloads, and auto transfer files to other destinations.
|
||||||
|
* Preview of downloaded videos and pictures.
|
||||||
* Responsive design supports mobile access.
|
* Responsive design supports mobile access.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
@ -52,6 +53,10 @@
|
||||||
<img src="./misc/screenshot-3.png" align="center" style="width: 300px; height: 500px;">
|
<img src="./misc/screenshot-3.png" align="center" style="width: 300px; height: 500px;">
|
||||||
<img src="./misc/screenshot-4.png" align="center" style="width: 300px; height: 500px;">
|
<img src="./misc/screenshot-4.png" align="center" style="width: 300px; height: 500px;">
|
||||||
</div>
|
</div>
|
||||||
|
<div align="center">
|
||||||
|
<img src="./misc/preview-files-pc.gif" width="70%">
|
||||||
|
<img src="./misc/preview-files-mobile.gif" width="18%">
|
||||||
|
</div>
|
||||||
</details>
|
</details>
|
||||||
|
|
||||||
## 🚀 Getting Started
|
## 🚀 Getting Started
|
||||||
|
|
@ -150,8 +155,8 @@ docker build -t jarvis2f/telegram-files .
|
||||||
- ✅ **`Task 2`**: Download statistics and reports.
|
- ✅ **`Task 2`**: Download statistics and reports.
|
||||||
- ✅ **`Task 3`**: Improve Telegram’s login functionality.
|
- ✅ **`Task 3`**: Improve Telegram’s login functionality.
|
||||||
- ✅ **`Task 4`**: Support auto transfer files to other destinations.
|
- ✅ **`Task 4`**: Support auto transfer files to other destinations.
|
||||||
- ☑️ **`Task 5`**: File table is optimized using virtual lists, and API service using GraalVM.
|
- ✅ **`Task 5`**: File table is optimized using virtual lists.
|
||||||
- ☑️ **`Task 6`**: File downloads in comments under channel messages.
|
- ☑️ **`Task 6`**: Preload file information to support responsible searches.
|
||||||
|
|
||||||
---
|
---
|
||||||
|
|
||||||
|
|
|
||||||
BIN
misc/preview-files-mobile.gif
Normal file
BIN
misc/preview-files-mobile.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.2 MiB |
BIN
misc/preview-files-pc.gif
Normal file
BIN
misc/preview-files-pc.gif
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 6.3 MiB |
Loading…
Reference in a new issue