This commit is contained in:
wenpeng 2024-09-11 23:14:15 +08:00
parent df3560cc6f
commit 188d115a26

View File

@ -2,7 +2,7 @@ import fs from "fs";
/**
* 设置页面的LocalStorage
* @param {*} page
* @param {import('puppeteer').Page} page
* @param {String} file 用户信息
*/
export async function setLocalStorage(page, file) {