# 安装 Node.js 20(如未安装) curl -fsSL https://deb.nodesource.com/setup_20.x | bash - apt-get install -y nodejs # 安装 Playwright + Chromium(在网站目录下执行) cd /opt/1panel/www/sites/dh.upx8.com/index npm install playwright npx playwright install chromium # 安装系统依赖(Chromium 在 Linux 上需要) npx playwright install-deps chromium