Skip to content

Commit

Permalink
chore: optimize reward description
Browse files Browse the repository at this point in the history
  • Loading branch information
ourai committed Aug 7, 2024
1 parent ba11250 commit 87e794c
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scripts/count.js
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ function generateSummaryTable() {
return `| ${idx + 1} | ${cols.join(' | ')} | ${rewardMap[id].total} |`;
});

return `| 序号 | 学员 | 报名 | T1 | T2 | T3 | T4 | T5 | T6 | T7 | T8 | T9 | 奖励(U) |
return `| 序号 | 学员 | 报名 | T1 | T2 | T3 | T4 | T5 | T6 | T7 | T8 | T9 | 奖励 |
| ---: | --- | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | :---: | ---: |
${rows.join('\n')}`;
}
Expand All @@ -81,15 +81,15 @@ function generateResult() {
- 完成 task7 的,因其由 Artela 发放;
- 超过有奖截止日期(${dayjs(rewardDeadline).tz('Asia/Shanghai').format('YYYY-MM-DD HH:mm:ss')})的。
更多详见[奖励规则](https://github.com/openbuildxyz/Web3-Frontend-Bootcamp#%E5%A5%96%E5%8A%B1%E6%98%8E%E7%BB%86-%E8%AF%B7%E4%BB%94%E7%BB%86%E9%98%85%E8%AF%BB%E8%A6%81%E6%B1%82)。
任务完成状态说明:
- 🔴——尚未提交或未合并 PR;
- 🟡——截止日期内提交 PR 且未合并(有奖励);
- 🟢——截止日期内提交 PR 并被合并(有奖励);
- 🟡——截止日期内提交 PR 且未合并(有奖励);
- 🔵——超过截止日期提交 PR 并被合并(无奖励)。
更多详见[奖励规则](https://github.com/openbuildxyz/Web3-Frontend-Bootcamp#%E5%A5%96%E5%8A%B1%E6%98%8E%E7%BB%86-%E8%AF%B7%E4%BB%94%E7%BB%86%E9%98%85%E8%AF%BB%E8%A6%81%E6%B1%82)。
${generateSummaryTable()}
## 其他奖励
Expand Down

0 comments on commit 87e794c

Please sign in to comment.