Skip to content

Commit

Permalink
Merge pull request #684 from sohosai/new-announcement
Browse files Browse the repository at this point in the history
  • Loading branch information
mkobayashime committed Jul 17, 2021
2 parents 1924692 + 2fc8bf7 commit 8397e71
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions src/constants/announcements.ts
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,19 @@ export const announcements: Announcement[] = [
"締切を過ぎた申し込みは受付いたしかねますので、余裕を持ったご応募をお願いいたします。",
].join("\n"),
},
{
id: "45d0f151-836b-417c-afea-0087cbe86e57",
date: dayjs.tz("2021-07-17T18:30:00", "Asia/Tokyo"),
title: "生配信のみの企画実施をご希望の皆様",
text: [
"先日公開いたしました、「オンライン一般企画用募集要項」のp.28にてご案内いたしました、学園祭当日の生配信による教室使用をご希望の方も通常通り企画登録をお願いいたします。",
"基本情報申請(総合計画局)は、事前収録の教室使用のみをお伺いするものでございます。",
"つきましては、基本情報申請(総合計画局)では、「教室を使用しない」を選択して下さい。",
"※基本情報申請(総務局)は必ずご回答ください。",
"なお、学園祭当日の生配信は現在計画中であり、今後の状況次第では変更や中止となる可能性がございます。",
"万が一、学園祭当日の生配信が不可能となった場合は、企画辞退することも可能でございますのでご安心ください。",
].join("\n"),
},
]
/**
* この下を書き換えた場合は bin/scaffoldAnnouncement も書き換える必要がないか確認する
Expand Down

0 comments on commit 8397e71

Please sign in to comment.