diff --git a/README.md b/README.md
index f44c254..9026efd 100644
--- a/README.md
+++ b/README.md
@@ -8,9 +8,10 @@
 [![License](https://img.shields.io/badge/license-MIT-4EB1BA.svg?style=flat-square)](https://github.com/cppla/ServerStatus)
 [![Version](https://img.shields.io/badge/Version-Build%201.1.2-red)](https://github.com/cppla/ServerStatus)
 
-![Latest Version](http://dl.cpp.la/Archive/serverstatus_1.0.9.png)
+![Latest Host Version](https://dl.cpp.la/Archive/serverstatus_1.1.2_host.png)
+![Latest Server Version](https://dl.cpp.la/Archive/serverstatus_1.1.2_server.png)
 
-`Watchdog触发式告警,interval只是为了防止频繁收到报警信息造成的骚扰,并不是探测间隔。 同时为了防止海外机器闪断报警,也加入username、name、type等静态字符串参数的计算支持。值得注意的是,Exprtk库默认使用窄字符类型,中文等Unicode字符无法解析计算,等待修复 `    
+`Watchdog触发式告警,interval只是为了防止频繁收到报警信息造成的骚扰,并不是探测间隔。 同时为了防止海外机器闪断报警,也加入username、name、type等静态字符串参数的计算支持。值得注意的是,Exprtk库默认使用窄字符类型,中文等Unicode字符无法解析计算,等待修复。 `    
 
 # 目录:
 
diff --git a/server/config.json b/server/config.json
index aea2573..f3f0e40 100644
--- a/server/config.json
+++ b/server/config.json
@@ -40,19 +40,19 @@
 	],
 	"monitors": [
 		{
-			"name": "百度一下",
+			"name": "baidu",
 			"host": "https://www.baidu.com",
 			"interval": 60,
 			"type": "https"
 		},
 		{
-			"name": "502论坛",
+			"name": "502BBS",
 			"host": "https://www.hostloc.com",
 			"interval": 60,
 			"type": "https"
 		},
 		{
-			"name": "DNS服务",
+			"name": "myDNS",
 			"host": "114.114.114.114:53",
 			"interval": 60,
 			"type": "tcp"