diff --git a/README.md b/README.md
index b8a50ca..6da30eb 100644
--- a/README.md
+++ b/README.md
@@ -9,21 +9,18 @@
### Motivation
-The waste of used books, break the information barrier among students.
-
-Initial exploration of LLMs in online shopping platform as well as full-stack development.
+There is a lack of an intermediary platform with certain guarantees to enhance the efficiency of second-hand book transactions among students and the reliability of the items. Taking Nanjing University campus as an example, this platform aims to create an AI-powered transaction information platform. An AI assistant can provide personalized recommendation services such as book comparisons for customers, the transaction process is further constrained to improve efficiency, standardize the transaction process, and provide a comfortable experience for both parties
---
### Deployment
-### prerequisite
+##### Prerequisite
- nginx nginx -s reload
--
-### Deploy backend
+##### Deploy backend
-Deploy frontend
+##### Deploy frontend
```bash
npm run serve
```
@@ -33,8 +30,8 @@ npm run serve
---
### Architecture
-#### Backend with Spring Boot
-#### Frontend with Vue3
+- Backend with Springboot
+- Frontend with Vue3
---
### Demonstration of the work
@@ -42,18 +39,69 @@ You can try the [Live demo](http://124.71.159.90/home), powered by Huawei Cloud.
Homepage
+
+
+
+
+
+
+
+
+
+
+
+Login
+
+
+
+
+
+
+
+AI assistant
+
+
+
+
+
+
+
+
+Personal information & Edit
+
+
+
+
+
+
+
+Merchandise upload & Track
+
+
+
+
+
-##### AI assistant
-##### preliminary
-> OpenAI API KEY
+
+Merchandise reserve
+
+
- AI assistant is prompted with the following targeted scenarios:
- - TBD
-#### Personal edition
-#### Goods
+
+
+
+Email notification
+
+
+
+
+
+
+
+---
Update time 2023-07-14
diff --git a/Utils/detail.png b/Utils/detail.png
new file mode 100644
index 0000000..2de6819
Binary files /dev/null and b/Utils/detail.png differ
diff --git a/Utils/email_1.png b/Utils/email_1.png
new file mode 100644
index 0000000..a155179
Binary files /dev/null and b/Utils/email_1.png differ
diff --git a/Utils/email_2.png b/Utils/email_2.png
new file mode 100644
index 0000000..b639817
Binary files /dev/null and b/Utils/email_2.png differ
diff --git a/Utils/home_2.png b/Utils/home_2.png
index 985e5ea..bc5816d 100644
Binary files a/Utils/home_2.png and b/Utils/home_2.png differ
diff --git a/Utils/home_3.png b/Utils/home_3.png
index 75406b3..c920a39 100644
Binary files a/Utils/home_3.png and b/Utils/home_3.png differ
diff --git a/Utils/home_4.png b/Utils/home_4.png
new file mode 100644
index 0000000..0e2260d
Binary files /dev/null and b/Utils/home_4.png differ
diff --git a/Utils/home_5.png b/Utils/home_5.png
new file mode 100644
index 0000000..47774b1
Binary files /dev/null and b/Utils/home_5.png differ
diff --git a/Utils/login.png b/Utils/login.png
new file mode 100644
index 0000000..9aa9681
Binary files /dev/null and b/Utils/login.png differ
diff --git a/Utils/personal_2.png b/Utils/personal_2.png
new file mode 100644
index 0000000..f16d88b
Binary files /dev/null and b/Utils/personal_2.png differ
diff --git a/Utils/track.png b/Utils/track.png
new file mode 100644
index 0000000..be4b5a8
Binary files /dev/null and b/Utils/track.png differ
diff --git a/Utils/upload.png b/Utils/upload.png
new file mode 100644
index 0000000..3ad84d0
Binary files /dev/null and b/Utils/upload.png differ