避免检测的包
读取浏览器指纹网站:
Puppeteer 自动化驱动浏览器的时候,这个 webdriver 就会变成 true ,而人工操作的时候,这个值是 false。


监听对应网站都读取了哪些属性




避免检测的包https://www.npmjs.com/package/puppeteer-extra-plugin-stealth
https://github.com/gremo/nest-winston nest-winston默认会输出带颜色的log,但是在生产环境中会干扰日志的阅读格式,我们需要在生产环境中关闭控制台颜色。 在package.js
//main.ts app.enableCors({ origin: '*', methods: 'GET,HEAD,PUT,PATCH,POST,DELETE', preflightContinue: true, optionsSuccessStatus: 204,
https://github.com/gremo/nest-winston npm install --save nest-winston winston //main.ts import { NestFactory } from '@nestjs/core'; import { AppModule