diff --git a/README.md b/README.md
index 92d63e1..8767e3e 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,7 @@
@@ -54,3 +54,7 @@ FEATURE
FIX
- 修复 搜索时页码错误的问题
- 完成 禁入类别api交互,添加、查询、修改;添加清除小按钮
+FEATURE
+- 增加 localStorage存储 src\store\localStorage.js
+- 增加 页面显示用户名
+- 修改 首页背景图
\ No newline at end of file
diff --git a/src/assets/bg.jpeg b/src/assets/bg.jpeg
new file mode 100644
index 0000000..10c39a2
Binary files /dev/null and b/src/assets/bg.jpeg differ
diff --git a/src/layout/components/Navbar.vue b/src/layout/components/Navbar.vue
index aae9253..3dd081e 100644
--- a/src/layout/components/Navbar.vue
+++ b/src/layout/components/Navbar.vue
@@ -8,14 +8,14 @@