Update doh.js

This commit is contained in:
dami 2025-11-29 15:40:36 +08:00
parent 66c8bb7c78
commit f842ed7b3d
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ function dohPost(method,args,callback, title){
function dohRead(){
var readme = '<ul class="help-info-text c7">';
readme += '<li>DNS</li>';
readme += '<li>DNS服务</li>';
readme += '</ul>';
$('.soft-man-con').html(readme);