gas-watcher
v1.0.0
Published
参考https://playwright.dev/docs/intro ## 2.配置SMTP邮箱 ``` host: 'smtp.163.com', port: 4653, secure: true, auth: { user: '[email protected]', pass: 'xxxx' } ``` ## 3.运行 ``` npm run dev ```
Downloads
5
Readme
使用方法
1.安装playright
参考https://playwright.dev/docs/intro
2.配置SMTP邮箱
host: 'smtp.163.com',
port: 4653,
secure: true,
auth: {
user: '[email protected]',
pass: 'xxxx'
}
3.运行
npm run dev