diff --git a/README.md b/README.md
index 65e44a3..943712a 100644
--- a/README.md
+++ b/README.md
@@ -23,6 +23,58 @@
- 支持 PC 端与移动端自适应布局
- 针对不同设备优化的交互体验
+## 产品展示
+
+### PC 端
+
+
+

+
登录页面
+
+
+
+

+
资源搜索
+
+
+
+

+
资源详情
+
+
+
+

+

+
资源转存
+
+
+
+

+
豆瓣榜单
+
+
+### 移动端
+
+
+
+

+
登录页面
+
+
+

+
资源搜索
+
+
+

+

+
资源转存
+
+
+

+
豆瓣榜单
+
+
+
## 技术栈
### 前端
diff --git a/TODO.md b/TODO.md
deleted file mode 100644
index 47ace3a..0000000
--- a/TODO.md
+++ /dev/null
@@ -1,7 +0,0 @@
-# TODO
-
-- ~~资源列表增加网盘标识~~
-- ~~增加对夸克网盘转存的支持~~
-- ~~增加搜索框直接解析链接~~
-- ~~替换rsshub改为直接从telegram获取资源信息~~
-- ~~增加资源列表web源加载更多功能~~
diff --git a/docs/images/mobile/douban.png b/docs/images/mobile/douban.png
new file mode 100644
index 0000000..18b7ac7
Binary files /dev/null and b/docs/images/mobile/douban.png differ
diff --git a/docs/images/mobile/login.png b/docs/images/mobile/login.png
new file mode 100644
index 0000000..34319dd
Binary files /dev/null and b/docs/images/mobile/login.png differ
diff --git a/docs/images/mobile/save.png b/docs/images/mobile/save.png
new file mode 100644
index 0000000..4b3c4e9
Binary files /dev/null and b/docs/images/mobile/save.png differ
diff --git a/docs/images/mobile/save1.png b/docs/images/mobile/save1.png
new file mode 100644
index 0000000..ee8bade
Binary files /dev/null and b/docs/images/mobile/save1.png differ
diff --git a/docs/images/mobile/search.png b/docs/images/mobile/search.png
new file mode 100644
index 0000000..55da7e4
Binary files /dev/null and b/docs/images/mobile/search.png differ
diff --git a/docs/images/pc/detail.png b/docs/images/pc/detail.png
new file mode 100644
index 0000000..314eaf9
Binary files /dev/null and b/docs/images/pc/detail.png differ
diff --git a/docs/images/pc/douban.png b/docs/images/pc/douban.png
new file mode 100644
index 0000000..6b977ed
Binary files /dev/null and b/docs/images/pc/douban.png differ
diff --git a/docs/images/pc/login.png b/docs/images/pc/login.png
new file mode 100644
index 0000000..748c700
Binary files /dev/null and b/docs/images/pc/login.png differ
diff --git a/docs/images/pc/save.png b/docs/images/pc/save.png
new file mode 100644
index 0000000..90317f9
Binary files /dev/null and b/docs/images/pc/save.png differ
diff --git a/docs/images/pc/save1.png b/docs/images/pc/save1.png
new file mode 100644
index 0000000..f85d309
Binary files /dev/null and b/docs/images/pc/save1.png differ
diff --git a/docs/images/pc/search.png b/docs/images/pc/search.png
new file mode 100644
index 0000000..e8a41dd
Binary files /dev/null and b/docs/images/pc/search.png differ
diff --git a/frontend/package.json b/frontend/package.json
index 8a8595b..64075a3 100644
--- a/frontend/package.json
+++ b/frontend/package.json
@@ -1,7 +1,7 @@
{
"name": "cloud-saver-web",
"private": true,
- "version": "0.1.0",
+ "version": "0.2.0",
"type": "module",
"scripts": {
"dev": "vite --host",
diff --git a/package.json b/package.json
index ad2e21c..8a44c3d 100644
--- a/package.json
+++ b/package.json
@@ -1,6 +1,6 @@
{
"name": "cloud-saver",
- "version": "0.1.2",
+ "version": "0.2.0",
"private": true,
"workspaces": [
"frontend",