diff --git a/README-ZH_CN.md b/README-ZH_CN.md
index 46176ca..e8e500e 100644
--- a/README-ZH_CN.md
+++ b/README-ZH_CN.md
@@ -58,7 +58,7 @@
- [chat-gpt_0.7.4_amd64.AppImage](https://github.com/lencx/ChatGPT/releases/download/v0.7.4/chat-gpt_0.7.4_amd64.AppImage): **工作可靠,`.deb` 运行失败时可以尝试它**
- 使用 [AUR](https://aur.archlinux.org/packages/chatgpt-desktop-bin):
```bash
- sudo pacman -S chatgpt-desktop-bin
+ yay -S chatgpt-desktop-bin
```
@@ -73,8 +73,8 @@
你可以从 [awesome-chatgpt-prompts](https://github.com/f/awesome-chatgpt-prompts) 来寻找有趣的功能来导入到应用。也可以使用 `Sync Prompts`,来一键同步所有,如果你不想让某些提示出现在你的斜杠命令,你可以禁用它们。
-
-
+
+
@@ -171,9 +171,9 @@
## 👀 预览
-
-
-
+
+
+
## ❓ 常见问题
diff --git a/README.md b/README.md
index 2feda4c..1122e2e 100644
--- a/README.md
+++ b/README.md
@@ -4,7 +4,6 @@
-
-
+
+
+
## ❓FAQ
diff --git a/assets/chat-cmd-1.png b/assets/chat-cmd-1.png
deleted file mode 100644
index e83d4c2..0000000
Binary files a/assets/chat-cmd-1.png and /dev/null differ
diff --git a/assets/chat-cmd-2.png b/assets/chat-cmd-2.png
deleted file mode 100644
index 36e971c..0000000
Binary files a/assets/chat-cmd-2.png and /dev/null differ
diff --git a/assets/chatgpt-control-center-general.png b/assets/chatgpt-control-center-general.png
new file mode 100644
index 0000000..8cdc94e
Binary files /dev/null and b/assets/chatgpt-control-center-general.png differ
diff --git a/assets/chatgpt-dalle2-tray.png b/assets/chatgpt-dalle2-tray.png
new file mode 100644
index 0000000..66cf204
Binary files /dev/null and b/assets/chatgpt-dalle2-tray.png differ
diff --git a/assets/chatgpt-export.png b/assets/chatgpt-export.png
new file mode 100644
index 0000000..1be711c
Binary files /dev/null and b/assets/chatgpt-export.png differ
diff --git a/assets/chatgpt-menu.png b/assets/chatgpt-menu.png
new file mode 100644
index 0000000..bd5e4c2
Binary files /dev/null and b/assets/chatgpt-menu.png differ
diff --git a/assets/chatgpt-sync-prompts.png b/assets/chatgpt-sync-prompts.png
new file mode 100644
index 0000000..2006952
Binary files /dev/null and b/assets/chatgpt-sync-prompts.png differ
diff --git a/assets/control-center.png b/assets/control-center.png
deleted file mode 100644
index 90b8d0d..0000000
Binary files a/assets/control-center.png and /dev/null differ
diff --git a/assets/export.png b/assets/export.png
deleted file mode 100644
index 6d580bc..0000000
Binary files a/assets/export.png and /dev/null differ
diff --git a/assets/tray-login.png b/assets/tray-login.png
deleted file mode 100644
index 0dad35b..0000000
Binary files a/assets/tray-login.png and /dev/null differ
diff --git a/assets/tray.png b/assets/tray.png
deleted file mode 100644
index de46b51..0000000
Binary files a/assets/tray.png and /dev/null differ
diff --git a/src/view/General.tsx b/src/view/General.tsx
index ce4416e..6b5d0aa 100644
--- a/src/view/General.tsx
+++ b/src/view/General.tsx
@@ -153,11 +153,8 @@ export default function General() {