Skip to content

Commit

Permalink
更新 README
Browse files Browse the repository at this point in the history
  • Loading branch information
fuyoufang committed Aug 2, 2021
1 parent fcc1b93 commit 8a1c5a6
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ WiFiPassword 是一款 Mac 软件,有如下功能:
2. mac 连接 WiFi 之后,可以生成二维码给手机扫描加入
3. 可以保存 WiFi 信息成图片,UI 还过得去


## 软件信息

1. 开发语言:Swift 5
Expand All @@ -18,3 +19,11 @@ WiFiPassword 是一款 Mac 软件,有如下功能:
| :---: | :---: |
| UI 主界面 | ![](Images/main.jpg) |
| 保存的 WiFi 信息图片 | ![](Images/wifi_info.jpg) |

## 参考资料

1. 获取 WiFi 密码的思路来源于 [wifi-password](https://github.com/sdushantha/wifi-password)
2. WiFi 信息的 UI 参考了 [wifi-card](https://github.com/bndw/wifi-card)
3. 生成二维码的代码来源于 [QRCode]( https://github.com/aschuch/QRCode)
1. 其他资料 [resize-ciimage-to-an-exact-size](https://stackoverflow.com/questions/61589783/resize-ciimage-to-an-exact-size), [image-resizing](https://nshipster.com/image-resizing/) 等。

0 comments on commit 8a1c5a6

Please sign in to comment.