From bee73670b73251adab3ed181c375437529fb7f4c Mon Sep 17 00:00:00 2001 From: mini2024 Date: Sat, 22 Mar 2025 23:54:24 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=9B=B4=E6=96=B0=20Playwright=20?= =?UTF-8?q?=E5=B7=A5=E4=BD=9C=E6=B5=81=EF=BC=8C=E5=A2=9E=E5=8A=A0=E4=BB=A5?= =?UTF-8?q?KB=E4=B8=BA=E5=8D=95=E4=BD=8D=E7=9A=84=E6=9E=84=E5=BB=BA?= =?UTF-8?q?=E5=A4=A7=E5=B0=8F=E7=BB=9F=E8=AE=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/playwright.yaml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/playwright.yaml b/.github/workflows/playwright.yaml index faa1c73..8ca5ff6 100644 --- a/.github/workflows/playwright.yaml +++ b/.github/workflows/playwright.yaml @@ -23,8 +23,9 @@ jobs: echo "📊 构建大小统计:" echo "----------------------------------------" echo "🔹 人类可读格式: $(du -sh dist | cut -f1)" - echo "🔹 以MB为单位: $(du -sm dist | cut -f1) MB" - echo "🔹 文件总数: $(find dist -type f | wc -l) 个文件" + echo "🔹 以MB为单位: $(du -sm dist | cut -f1) MB" + echo "🔹 以KB为单位: $(du -sk dist | cut -f1) KB" + echo "🔹 文件总数: $(find dist -type f | wc -l) 个文件" echo "----------------------------------------" - name: 部署到 Surge id: surge_deploy