diff --git a/README.md b/README.md index 5dafb9d..9b62b67 100644 --- a/README.md +++ b/README.md @@ -68,6 +68,25 @@ --- +## 📸 项目截图 + +### 🏠 首页 +![首页](https://github.com/ctwj/urldb/assets/raw/main/github/index.webp) + +### 🔧 后台管理 +![后台管理](https://github.com/ctwj/urldb/assets/raw/main/github/admin.webp) + +### ⚙️ 系统配置 +![系统配置](https://github.com/ctwj/urldb/assets/raw/main/github/config.webp) + +### 🔍 搜索通过 +![资源搜索](https://github.com/ctwj/urldb/assets/raw/main/github/search.webp) + +### 👤 多账号管理 +![账号管理](https://github.com/ctwj/urldb/assets/raw/main/github/account.webp) + +--- + ## 🚀 快速开始 ### 环境要求 diff --git a/github/account.webp b/github/account.webp new file mode 100644 index 0000000..5d14653 Binary files /dev/null and b/github/account.webp differ diff --git a/github/admin.webp b/github/admin.webp new file mode 100644 index 0000000..64e06da Binary files /dev/null and b/github/admin.webp differ diff --git a/github/config.webp b/github/config.webp new file mode 100644 index 0000000..79fdc90 Binary files /dev/null and b/github/config.webp differ diff --git a/github/index.webp b/github/index.webp new file mode 100644 index 0000000..0d9428c Binary files /dev/null and b/github/index.webp differ diff --git a/github/search.webp b/github/search.webp new file mode 100644 index 0000000..4b25da4 Binary files /dev/null and b/github/search.webp differ