diff --git a/plugins/acme_pandominassl_apply/js/common.js b/plugins/acme_pandominassl_apply/js/common.js index 989fcc9ff..d5892b971 100755 --- a/plugins/acme_pandominassl_apply/js/common.js +++ b/plugins/acme_pandominassl_apply/js/common.js @@ -86,6 +86,9 @@ function apaReadme(){ readme += '
  • 通过DNS验证获取SSL证书!
  • '; readme += '
  • HOOK: ssl发生变动时调用!
  • '; readme += '
  • 暂时仅支持1000个域名管理!
  • '; + readme += '
  • DNSAPI文档: https://github.com/acmesh-official/acme.sh/wiki/dnsapi
  • '; + + readme += ''; $('.soft-man-con').html(readme); }