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); });