diff --git a/README.md b/README.md
index 42a867b..a2f485b 100644
--- a/README.md
+++ b/README.md
@@ -35,6 +35,7 @@
* Support for downloading files from telegram channels and groups.
* Support multiple telegram accounts for downloading files.
* Support suspending and resuming downloads, and auto transfer files to other destinations.
+* Preview of downloaded videos and pictures.
* Responsive design supports mobile access.
---
@@ -52,6 +53,10 @@
+
+

+

+
## 🚀 Getting Started
@@ -150,8 +155,8 @@ docker build -t jarvis2f/telegram-files .
- ✅ **`Task 2`**: Download statistics and reports.
- ✅ **`Task 3`**: Improve Telegram’s login functionality.
- ✅ **`Task 4`**: Support auto transfer files to other destinations.
-- ☑️ **`Task 5`**: File table is optimized using virtual lists, and API service using GraalVM.
-- ☑️ **`Task 6`**: File downloads in comments under channel messages.
+- ✅ **`Task 5`**: File table is optimized using virtual lists.
+- ☑️ **`Task 6`**: Preload file information to support responsible searches.
---
diff --git a/misc/preview-files-mobile.gif b/misc/preview-files-mobile.gif
new file mode 100644
index 0000000..54f115a
Binary files /dev/null and b/misc/preview-files-mobile.gif differ
diff --git a/misc/preview-files-pc.gif b/misc/preview-files-pc.gif
new file mode 100644
index 0000000..ddba243
Binary files /dev/null and b/misc/preview-files-pc.gif differ