Skip to content

Commit

Permalink
更新readme.md
Browse files Browse the repository at this point in the history
  • Loading branch information
zhongyang219 committed Apr 5, 2018
1 parent 4742eee commit a1318f6
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 4 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ Traffic Monitor是一款用于Windows平台的网速监控悬浮窗软件,可
* 支持嵌入到任务栏显示<br>
* 支持更换皮肤<br>
* 历史流量统计<br>
* 自定义皮肤<br>
# 截图
主悬浮窗:<br>
![](https://github.com/zhongyang219/TrafficMonitor/raw/master/Screenshots/main1.png)<br>
Expand All @@ -22,12 +23,12 @@ Traffic Monitor是一款用于Windows平台的网速监控悬浮窗软件,可
![](https://github.com/zhongyang219/TrafficMonitor/raw/master/Screenshots/selecte_skin.png)<br>
软件支持更换皮肤。用户还可以根据自己的需要编辑自己的皮肤。<br>
皮肤文件放在程序所在目录的`skins`目录下,每个皮肤被放到单独的文件夹下,文件夹的名字就是皮肤的名称。<br>
`skins`目录下新建一个文件夹,制作好`background.bmp``background_l.bmp`两个背景图片放在里面,然后编辑skin.ini文件`text_color`是该皮肤对应的文字颜色,它是一个WIN32的COLORREF的值,`skin_author`是用于显示到更换皮肤界面中的皮肤作者。此外,还可以通过skin.ini指定界面中每个项目的大小和位置。<br>
`skins`目录下新建一个文件夹,制作好`background.bmp``background_l.bmp`两个背景图片放在里面,然后编辑skin.ini文件。可以通过skin.ini指定文本颜色、字体、皮肤作者、每个项目的大小和位置等信息。<br>
详细的皮肤制作教程请[点击此处](https://github.com/zhongyang219/TrafficMonitor/blob/master/皮肤制作教程.md)。<br>
制作好后重启一下软件就可以在列表中看到新增加的皮肤了。<br>
需要重启软件才能在列表中看到新增的皮肤。<br>
# 选项设置
![](https://github.com/zhongyang219/TrafficMonitor/raw/master/Screenshots/option.png)<br>
在右键菜单选择“选项...”可以进入选项设置。在选项设置对话框中,可以单独设置主窗口和任务栏窗口的文本颜色、字体、背景颜色,同时可以自定义显示的文本。还可以选择交换上传和下载的位置。<br>
在右键菜单选择“选项...”可以进入选项设置。在选项设置对话框中,可以单独设置主窗口和任务栏窗口的文本颜色、字体、背景颜色、网速单位,同时可以自定义显示的文本。还可以选择交换上传和下载的位置。<br>
在“常规设置”选项卡中,可以设置是否在程序时自动检查更新,以及是否需要在开机是自动进行。
# 更新日志
V1.67以后版本的更新日志请参见releases页面:https://github.com/zhongyang219/TrafficMonitor/releases
Expand Down
Binary file modified Screenshots/option.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified Screenshots/selecte_skin.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion TrafficMonitor/skins/皮肤11/skin.ini
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
text_color=16777215
skin_author="zy"
font_name=Segoe UI Semibold
font_size=9
font_size=10
[layout]
text_height=20
no_text=1
Expand Down

0 comments on commit a1318f6

Please sign in to comment.