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) {