|
@@ -77,6 +77,7 @@ namespace HTEXScreen.Controllers
|
|
|
public async Task<IActionResult> ScreenshotPngs(ScreenshotDto screenshot)
|
|
|
{
|
|
|
|
|
|
+ //W3C School教程 https://www.w3cschool.cn/puppeteer/puppeteer-rip537tj.html
|
|
|
// 进入容器的命令 docker exec -it f9e27d175498 /bin/bash
|
|
|
|
|
|
//依赖包 https://blog.csdn.net/weixin_45447477/article/details/115188938
|