From 1a0b7895d91652c67190cb0a1e61c0b02ff07a1d Mon Sep 17 00:00:00 2001 From: Mr Chen Date: Sun, 15 Sep 2024 15:41:33 +0800 Subject: [PATCH] Update common.js --- plugins/acme_pandominassl_apply/js/common.js | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/acme_pandominassl_apply/js/common.js b/plugins/acme_pandominassl_apply/js/common.js index a7fbeb929..954e4ceb3 100755 --- a/plugins/acme_pandominassl_apply/js/common.js +++ b/plugins/acme_pandominassl_apply/js/common.js @@ -87,6 +87,7 @@ function apaReadme(){ readme += '
  • HOOK: ssl发生变动时调用!
  • '; readme += '
  • 暂时仅支持1000个域名管理!
  • '; readme += '
  • DNSAPI文档: https://github.com/acmesh-official/acme.sh/wiki/dnsapi
  • '; + readme += '
  • 默认7天强制更新!
  • '; readme += '';