Skip to content

Commit

Permalink
🍻 Ready for v0.3.2
Browse files Browse the repository at this point in the history
  • Loading branch information
SydneyOwl committed Jun 19, 2024
1 parent 5fc1cd8 commit 24b4d7b
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Views/Common/AboutWindow.axaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@
</StackPanel>
</Button>

<Button HorizontalAlignment="Left" Canvas.Bottom="10" Canvas.Right="100" Click="UpdateButton_OnClick">
<StackPanel Orientation="Horizontal">
<PathIcon Data="{StaticResource arrow_up_regular}" Margin="0,0,10,0" />
<TextBlock Text="检查更新" VerticalAlignment="Center" />
</StackPanel>
</Button>
<!-- <Button HorizontalAlignment="Left" Canvas.Bottom="10" Canvas.Right="100" Click="UpdateButton_OnClick"> -->
<!-- <StackPanel Orientation="Horizontal"> -->
<!-- <PathIcon Data="{StaticResource arrow_up_regular}" Margin="0,0,10,0" /> -->
<!-- <TextBlock Text="检查更新" VerticalAlignment="Center" /> -->
<!-- </StackPanel> -->
<!-- </Button> -->
</Canvas>
</Window>
7 changes: 7 additions & 0 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,12 +140,19 @@
## FAQ

+ linux平台上写频需要`sudo`

+ windows上若无法正常使用蓝牙写频功能,可以试着反勾选“RPC方式”后重试

+ 如果在macOS上出现提示"无法打开,因为它来自身份不明的开发者",请在`设置-隐私与安全性-安全性`中手动允许应用运行。或者在命令行中执行命令:`xattr -cr (.app包的路径)`

<img src="./readme_image/setting.jpg" style="zoom:33%;" />

+ 如在macOS上(在macOS13及以下可能出现该问题)无法正常使用蓝牙功能,请按如下步骤操作:
1. 下载Release中的“macOS-ble-helper”;
2. 打开写频软件后双击运行“macOS-ble-helper” ;
3. 勾选“手动调用RPC”后正常使用蓝牙读写频即可。

<img src="./readme_image/bt-allow.jpg" style="zoom:25%;" />

## 其他

Expand Down
Binary file added readme_image/bt-allow.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added readme_image/setting.jpg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 24b4d7b

Please sign in to comment.