diff --git a/Graph/DoReviseBook.svg b/Graph/DoReviseBook.svg
deleted file mode 100644
index 8db6fd2..0000000
--- a/Graph/DoReviseBook.svg
+++ /dev/null
@@ -1,96 +0,0 @@
-
-
-
-
diff --git a/Graph/DoSortBook.svg b/Graph/DoSortBook.svg
deleted file mode 100644
index db12124..0000000
--- a/Graph/DoSortBook.svg
+++ /dev/null
@@ -1,71 +0,0 @@
-
-
-
-
diff --git a/Graph/修改图书.png b/Graph/修改图书.png
new file mode 100644
index 0000000..7d15f3b
Binary files /dev/null and b/Graph/修改图书.png differ
diff --git a/Graph/排序图书.png b/Graph/排序图书.png
new file mode 100644
index 0000000..5c9ec98
Binary files /dev/null and b/Graph/排序图书.png differ
diff --git a/README.md b/README.md
index 89bfa72..8e0aa8b 100644
--- a/README.md
+++ b/README.md
@@ -350,7 +350,7 @@ Step 2: 输入图书编号
Step 3: if 图书编号不存在,输出没有那样的书
Step 4: if 图书编号存在,提示原图书数量,输出需要修改的图书数量并输出修改成功信息
```
-![修改图书](Graph\DoReviseBook.svg)
+![修改图书](Graph\修改图书.png)
## DoSortBook
```
@@ -358,4 +358,4 @@ Step 1: 提示排序图书
Step 2: if 没有图书编号 输出图书为空并输出排序成功
Step 3: if 有图书编号 直接输出排序成功
```
-![排序图书](Graph\DoSortBook.svg)
\ No newline at end of file
+![排序图书](Graph\排序图书.png)
\ No newline at end of file