feat: 完成扩展资源验收与同步服务部署

This commit is contained in:
2026-09-10 02:57:38 +08:00
parent d703ab64e3
commit a3c098aa58
29 changed files with 464 additions and 112 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
// Run with NODE_PATH pointing to the bundled Playwright package, or a local install.
// 运行时让 NODE_PATH 指向随包提供的 Playwright,或使用本地安装。
const { chromium } = require('playwright')
const fs = require('node:fs/promises')
const path = require('node:path')