diff --git a/README.md b/README.md index ce8c5e0..e68882b 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,7 @@ WiFiPassword 是一款 Mac 软件,有如下功能: 2. mac 连接 WiFi 之后,可以生成二维码给手机扫描加入 3. 可以保存 WiFi 信息成图片,UI 还过得去 + ## 软件信息 1. 开发语言:Swift 5 @@ -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/) 等。 + \ No newline at end of file