From 83471a37b0facaa9d7879fde9acdf822e801867d Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Sat, 14 Sep 2024 19:39:42 +0800 Subject: [PATCH] Update common.js --- plugins/acme_pandominassl_apply/js/common.js | 3 +++ 1 file changed, 3 insertions(+) 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); }