Files
HeartRateMonitorAndroid/README.md
2025-07-14 00:42:12 +08:00

10 lines
659 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# Heart Rate Monitor Android
本程序理论可以在Android/iOS设备上运行请自行编译编译前请修改如下部分
1. 请新建 `./Resources/Raw/token.txt` 来存储 `token`,请确保与服务端 `token` 一致。
2. 请修改位于 `./MainPage.xaml.cs` 的默认 `websocket` 服务器地址,除非你想每次启动软件时都手动输入一次服务器地址。
## 编译须知
- 本程序依赖dotnet 8.0.400 版本,请确认你有对应版本的 dotnetSDK。
- 本程序需要maui工作负载请使用 `dotnet workload install maui` 来安装此负载。
- 本程序无法在Windows下运行本程序不是UWP应用。