Skip to content

Commit

Permalink
U 更新说明文档
Browse files Browse the repository at this point in the history
U 更新说明文档
  • Loading branch information
DamonHu committed Dec 26, 2019
1 parent d1efba2 commit 7b86445
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 6 deletions.
14 changes: 8 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ Project address: [https://github.com/DamonHu/HDWindowLoggerSwift](https://github

Display effect gif:

![](./ReadmeImage/demo.gif)
![](./ReadmeImage/preview.gif)

In addition to displaying on the screen, you can set whether to automatically scroll the log for debugging, or you can share the output log to WeChat, twitter, etc. for offline viewing. At the same time, you can search for output content, handle it yourself, etc.
In addition to displaying on the screen, you can set whether to automatically scroll the log for debugging, or you can share the output log to WeChat, twitter, etc. for offline viewing. At the same time, you can search for output content, Sensitive content can be encrypted with a password, and shared files are also encrypted, and can be decrypted online with a password.

![](./ReadmeImage/2.png)
![](./ReadmeImage/preview.png)

## I. Installation

Expand Down Expand Up @@ -66,6 +66,8 @@ HDNormalLog (log) // Log's textColor is green
HDWarnLog (log) // log's textColor is yellow
HDErrorLog (log) // Log's textColor is red
HDPrivacyLog (log) // Output of encrypted data, the specific encryption method is described in the following encryption
```

Output format
Expand Down Expand Up @@ -200,11 +202,11 @@ Here are a few online sites recommended, you can also Google it by yourself

展示效果gif图:

![](./ReadmeImage/demo.gif)
![](./ReadmeImage/preview.gif)

除了在屏幕上显示,可以设置是否自动滚动日志便于调试,也可以将输出的日志分享到微信、twitter等程序,以便离线查看。同时可以搜索输出内容,自己处理等
除了在屏幕上显示,可以设置是否自动滚动日志便于调试,也可以将输出的日志分享到微信、twitter等程序,以便离线查看。同时可以搜索输出内容,敏感内容可以设置密码进行加密,分享出来的文件也会进行加密,可以通过密码在线解密

![](./ReadmeImage/2.png)
![](./ReadmeImage/preview.png)

## 一、安装

Expand Down
Binary file removed ReadmeImage/2.png
Binary file not shown.
Binary file removed ReadmeImage/demo.gif
Binary file not shown.
Binary file added ReadmeImage/preview.gif
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 ReadmeImage/preview.png
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 7b86445

Please sign in to comment.