Update simdht.js

This commit is contained in:
Mr Chen 2019-01-19 15:33:17 +08:00
parent d3236f32a8
commit 8ba50e368c
1 changed files with 2 additions and 2 deletions

View File

@ -264,8 +264,8 @@ function dhtRead(){
dhtPost('dht_cmd','', function(data){
console.log(data);
var readme = '<p>* 在手动导入SQL-先把数据表创建</p>';
readme += '<p>* 修改成对应配置文件</p>';
readme += '<p></p>';
readme += '<p>* 修改成对应配置文件</p>';
readme += '<p>* 加入到计划[自行调节]:'+data.data+'</p>';
$('.soft-man-con').html(readme);
});