From 62b70712aacd39b65641ef62f7a1483046cdf238 Mon Sep 17 00:00:00 2001 From: xiongxiao Date: Wed, 18 Mar 2026 01:39:59 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E4=B8=8A=E6=8A=A5=E4=BB=93?= =?UTF-8?q?=E5=BA=93=E4=BF=A1=E6=81=AF=E8=A1=A8=E6=A0=BC=EF=BC=8C=E7=A7=BB?= =?UTF-8?q?=E9=99=A4=E4=BB=93=E5=BA=93=E5=90=8D=E7=A7=B0=E5=88=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/routes/cnb.ts | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/routes/cnb.ts b/src/routes/cnb.ts index 692d832..cc78856 100644 --- a/src/routes/cnb.ts +++ b/src/routes/cnb.ts @@ -54,11 +54,11 @@ app.route({ // 处理上报的仓库信息 await closeOldReports(); if (Array.isArray(repoList)) { - let infoTable = '| 仓库路径 | 仓库名称 | 仓库链接 | 仓库描述 | 仓库标签 |\n'; - infoTable += '| --- | --- | --- | --- | --- |\n'; + let infoTable = '| 仓库路径 | 仓库链接 | 仓库描述 | 仓库标签 |\n'; + infoTable += '| --- | --- | --- | --- |\n'; repoList.forEach(repo => { const topics = repo.topics.join(', '); - infoTable += `| ${repo.path} | ${repo.name} | [链接](${repo.web_url}) | ${repo.description} | ${topics} |\n`; + infoTable += `| ${repo.path} | [链接](${repo.web_url}) | ${repo.description} | ${topics} |\n`; }); console.log('上报的仓库信息表格:\n', infoTable); cnb.issue.createIssue('kevisual/kevisual', {