From d7e7f5ea2d12f68216b993863e240f0573416d30 Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Sat, 19 Jan 2019 15:33:17 +0800 Subject: [PATCH] Update simdht.js --- plugins/simdht/js/simdht.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/simdht/js/simdht.js b/plugins/simdht/js/simdht.js index 92a05295d..44de2d9b2 100755 --- a/plugins/simdht/js/simdht.js +++ b/plugins/simdht/js/simdht.js @@ -264,8 +264,8 @@ function dhtRead(){ dhtPost('dht_cmd','', function(data){ console.log(data); var readme = '

* 在手动导入SQL-先把数据表创建

'; - readme += '

* 修改成对应配置文件

'; - readme += '

'; + readme += '

* 修改成对应的配置文件

'; + readme += '

* 加入到计划[自行调节]:'+data.data+'

'; $('.soft-man-con').html(readme); });