Skip to content

Commit

Permalink
更新 render.js
Browse files Browse the repository at this point in the history
  • Loading branch information
Deep-Dark-Forest authored Jun 28, 2024
1 parent 27ef185 commit fd1d23b
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/common/render.js
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ export const genIssuesData = (issues) => {
等待反馈者: labelsCount["等待反馈者"] ?? 0,
投票中: labelsCount["投票中"] ?? 0,
破坏性改动: labelsCount["破坏性改动"] ?? 0,
🟦 推迟: labelsCount["🟦 推迟"] ?? 0,
推迟: labelsCount["🟦 推迟"] ?? 0,
第三方: labelsCount["第三方"] ?? 0,
需要社区帮助: labelsCount["需要社区帮助"] ?? 0,
需要社区复现: labelsCount["需要社区复现"] ?? 0,
🟥 : labelsCount["🟥 高"] ?? 0,
🟨 : labelsCount["🟨 中"] ?? 0,
🟩 : labelsCount["🟩 低"] ?? 0,
🟪 极高: labelsCount["🟪 极高"] ?? 0,
: labelsCount["🟥 高"] ?? 0,
: labelsCount["🟨 中"] ?? 0,
: labelsCount["🟩 低"] ?? 0,
极高: labelsCount["🟪 极高"] ?? 0,
};
const barChart2Data = {
完成: labelsCount["完成"] ?? 0,
Expand Down

0 comments on commit fd1d23b

Please sign in to comment.