From 0bb968dd1cfbbad61338d9c70b5f571c43e59056 Mon Sep 17 00:00:00 2001 From: CN-JS-HuiBai Date: Mon, 9 Feb 2026 01:15:29 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E4=BF=A1=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- beian.js | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/beian.js b/beian.js index 3ccfa46..e38247b 100644 --- a/beian.js +++ b/beian.js @@ -1,9 +1,9 @@ async function handleRequest(request) { // ICP备案号 - const icp = "苏ICP备2022009869号-2"; + const icp = "ICP备案号"; // 公安备案号 - const publicSecurity = "苏公网安备32132402000606号"; + const publicSecurity = "公安备案号"; // HTML页面 const html = ` @@ -63,7 +63,7 @@ async function handleRequest(request) {
-

${icp} | 公安备案 ${publicSecurity}

+

${icp} | 公安备案 ${publicSecurity}

`;