diff --git a/Dockerfile b/Dockerfile
index 209072a..795a53a 100644
--- a/Dockerfile
+++ b/Dockerfile
@@ -5,7 +5,7 @@ WORKDIR /app
# 安装依赖
RUN apt-get update && apt-get install -y --no-install-recommends nginx
-RUN pip install --no-cache-dir beautifulsoup4 fastapi requests uvicorn hydra-core curl_cffi
+RUN pip install --no-cache-dir beautifulsoup4 fastapi requests uvicorn hydra-core curl_cffi schedule
# 复制应用代码
COPY . /app
diff --git a/README.md b/README.md
index 6c2955e..0c309be 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,7 @@
+
+

+
+
# AvHub - Adult Video Resource Management Platform
**AvHub** is a web platform dedicated to the retrieval and management of adult video resources.
@@ -22,6 +26,8 @@ Vercel Page: https://avhub.vercel.app/
[](https://star-history.com/#levywang/avhub&Date)
+[English](README.md) | [简体中文](README_CN.md)
+
---
### **Core Features**
@@ -64,20 +70,20 @@ docker run -d -p :80 -v $PWD:/app --name avhub levywang/avhub:
---
### **Technology Stack**
-• **Frontend**:
- • Built with **Tailwind CSS** for a modern, responsive interface.
- • Integrated with **hls.js** for smooth video playback.
-• **Backend**:
- • Developed using **FastAPI**, a Python framework, to provide efficient and stable API services.
-• **Privacy Protection**:
- • Strictly adheres to privacy principles and does not directly host any resource files. All data is retrieved through third-party links.
+- **Frontend**:
+ - Built with **Tailwind CSS** for a modern, responsive interface.
+ - Integrated with **hls.js** for smooth video playback.
+- **Backend**:
+ - Developed using **FastAPI**, a Python framework, to provide efficient and stable API services.
+- **Privacy Protection**:
+ - Strictly adheres to privacy principles and does not directly host any resource files. All data is retrieved through third-party links.
---
### **Data Sources**
-• **Magnet Links and Cover Images**: Sourced from **missav**.
-• **Hentai Resources**: Sourced from **hacg liuli**.
-• **Random Video Recommendations**: Sourced from crawled data stored in the local file `/data/video_urls.txt`.
+- **Magnet Links and Cover Images**: Sourced from **missav**.
+- **Hentai Resources**: Sourced from **hacg liuli**.
+- **Random Video Recommendations**: Sourced from crawled data stored in the local file `/data/video_urls.txt`.
The above data sources are configured in `data/config.yaml`. If the data sources change or become inaccessible, modifications and maintenance are required.
diff --git a/README_CN.md b/README_CN.md
index 57bced8..eb270eb 100644
--- a/README_CN.md
+++ b/README_CN.md
@@ -1,3 +1,7 @@
+
+

+
+
# AvHub - 成人影视资源管理平台
**AvHub** 是一款专注成人影视资源检索与管理的Web平台
@@ -21,7 +25,9 @@ Vercel Page: https://avhub.vercel.app/
## Star History
-[](https://star-history.com/#levywang/avhub&Date)
+[](https://star-history.com/#levywang/avhub&Date)
+
+[English](README.md) | [简体中文](README_CN.md)
---
diff --git a/web/imgs/avhub_screenshot_cn_01.png b/web/imgs/avhub_screenshot_cn_01.png
new file mode 100644
index 0000000..ef8b762
Binary files /dev/null and b/web/imgs/avhub_screenshot_cn_01.png differ
diff --git a/web/imgs/avhub_screenshot_cn_02.png b/web/imgs/avhub_screenshot_cn_02.png
new file mode 100644
index 0000000..1f5ec79
Binary files /dev/null and b/web/imgs/avhub_screenshot_cn_02.png differ
diff --git a/web/imgs/avhub_screenshot_cn_03.png b/web/imgs/avhub_screenshot_cn_03.png
new file mode 100644
index 0000000..24fc047
Binary files /dev/null and b/web/imgs/avhub_screenshot_cn_03.png differ
diff --git a/web/imgs/avhub_screenshot_en_01.png b/web/imgs/avhub_screenshot_en_01.png
new file mode 100644
index 0000000..40a82c9
Binary files /dev/null and b/web/imgs/avhub_screenshot_en_01.png differ
diff --git a/web/imgs/avhub_screenshot_en_02.png b/web/imgs/avhub_screenshot_en_02.png
new file mode 100644
index 0000000..154c8b3
Binary files /dev/null and b/web/imgs/avhub_screenshot_en_02.png differ
diff --git a/web/imgs/avhub_screenshot_en_03.png b/web/imgs/avhub_screenshot_en_03.png
new file mode 100644
index 0000000..f67001c
Binary files /dev/null and b/web/imgs/avhub_screenshot_en_03.png differ
diff --git a/web/imgs/favicon.ico b/web/imgs/favicon.ico
new file mode 100644
index 0000000..d6bc0e8
Binary files /dev/null and b/web/imgs/favicon.ico differ
diff --git a/web/imgs/logo.png b/web/imgs/logo.png
new file mode 100644
index 0000000..29bdedd
Binary files /dev/null and b/web/imgs/logo.png differ
diff --git a/web/imgs/logo_opaque.png b/web/imgs/logo_opaque.png
new file mode 100644
index 0000000..908cfb1
Binary files /dev/null and b/web/imgs/logo_opaque.png differ