This commit is contained in:
test
2025-05-18 10:36:01 +08:00
commit 5a54718f11
12 changed files with 2243 additions and 0 deletions

8
package.json Normal file
View File

@@ -0,0 +1,8 @@
{
"name": "migu_video",
"type": "module",
"dependencies": {
"axios": "^1.9.0",
"puppeteer": "^24.7.2"
}
}