Skip to content

Commit

Permalink
P2421: remove the first finisher wins rule temporary (#164)
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Tsien <[email protected]>
  • Loading branch information
bekcpear authored Aug 14, 2024
1 parent c970982 commit eced564
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/challenges/P2426/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ KubeSphere 是在Kubernetes 之上构建的面向云原生应用的分布式操

import Req from '../_requirements-for-porting.mdx';

<Req submissionRepoUrl="https://github.com/rv2036/rvspoc-P2426-kubesphere" deadline="2024 年 8 月 31 日 (AoE)" />
<Req submissionRepoUrl="https://github.com/rv2036/rvspoc-P2426-kubesphere" deadline="2024 年 8 月 31 日 (AoE)" firstFinisherWins={true} />

## 验收说明

Expand Down
2 changes: 1 addition & 1 deletion docs/challenges/_requirements-for-porting.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ import Link from '@docusaurus/Link';
- 其他对提交进行验证时所必要的信息
5. 此题为移植类赛题
- 针对条件 3 的第一条 \***选手需在比赛时间截止前(即 {props.deadline} 当日结束前),通过 PR 的方式完整提交所有源代码才算完成本赛题。**
6. 组委会会在收到 PR 的 24 小时内根据 PR 内容提交顺序开始验证**首位**验证成功并满足产出及评分要求的选手获胜。
6. 组委会会在收到 PR 的 24 小时内根据 PR 内容提交顺序开始验证{props.firstFinisherWins ? (<span>,<b>首位</b>验证成功并满足产出及评分要求的选手获胜</span>) : (<span></span>)}

0 comments on commit eced564

Please sign in to comment.