From 99ec57821030b9acdcd6502ee2f05f340bfa8135 Mon Sep 17 00:00:00 2001 From: zjp Date: Wed, 23 Oct 2024 21:43:46 +0800 Subject: [PATCH] =?UTF-8?q?chore(workflows):=20add=20=E5=BA=95=E9=83=A8?= =?UTF-8?q?=E4=BD=BF=E7=94=A8=E8=AF=B4=E6=98=8E?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- os-checks/pages/workflows.vue | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/os-checks/pages/workflows.vue b/os-checks/pages/workflows.vue index 4c76595..2ef12ed 100644 --- a/os-checks/pages/workflows.vue +++ b/os-checks/pages/workflows.vue @@ -6,7 +6,7 @@ :maxSelectedLabels="3" placeholder="Select Repos" /> - + Repo Count: {{ summariesInfo.total_repos }} in total, {{ summariesInfo.good }} good, and {{ summariesInfo.zero_history }} with zero history @@ -100,6 +100,13 @@ +
+ 使用说明:第 1 个表为仓库 Github Action 总运行数和最近更新的情况; + + 点击第 1 个表的一行,则更新第 2 个 Workflow 明细情况表; + + 点击第 2 个明细表的一行,则弹出具体 Jobs 的运行情况。 +