diff --git a/README.md b/README.md
index c9d1c31..e4229d7 100644
--- a/README.md
+++ b/README.md
@@ -1,13 +1,15 @@
# BTC 价格监控器
+[](#)
+[](#)
+[](#)
+[](#)
+[](#)
+[](#)
+[](#license)
-
-
-
-
-
-一款 macOS 原生菜单栏应用,用于实时监控主流虚拟货币价格,支持 BTC/ETH/BNB/SOL/DOGE 多种币种。之前使用Python写过虽然也蛮好用但最终还是决定用 macOS 原生语言来重写,已经编译了`Intel`与`Apple Silicon`的通用应用,请至[releases](https://github.com/jiayouzl/Bitcoin-Monitoring/releases/latest)下载。
+一款 macOS 原生菜单栏应用,用于实时监控主流加密货币的价格,支持 BTC/ETH/BNB/SOL/DOGE 多种币种。基于 Swift 编写,致力于打造一款高性能、极简风格的应用APP,已经编译了`Intel`与`Apple Silicon`的通用应用,请至[releases](https://github.com/jiayouzl/Bitcoin-Monitoring/releases/latest)下载。
@@ -16,7 +18,7 @@
## 📷︎ 界面预览
-
+
## ✨ 功能特性
@@ -151,20 +153,6 @@ xcodebuild -project "Bitcoin Monitoring.xcodeproj" -scheme "Bitcoin Monitoring"
## 🏗️ 技术架构
-### 组件架构
-
-```
-test1App.swift (App入口)
-├── AppDelegate (应用生命周期管理)
-└── BTCMenuBarApp (菜单栏核心逻辑)
- ├── PriceManager (价格数据管理)
- │ └── PriceService (网络请求服务)
- ├── AppSettings (配置管理)
- ├── CryptoSymbol (币种枚举)
- ├── RefreshInterval (刷新间隔枚举)
- └── BTCPriceResponse (数据模型)
-```
-
### 设计模式
- **MVVM 架构**: SwiftUI + ObservableObject 模式
diff --git a/assets/iShot_2025-10-30_19.22.39@383×463.png b/assets/iShot_2025-10-30_19.22.39@383×463.png
deleted file mode 100644
index dbbfc6f..0000000
Binary files a/assets/iShot_2025-10-30_19.22.39@383×463.png and /dev/null differ
diff --git a/assets/iShot_2025-10-31_07.04.02@378×431.png b/assets/iShot_2025-10-31_07.04.02@378×431.png
new file mode 100644
index 0000000..ceff953
Binary files /dev/null and b/assets/iShot_2025-10-31_07.04.02@378×431.png differ