Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 30 additions & 0 deletions components/EventList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,36 @@ type EventDetailsType = {
}

export const EventDetails: EventDetailsType = {
rupc2024: {
title: '立命合宿 2024',
day: 'Day 1',
date: {
begin: '2024/3/23',
end: '2024/3/24'
},
detailURL: 'https://rippro.connpass.com/event/309923/',
problemSet: [
{
college: 'Day 1 (立命館大学)',
link: 'https://onlinejudge.u-aizu.ac.jp/beta/room.html#RUPC2024Day1'
},
{
college: 'Day 2 (会津大学さん)',
link: 'https://onlinejudge.u-aizu.ac.jp/beta/room.html#RUPC2024Day2'
}
],
commentary: [
{ title: 'A: Empire of the BIWAKO', link: '' },
{ title: 'B: Goodbye, BKC', link: '' },
{ title: 'C: Belt-line Bus Trip', link: '' },
{ title: 'D: 2xL Minesweeper', link: '' },
{ title: 'E: palindromic?', link: '' },
{ title: 'F: MOD Party', link: '' },
{ title: 'G: Skating', link: '' },
{ title: 'H: miNIMum', link: '' },
{ title: 'I: jucumber', link: '' }
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@4geru
本PR自体は良さそうです。ありがとうございます!

@Memories-of-Sun-and-Moon @996501
しげるさんのPRコメントに書かれている通り、
/public/static/contestData/rupc2024
のディレクトリを作成して解説PDFを置いて、他のコンテストと同じようにこのGitHubの選択されている箇所のlinkに「ファイル名」を置いてもらってもいいですか?

]
},
rupc2019: {
title: '立命合宿 2019',
day: 'Day 1',
Expand Down