This commit is contained in:
编码猿
2024-11-22 23:09:21 +08:00
parent 4bc03fc814
commit 12eca48220
3 changed files with 5 additions and 5 deletions

View File

@@ -19,8 +19,8 @@ app.listen(config.port, () => {
console.log(`
爬虫运行在下面网址:
1⃣ 公网IPV6: http://[${ipv6()}]:${config.port}
2⃣ 局域网IPV4: http://${ipv4()}:${config.port}
1⃣ 公网 IPV6: http://[${ipv6()}]:${config.port}
2⃣ 局域网 IPV4: http://${ipv4()}:${config.port}
`)
})