Skip to content

Commit

Permalink
chore: update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
lawnvi committed May 25, 2024
1 parent 0441e24 commit 0b7aee3
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
9 changes: 6 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,12 +18,15 @@ flutter开发,建立websocket,通过局域网指定对方地址与端口连
3. 水平有限不好看,有些代码只有上帝...也许他也不想看了
4. windows因为不会打包,安装方式比较古早,arm设备也不会打包
5. 不好看,不好用,不安全,自己用的问题不大
6. 写入文件时不会检查设备剩余空间是否足够,请注意剩余空间是否足够
7. 阿巴阿巴
6. 选择文件时因为使用的库需要先复制到缓存目录所以大文件不会即时开始传输,桌面端拖拽应该没有这个问题
7. 写入文件时不会检查设备剩余空间是否足够,请注意剩余空间是否足够
8. 只有文本和文件两种消息展示
9. 阿巴阿巴

[web](https://2.127014.xyz/whisper) [下载⬇](https://github.com/lawnvi/whisper/releases)

If you don't have Avahi installed on your system, just install it using :

If you don't have Avahi installed on your linux system, just install it using :
```shell
sudo apt install -y avahi-daemon avahi-discover avahi-utils libnss-mdns mdns-scan
```
Expand Down
2 changes: 1 addition & 1 deletion lib/page/deviceList.dart
Original file line number Diff line number Diff line change
Expand Up @@ -496,7 +496,7 @@ class _DeviceListScreen extends State<DeviceListScreen> implements ISocketEvent,
Icons.delete,
color: Colors.white,
),
Text('确认删除 ', style: TextStyle(color: Colors.white, fontSize: ism? 16: 18)),
Text(AppLocalizations.of(context)?.deleteConfirm??'确认删除 ', style: TextStyle(color: Colors.white, fontSize: ism? 16: 18)),
],
),
),
Expand Down

0 comments on commit 0b7aee3

Please sign in to comment.