mirror of
https://github.com/jiayouzl/Bitcoin-Monitoring.git
synced 2025-11-25 19:37:50 +08:00
Update README.md
This commit is contained in:
14
README.md
14
README.md
@@ -7,12 +7,12 @@
|
|||||||

|

|
||||||

|

|
||||||
|
|
||||||
一款专业的 macOS 菜单栏应用,用于实时监控 BTC 价格,之前使用Python写过虽然也蛮好用但最终还是决定用macOS原生语言开发,已经编译了`Intel`与`Apple Silicon`的通用应用,请至releases下载。
|
一款 macOS 原生菜单栏应用,用于实时监控 `BTC` 价格,之前使用Python写过虽然也蛮好用但最终还是决定用macOS原生语言开发,已经编译了`Intel`与`Apple Silicon`的通用应用,请至`releases`下载。
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
## 📖 如在macOS下无法运行,请执行以下步骤:
|
## 📖 如在macOS下无法运行,请执行以下步骤:
|
||||||
> 系统设置 → 隐私与安全性 → 安全性 → 已阻止“Bitcoin Monitoring。app”以保护Mac → 仍要打开
|
> 系统设置 → 隐私与安全性 → 安全性 → 已阻止“Bitcoin Monitoring.app”以保护Mac → 仍要打开
|
||||||
|
|
||||||
## 📷︎ 界面预览
|
## 📷︎ 界面预览
|
||||||
|
|
||||||
@@ -62,8 +62,8 @@
|
|||||||
|
|
||||||
1. **克隆项目**
|
1. **克隆项目**
|
||||||
```bash
|
```bash
|
||||||
git clone https://github.com/your-username/btc-price-monitor.git
|
git clone https://github.com/jiayouzl/Bitcoin-Monitoring.git
|
||||||
cd btc-price-monitor
|
cd Bitcoin-Monitoring
|
||||||
```
|
```
|
||||||
|
|
||||||
2. **在 Xcode 中打开**
|
2. **在 Xcode 中打开**
|
||||||
@@ -73,7 +73,7 @@
|
|||||||
|
|
||||||
3. **运行应用**
|
3. **运行应用**
|
||||||
- 在 Xcode 中选择 "Bitcoin Monitoring" scheme
|
- 在 Xcode 中选择 "Bitcoin Monitoring" scheme
|
||||||
- 点击运行按钮或使用 `Cmd+R`
|
- 点击运行按钮或使用快捷键: `Cmd+R`
|
||||||
|
|
||||||
## 📖 使用说明
|
## 📖 使用说明
|
||||||
|
|
||||||
@@ -81,7 +81,7 @@
|
|||||||
|
|
||||||
1. **启动应用**
|
1. **启动应用**
|
||||||
- 应用启动后自动在菜单栏显示 BTC 图标
|
- 应用启动后自动在菜单栏显示 BTC 图标
|
||||||
- 首次启动会显示 "加载中..." 状态
|
- 首次启动会显示 "加载中...." 状态
|
||||||
|
|
||||||
2. **查看价格**
|
2. **查看价格**
|
||||||
- 菜单栏实时显示当前 BTC 价格
|
- 菜单栏实时显示当前 BTC 价格
|
||||||
@@ -310,4 +310,4 @@ curl "https://api.binance.com/api/v3/ticker/price?symbol=BTCUSDT"
|
|||||||
|
|
||||||
Made with ❤️ for the Bitcoin community
|
Made with ❤️ for the Bitcoin community
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user