移除信息
This commit is contained in:
6
beian.js
6
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) {
|
||||
<body>
|
||||
<div class="main-content"></div>
|
||||
<div class="beian-footer">
|
||||
<p><a href="https://beian.miit.gov.cn/" target="_blank">${icp}</a> <span class="separator">|</span> <a href="https://beian.mps.gov.cn/#/query/webSearch?code=32132402000606" target="_blank"><img src="https://image.cloudyun.top/i/2026/02/09/o49mk.png" alt="公安备案" style="vertical-align: middle;"> ${publicSecurity}</a></p>
|
||||
<p><a href="https://beian.miit.gov.cn/" target="_blank">${icp}</a> <span class="separator">|</span> <a href="https://beian.mps.gov.cn/" target="_blank"><img src="https://image.cloudyun.top/i/2026/02/09/o49mk.png" alt="公安备案" style="vertical-align: middle;"> ${publicSecurity}</a></p>
|
||||
</div>
|
||||
</body>
|
||||
</html>`;
|
||||
|
||||
Reference in New Issue
Block a user